Commit Graph

  • 4a241d79c9 fast-import: Use strbuf API, and simplify cmd_data() Pierre Habouzit 2007-09-06 13:20:07 +0200
  • 7a604f16b7 Simplify strbuf uses in archive-tar.c using strbuf API Pierre Habouzit 2007-09-06 13:20:06 +0200
  • b449f4cfc9 Rework strbuf API and semantics. Pierre Habouzit 2007-09-06 13:20:05 +0200
  • 4dbfe2e9bd git-svn: always use --first-parent Lars Hjemli 2007-09-07 02:00:08 +0200
  • 38c9c9b798 archive: rename attribute specfile to export-subst René Scharfe 2007-09-06 18:51:11 +0200
  • df4a394f91 archive: specfile syntax change: "$Format:%PLCHLDR$" instead of just "%PLCHLDR" (take 2) René Scharfe 2007-09-07 00:34:06 +0200
  • b21b9f1de3 add memmem() René Scharfe 2007-09-07 00:32:54 +0200
  • d4bb43ee27 Invoke "git gc --auto" from commit, merge, am and rebase. Junio C Hamano 2007-09-05 14:59:59 -0700
  • 2c3c439947 Implement git gc --auto Junio C Hamano 2007-09-05 13:01:37 -0700
  • b5ef6ac978 Merge branch 'master' of git://repo.or.cz/git/git-p4 Junio C Hamano 2007-09-06 00:05:49 -0700
  • 8ecce684a3 basic threaded delta search Nicolas Pitre 2007-09-06 02:13:11 -0400
  • e334977dfa rearrange delta search progress reporting Nicolas Pitre 2007-09-06 02:13:10 -0400
  • ef0316fcd9 localize window memory usage accounting Nicolas Pitre 2007-09-06 02:13:09 -0400
  • 75d3985319 straighten the list of objects to deltify Nicolas Pitre 2007-09-06 02:13:08 -0400
  • 7e2e69b7f6 Merge branch 'maint' Junio C Hamano 2007-09-05 23:37:02 -0700
  • 4e560158c6 Include a git-push example for creating a remote branch Shawn O. Pearce 2007-09-06 00:44:08 -0400
  • 432e93a164 Cleanup unnecessary file modifications in t1400-update-ref Shawn O. Pearce 2007-09-05 22:15:21 -0400
  • 6b1b40d9f4 Makefile: Add cache-tree.h to the headers list Dmitry V. Levin 2007-09-06 03:22:51 +0400
  • ea09ea22d6 Don't allow contrib/workdir/git-new-workdir to trash existing dirs Shawn O. Pearce 2007-09-05 23:33:41 -0400
  • 6b763c424e git-apply: do not read past the end of buffer Junio C Hamano 2007-09-05 21:58:40 -0700
  • 05b4df3153 git-svn: add support for --first-parent Lars Hjemli 2007-09-05 11:35:29 +0200
  • ad00a3b8f8 Merge branch 'ds/sendmail' Junio C Hamano 2007-09-05 15:23:36 -0700
  • 3d9f037c60 Function for updating refs. Carlos Rica 2007-09-05 03:38:24 +0200
  • f5f3c2e29f gitk: Make it possible to lay out all the rows we have received so far Paul Mackerras 2007-09-05 02:19:56 +1000
  • 4b08aa3fef Merge branch 'maint' Shawn O. Pearce 2007-09-03 23:07:59 -0400
  • 12fb223326 git-gui: Ensure msgfmt failure stops GNU make Shawn O. Pearce 2007-09-03 18:54:14 -0400
  • 047d94d505 git-gui: Properly set the state of "Stage/Unstage Hunk" action Shawn O. Pearce 2007-09-02 15:38:04 -0400
  • 881d8f24ca git-gui: Fix detaching current branch during checkout Shawn O. Pearce 2007-09-02 15:30:26 -0400
  • 6e4ba05c7f git-gui: Correct starting of git-remote to handle -w option Shawn O. Pearce 2007-09-02 15:19:07 -0400
  • 89b4256cfb Remove unused function convert_sha1_file() René Scharfe 2007-09-03 20:08:01 +0200
  • 8460b2fcd4 archive: specfile support (--pretty=format: in archive files) René Scharfe 2007-09-03 20:07:01 +0200
  • 7b95089c0f Export format_commit_message() Ren,bi(B Scharfe 2007-09-03 20:06:36 +0200
  • fec60a261d verify-tag: also grok CR/LFs in the tag signature Johannes Schindelin 2007-09-03 17:51:43 +0100
  • 1ca3d71069 git-p4: Added support for automatically importing newly appearing perforce branches. Simon Hausmann 2007-08-26 17:36:55 +0200
  • 8134f69c21 git-p4: Cleanup; moved the (duplicated) code for turning a branch into a git ref (for example foo -> refs/remotes/p4/<project>/foo) into a separate method. Simon Hausmann 2007-08-26 16:44:55 +0200
  • c208a24310 git-p4: Cleanup; moved the code for the initial #head or revision import into a separate function, out of P4Sync.run. Simon Hausmann 2007-08-26 16:07:18 +0200
  • 1c49fc197b git-p4: Cleanup; Turn self.revision into a function local variable (it's not used anywhere outside the function). Simon Hausmann 2007-08-26 16:04:34 +0200
  • e87f37ae42 git-p4: Cleanup; moved the code to import a list of p4 changes using fast-import into a separate member function of P4Sync. Simon Hausmann 2007-08-26 16:00:52 +0200
  • 4f6432d8cc git-p4: Cleanup; moved the code for getting a sorted list of p4 changes for a list of given depot paths into a standalone method. Simon Hausmann 2007-08-26 15:56:36 +0200
  • 14594f4b57 git-p4: After submission to p4 always synchronize from p4 again (into refs/remotes). Whether to rebase HEAD or not is still left as question to the end-user. Simon Hausmann 2007-08-22 09:07:15 +0200
  • 31f9ec129e git-p4: Always call 'p4 sync ...' before submitting to Perforce. Simon Hausmann 2007-08-21 11:53:02 +0200
  • 3894439022 Teach "git remote" a mirror mode Johannes Schindelin 2007-09-02 21:10:14 +0100
  • 34cc60ce2b send-email: Add support for SSL and SMTP-AUTH Douglas Stockwell 2007-09-03 03:06:25 +0900
  • 1e61b7640d Start 1.5.4 cycle Junio C Hamano 2007-09-03 02:40:06 -0700
  • 5587cac28b GIT 1.5.3.1: obsolete git-p4 in RPM spec file. v1.5.3.1 Junio C Hamano 2007-09-02 15:16:44 -0700
  • 74e528bf44 git-gui: remove dots in some UI strings Michele Ballabio 2007-09-02 14:43:00 +0200
  • 87b63de49c git-gui: Quiet the msgfmt part of the make process Shawn O. Pearce 2007-09-03 00:42:09 -0400
  • b86882eda0 git-gui: Correct stock message for 'Invalid font specified in %s' Shawn O. Pearce 2007-09-03 00:22:19 -0400
  • 2ea2255507 git-gui: Update po/README as symlink process is not necessary Shawn O. Pearce 2007-09-03 00:17:04 -0400
  • 030e0e5fb7 Typofix: 1.5.3 release notes Junio C Hamano 2007-09-02 15:03:26 -0700
  • b4b093d110 git-gui: Added initial version of po/glossary/zh_cn.po Xudong Guan 2007-07-25 13:47:17 +0100
  • fcc73b7155 German glossary for translation Christian Stimming 2007-07-24 14:59:15 +0200
  • f6b7de2acd Hungarian translation of git-gui Miklos Vajna 2007-07-27 14:37:33 +0200
  • e2b7200fcd git-gui: initial version of russian translation Irina Riesen 2007-07-22 13:57:12 +0200
  • 4fe7626488 Italian translation of git-gui Paolo Ciarrocchi 2007-07-22 12:51:13 +0200
  • 2340a74e5f Japanese translation of git-gui しらいしななこ 2007-07-25 17:59:58 +0900
  • 377eaa0396 Initial Chinese translation for git-gui Xudong Guan 2007-07-22 01:08:56 +0100
  • 90a7149ff1 German translation for git-gui Christian Stimming 2007-07-21 14:18:14 +0200
  • 3b703b2a38 Add glossary translation template into git. Christian Stimming 2007-07-27 19:24:45 +0200
  • 660a68cf18 Add glossary that can be converted into a po file for each language. Christian Stimming 2007-07-23 22:11:12 +0200
  • 9f1a80877a Ignore po/*.msg Johannes Schindelin 2007-07-22 12:31:45 +0100
  • e79bbfea9b Add po/git-gui.pot Johannes Schindelin 2007-07-22 02:12:18 +0100
  • 2631a81b90 git-gui po/README: Guide to translators Junio C Hamano 2007-07-27 16:05:16 -0700
  • 3845048064 Makefile rules for translation catalog generation and installation. Christian Stimming 2007-07-21 14:17:07 +0200
  • 1ac17950e9 Mark strings for translation. Christian Stimming 2007-07-21 14:21:34 +0200
  • 776398709d Keep last used delta base in the delta window Junio C Hamano 2007-09-01 23:53:47 -0700
  • 86bab9615c GIT 1.5.3 v1.5.3 Junio C Hamano 2007-09-02 00:00:00 -0700
  • ecf61a81ff (prep-master) empty it out after a release. Junio C Hamano 2007-09-01 23:10:57 -0700
  • 9606558a82 Update MaintNotes (A note from the maintainer) Junio C Hamano 2007-09-01 23:09:58 -0700
  • d4b0ccd931 git-gui: Initialize Tcl's msgcat library for internationalization Shawn O. Pearce 2007-09-01 22:22:42 -0400
  • fc703c209d git-gui: Locate the library directory early during startup Shawn O. Pearce 2007-09-01 21:58:29 -0400
  • 37b8283067 Minor TODO updates Junio C Hamano 2007-09-01 17:53:46 -0700
  • 4e837a98b6 Merge branch 'jp/send-email-cc' Junio C Hamano 2007-09-01 13:15:27 -0700
  • a94eda65d3 Mention -m as an abbreviation for --merge Robin Rosenberg 2007-09-01 14:11:10 +0200
  • 947ad2e1de Update my contact address as the maintainer. Junio C Hamano 2007-09-01 04:09:51 -0700
  • f368f5a6bc Documentation: minor AsciiDoc mark-up fixes. Junio C Hamano 2007-09-01 04:01:54 -0700
  • 2e7766655a URL: allow port specification in ssh:// URLs Luben Tuikov 2007-09-01 02:36:31 -0700
  • c7965afd3d Avoid one-or-more (\+) non BRE in sed scripts. Junio C Hamano 2007-09-01 02:17:28 -0700
  • 7afa845edc rebase -m: Fix incorrect short-logs of already applied commits. Johannes Sixt 2007-09-01 09:25:27 +0200
  • aecbf914c4 git-diff: resurrect the traditional empty "diff --git" behaviour Junio C Hamano 2007-08-31 13:13:42 -0700
  • 18e32b5b7a git-tag: Fix -l option to use better shell style globs. Carlos Rica 2007-09-01 07:10:09 +0200
  • 751eb39590 git-svn: fix dcommit clobbering upstream when committing multiple changes Eric Wong 2007-08-31 18:16:12 -0700
  • eeebd8d8c5 git-svn: Protect against "diff.color = true". Junio C Hamano 2007-08-31 14:29:49 -0700
  • f95eef15f2 filter-branch: introduce convenience function "skip_commit" Johannes Schindelin 2007-08-31 20:06:27 +0100
  • 7e0f1704b8 filter-branch: provide the convenience functions also for commit filters Johannes Schindelin 2007-08-31 20:05:36 +0100
  • f0fd889d7f rebase -i: mention the option to split commits in the man page Johannes Schindelin 2007-08-31 18:10:21 +0100
  • 082036688f filter-branch: fix remnants of old syntax in documentation Johannes Schindelin 2007-08-31 17:42:33 +0100
  • 88e21dc746 Teach bash about completing arguments for git-tag Shawn O. Pearce 2007-08-31 23:47:01 -0400
  • f9403674a9 Update "A Note from the Maintainer" waiting for 1.5.3 release Junio C Hamano 2007-08-31 01:25:03 -0700
  • e340d7d3fa Hopefully the final update to draft release notes for 1.5.3. Junio C Hamano 2007-08-31 00:35:36 -0700
  • a65f2005a6 Make "git-log --" without paths behave the same as "git-log" without -- Junio C Hamano 2007-08-30 22:58:26 -0700
  • 75d2449903 git-init: autodetect core.symlinks Junio C Hamano 2007-08-31 00:25:04 -0700
  • 608403d7a5 Make git-archimport log entries more consistent Miles Bader 2007-08-29 21:56:56 -0400
  • 9e2d57a04a fix same sized delta logic Nicolas Pitre 2007-08-29 21:17:17 -0400
  • 55ced83d8a filter-branch: make sure orig_namespace ends with a single slash. Junio C Hamano 2007-08-30 19:17:42 -0700
  • 5433235dae git-filter-branch: document --original option Giuseppe Bilotta 2007-08-30 19:10:42 +0200
  • 26a65dea3e git-filter-branch: more detailed USAGE Giuseppe Bilotta 2007-08-30 19:10:41 +0200
  • fa8fe28c60 Makefile: do not allow gnu make to remove test-*.o files Junio C Hamano 2007-08-30 19:14:31 -0700
  • 8dabdfcc1b Temporary fix for stack smashing in mailinfo Alex Riesen 2007-08-30 23:48:24 +0200
  • 7d3c82a761 Fixing comment in merge strategies Tom Clarke 2007-08-30 23:12:44 +0200