Commit Graph

  • d225ae59c9 Merge branch 'np/delta' Junio C Hamano 2007-09-14 22:33:28 -0700
  • e1ef867328 builtin-pack-objects.c: avoid bogus gcc warnings Junio C Hamano 2007-09-14 22:30:20 -0700
  • d372e21613 gitk: Fix bug in generating patches Paul Mackerras 2007-09-15 12:08:38 +1000
  • 357c5e086c Merge branch 'jc/pack' Junio C Hamano 2007-09-14 18:33:45 -0700
  • eb6d54fc79 Merge branch 'dk/diff-delta' Junio C Hamano 2007-09-14 18:33:15 -0700
  • 04222b245c Merge branch 'jc/partial-remove' Junio C Hamano 2007-09-14 18:23:01 -0700
  • a7a0f3d3f8 Document ls-files --with-tree=<tree-ish> Junio C Hamano 2007-09-14 16:59:04 -0700
  • db33af0a7f git-commit: partial commit of paths only removed from the index Junio C Hamano 2007-09-14 16:53:58 -0700
  • 3e6b893f33 gitk: Get rid of lookingforhead, use commitinterest instead Paul Mackerras 2007-09-15 09:33:39 +1000
  • f56782aef4 gitk: Fix bugs in setting rowfinal Paul Mackerras 2007-09-15 09:04:11 +1000
  • f6336167e9 Merge branch 'jc/grep-c' Junio C Hamano 2007-09-14 15:17:07 -0700
  • d99ebf0817 Split grep arguments in a way that does not requires to add /dev/null. Junio C Hamano 2007-09-14 00:31:00 -0700
  • 7c8b5eaf22 Documentation/git-config.txt: AsciiDoc tweak to avoid leading dot Junio C Hamano 2007-09-14 14:51:08 -0700
  • 43b98acc23 Add test to check recent fix to "git add -u" Benoit Sigoure 2007-09-14 10:29:04 +0200
  • 42b5f8693e Documentation/git-archive.txt: a couple of clarifications. Jari Aalto 2007-09-14 21:38:02 +0300
  • 0024a54923 Fix the rename detection limit checking Linus Torvalds 2007-09-14 10:39:48 -0700
  • b78281f721 diff --no-index: do not forget to run diff_setup_done() Junio C Hamano 2007-09-14 12:12:32 -0700
  • 58f6fb53dd Merge branch 'jc/cachetree' into cr/reset Junio C Hamano 2007-09-14 01:19:30 -0700
  • 09d5dc32fb Simplify cache API Junio C Hamano 2007-09-13 20:33:11 -0700
  • 611d8139e4 Merge branch 'maint' Junio C Hamano 2007-09-14 00:55:32 -0700
  • 8419d2ee9b git-format-patch --in-reply-to: accept <message@id> with angle brackets Junio C Hamano 2007-09-13 22:30:45 -0700
  • 767c98a592 git-add -u: do not barf on type changes Junio C Hamano 2007-09-14 00:45:29 -0700
  • 760da9607e archive: fix subst file generation René Scharfe 2007-09-14 00:13:06 +0200
  • f5de79956b Remove duplicate note about removing commits with git-filter-branch Ulrik Sverdrup 2007-09-13 17:57:56 +0200
  • 31bb1d1b2d git-gui: Paper bag fix missing translated strings Shawn O. Pearce 2007-09-14 01:50:09 -0400
  • f28dd4774d git-clone: improve error message if curl program is missing or not executable Gerrit Pape 2007-09-13 11:36:22 +0000
  • 568d2cde9b git.el: Allow the add and remove commands to be applied to ignored files. Alexandre Julliard 2007-09-13 11:50:29 +0200
  • 98acc3fabc git.el: Allow selecting whether to display uptodate/unknown/ignored files. Alexandre Julliard 2007-09-13 11:50:08 +0200
  • 1b655040be git.el: Keep the status buffer sorted by filename. Alexandre Julliard 2007-09-13 11:49:40 +0200
  • c32da692de hooks--update: Explicitly check for all zeros for a deleted ref. Alexandre Julliard 2007-09-12 23:36:03 +0200
  • cbb390cd8f An additional test for "git-reset -- path" Junio C Hamano 2007-09-13 20:54:14 -0700
  • bba060462c git-gui: Make the tree browser also use lightgray selection Shawn O. Pearce 2007-09-13 20:52:34 -0400
  • c8c4854bec git-gui: add some strings to translation Michele Ballabio 2007-09-13 15:19:05 +0200
  • 4baba57f8d Merge branch 'maint' Shawn O. Pearce 2007-09-13 20:13:59 -0400
  • 55bad4f096 git-gui: Paper bag fix "Commit->Revert" format arguments Shawn O. Pearce 2007-09-13 20:08:53 -0400
  • 042f53c569 git-gui: Provide 'uninstall' Makefile target to undo an installation Shawn O. Pearce 2007-09-13 19:50:35 -0400
  • 5a534788eb Merge branch 'maint' Shawn O. Pearce 2007-09-13 19:19:42 -0400
  • afe2098ddd git-gui: Font chooser to handle a large number of font families Shawn O. Pearce 2007-09-13 19:07:46 -0400
  • e7034d66ec git-gui: Make backporting changes from i18n version easier Shawn O. Pearce 2007-09-13 19:04:14 -0400
  • 80bffaf7fb git-commit: Allow partial commit of file removal. Junio C Hamano 2007-09-12 16:04:22 -0700
  • 262360f3aa git-gui: Document the new i18n context support Shawn O. Pearce 2007-09-12 17:03:27 -0400
  • a9813cb51d git-gui: Disambiguate "commit" Harri Ilari Tapio Liusvaara 2007-09-12 23:02:35 +0300
  • 146d73a365 git-gui: Support context-sensitive i18n Shawn O. Pearce 2007-09-12 16:47:06 -0400
  • 0e5a7faa3a Make "git reset" a builtin. Carlos Rica 2007-09-11 05:19:34 +0200
  • 6640f88165 Move make_cache_entry() from merge-recursive.c into read-cache.c Carlos Rica 2007-09-11 05:17:28 +0200
  • 359048d6ec Add tests for documented features of "git reset". Carlos Rica 2007-09-11 03:09:52 +0200
  • 88b7dd4597 Merge branch 'maint' Junio C Hamano 2007-09-12 13:07:20 -0700
  • 3d80017d0c Merge branch 'sp/maint-no-thin' into maint Junio C Hamano 2007-09-12 13:07:06 -0700
  • a2f22dbfa3 Define NO_MEMMEM of FreeBSD as it lacks the function Robert Boone 2007-09-10 11:43:35 -0500
  • 3c70183918 threaded delta search: proper locking for cache accounting Nicolas Pitre 2007-09-10 11:10:11 -0400
  • 6143fa2c9c stash: end index commit log with a newline Jean-Luc Herren 2007-09-12 20:45:03 +0200
  • 4fb5fd5d30 git-commit: Disallow amend if it is going to produce an empty non-merge commit Dmitry V. Levin 2007-09-12 20:14:22 +0400
  • 3803bceae8 git-send-email.perl: Add angle brackets to In-Reply-To if necessary David Kastrup 2007-09-12 07:53:45 +0200
  • 060fe57184 Fix a test failure (t9500-*.sh) on cygwin Ramsay Jones 2007-09-11 19:16:51 +0100
  • c8dd7f62e8 Merge branch 'maint' Shawn O. Pearce 2007-09-11 18:57:26 -0400
  • 63c4024ff0 git-gui: Don't delete send on Windows as it doesn't exist Shawn O. Pearce 2007-09-11 13:37:45 -0400
  • fd17f5b5f7 Replace all read_fd use with strbuf_read, and get rid of it. Pierre Habouzit 2007-09-10 12:35:09 +0200
  • 635d043f30 Use strbufs to in read_message (imap-send.c), custom buffer--. Pierre Habouzit 2007-09-10 12:35:08 +0200
  • b655d46bb2 Use strbuf_read in builtin-fetch-tool.c. Pierre Habouzit 2007-09-10 12:35:07 +0200
  • 674d172730 Rework pretty_print_commit to use strbufs instead of custom buffers. Pierre Habouzit 2007-09-10 12:35:06 +0200
  • 4acfd1b799 Change semantics of interpolate to work like snprintf. Pierre Habouzit 2007-09-10 12:35:05 +0200
  • f1696ee398 Strbuf API extensions and fixes. Pierre Habouzit 2007-09-10 12:35:04 +0200
  • ddb95de33e Merge branch 'master' into ph/strbuf Junio C Hamano 2007-09-10 11:32:58 -0700
  • 693b86fffb threaded delta search: add pack.threads config variable Nicolas Pitre 2007-09-10 11:51:34 -0400
  • b81d9af71e fix threaded delta search locking Nicolas Pitre 2007-09-10 08:40:44 -0400
  • 6972ab7ae1 Merge branch 'rs/archive' Junio C Hamano 2007-09-10 00:14:50 -0700
  • 20fbfd869f archive - leakfix for format_subst() Junio C Hamano 2007-09-10 00:14:38 -0700
  • 9784c5c53e Merge branch 'sp/maint-no-thin' Junio C Hamano 2007-09-10 00:00:39 -0700
  • a4503a15af Make --no-thin the default in git-push to save server resources Shawn O. Pearce 2007-09-09 19:38:11 -0400
  • 05cc2ffc57 fix doc for --compression argument to pack-objects Nicolas Pitre 2007-09-10 00:15:29 -0400
  • 66c75a5c9f git-gui: Localize commit/author dates when displaying them Shawn O. Pearce 2007-09-10 01:54:16 -0400
  • 367f4a4343 threaded delta search: specify number of threads at run time Nicolas Pitre 2007-09-10 00:06:11 -0400
  • 59921b4b3f threaded delta search: better chunck split point Nicolas Pitre 2007-09-10 00:06:10 -0400
  • c2a33679a7 threaded delta search: refine work allocation Nicolas Pitre 2007-09-10 00:06:09 -0400
  • 93716a62c0 git-gui: Mark revision chooser tooltip for translation Shawn O. Pearce 2007-09-10 00:40:46 -0400
  • aba91192ae git-tag -s must fail if gpg cannot sign the tag. Carlos Rica 2007-09-09 02:39:29 +0200
  • 5f51ccd259 Merge branch 'maint' Shawn O. Pearce 2007-09-09 20:56:04 -0400
  • 8938410189 git-gui: Trim trailing slashes from untracked submodule names Shawn O. Pearce 2007-09-09 20:38:05 -0400
  • 3b9dfde3d6 git-gui: Assume untracked directories are Git submodules Shawn O. Pearce 2007-09-09 20:13:10 -0400
  • 02e665ce49 diff-delta.c: Rationalize culling of hash buckets David Kastrup 2007-09-08 23:25:55 +0200
  • d2100860fd diff-delta.c: pack the index structure David Kastrup 2007-09-08 23:17:44 +0200
  • 4ed1a190d0 git-gui: handle "deleted symlink" diff marker Michele Ballabio 2007-09-09 21:09:07 +0200
  • 2d19f8e921 git-gui: show unstaged symlinks in diff viewer Michele Ballabio 2007-09-09 21:04:45 +0200
  • 57543a254c Merge branch 'maint' Junio C Hamano 2007-09-09 02:32:24 -0700
  • 7b02b85a66 git-svn: understand grafts when doing dcommit Eric Wong 2007-09-08 16:33:08 -0700
  • 5701115aa7 git-diff: don't squelch the new SHA1 in submodule diffs Sven Verdoolaege 2007-09-08 12:30:22 +0200
  • b2bd31006f Merge branch 'maint' Shawn O. Pearce 2007-09-09 05:03:56 -0400
  • c63fe3b2dc git-gui: Avoid use of libdir in Makefile Shawn O. Pearce 2007-09-08 23:05:43 -0400
  • 3d59405ced Define NO_MEMMEM on Darwin as it lacks the function Shawn O. Pearce 2007-09-09 01:09:17 -0400
  • cff93397ab git-gui: Disable Tk send in all git-gui sessions Shawn O. Pearce 2007-09-08 23:47:00 -0400
  • 0b883ab30c git-gui: lib/index.tcl: handle files with % in the filename properly Gerrit Pape 2007-09-07 17:16:59 +0000
  • a51cdb0c04 git-svn: fix "Malformed network data" with svn:// servers Eric Wong 2007-09-07 04:00:40 -0700
  • ee834cf0c7 (cvs|svn)import: Ask git-tag to overwrite old tags. Michael Smith 2007-09-07 17:35:07 -0400
  • d05ec5a064 git-rebase: fix -C option J. Bruce Fields 2007-09-07 10:20:51 -0400
  • 059f446d57 git-rebase: support --whitespace=<option> J. Bruce Fields 2007-09-07 10:20:50 -0400
  • 451e593181 Documentation / grammer nit Mike Ralphson 2007-09-07 17:43:37 +0100
  • 5242bcbb63 Use strbuf API in cache-tree.c Pierre Habouzit 2007-09-06 13:20:11 +0200
  • 19b358e8da Use strbuf API in buitin-rerere.c Pierre Habouzit 2007-09-06 13:20:10 +0200
  • af6eb82262 Use strbuf API in apply, blame, commit-tree and diff Pierre Habouzit 2007-09-06 13:20:09 +0200
  • d52bc66152 mktree: Simplify write_tree() using strbuf API Pierre Habouzit 2007-09-06 13:20:08 +0200