summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-08-18git-svn.txt: Fix location of parent argumentLibravatar Tuomas Suutari1-3/+3
2009-08-18Merge branch 'maint'Libravatar Junio C Hamano3-8/+26
2009-08-18remove ARM and Mozilla SHA1 implementationsLibravatar Nicolas Pitre9-526/+11
2009-08-18block-sha1: guard gcc extensions with __GNUC__Libravatar Nicolas Pitre1-2/+2
2009-08-18make sure byte swapping is optimal for gitLibravatar Nicolas Pitre3-2/+40
2009-08-18http.c: don't assume that urls don't end with slashLibravatar Tay Ray Chuan1-1/+3
2009-08-18filter-branch: make the usage string fit on 80 chars terminals.Libravatar Matthieu Moy1-6/+6
2009-08-18git-log: allow --decorate[=short|full]Libravatar Lars Hjemli9-10/+65
2009-08-18tests: disable interactive hunk selection tests if perl is not availableLibravatar Jeff King1-0/+5
2009-08-18git submodule foreach: Provide access to submodule name, as '$name'Libravatar Johan Herland2-1/+3
2009-08-18block-sha1: make the size member first in the context structLibravatar Nicolas Pitre1-1/+1
2009-08-18filter-branch: add an example how to add ACKs to a range of commitsLibravatar Johannes Schindelin1-0/+10
2009-08-18check_path(): allow symlinked directories to checkout-index --prefixLibravatar Junio C Hamano3-5/+18
2009-08-17read-tree: Fix regression with creation of a new index file.Libravatar Alexandre Julliard2-4/+31
2009-08-17docs: describe impact of repack on "clone -s"Libravatar Jeff King1-2/+10
2009-08-16Merge branch 'lt/block-sha1'Libravatar Junio C Hamano3-0/+309
2009-08-16Merge branch 'bc/maint-am-email'Libravatar Junio C Hamano0-0/+0
2009-08-16Merge branch 'js/maint-cover-letter-non-ascii'Libravatar Junio C Hamano4-12/+17
2009-08-16Merge branch 'jc/maint-clean-nested-dir-safety'Libravatar Junio C Hamano6-5/+63
2009-08-16Merge branch 'jk/maint-merge-msg-fix'Libravatar Junio C Hamano4-11/+75
2009-08-16Merge git://git.kernel.org/pub/scm/gitk/gitkLibravatar Junio C Hamano1-7/+24
2009-08-15DWIM 'git stash save -p' for 'git stash -p'Libravatar Thomas Rast2-3/+3
2009-08-15Merge branch 'js/stash-dwim' into tr/reset-checkout-patchLibravatar Junio C Hamano3-8/+19
2009-08-15Implement 'git stash save --patch'Libravatar Thomas Rast4-18/+145
2009-08-15Implement 'git checkout --patch'Libravatar Thomas Rast4-1/+199
2009-08-15Implement 'git reset --patch'Libravatar Thomas Rast4-6/+154
2009-08-15add -p: do not attempt to coalesce mode changesLibravatar Thomas Rast2-1/+5
2009-08-15git add -p: demonstrate failure when staging both mode and hunkLibravatar Kirill Smelkov1-0/+11
2009-08-15git commit --dry-run -v: show diff in color when askedLibravatar Junio C Hamano1-2/+4
2009-08-15Documentation/git-commit.txt: describe --dry-runLibravatar Junio C Hamano1-4/+9
2009-08-15Documentaqtion/git-submodule.txt: TypofixLibravatar Lars Hjemli1-1/+1
2009-08-14git submodule summary: add --files optionLibravatar Jens Lehmann3-5/+49
2009-08-14git-cvsimport: add support for cvs pserver password scrambling.Libravatar Dirk Hoerner1-1/+38
2009-08-14gitweb: Optimize git-favicon.pngLibravatar Benjamin Kramer2-0/+0
2009-08-14git stash: Give friendlier errors when there is nothing to applyLibravatar Ori Avtalion1-11/+16
2009-08-14block-sha1/sha1.c: silence compiler complaints by casting void * to char *Libravatar Brandon Casey1-2/+2
2009-08-14Merge branch 'jn/gitweb-blame' (early part)Libravatar Junio C Hamano2-26/+50
2009-08-14builtin-add: refactor the meat of interactive_add()Libravatar Thomas Rast2-14/+31
2009-08-14Add a small patch-mode testing libraryLibravatar Thomas Rast1-0/+36
2009-08-14git-apply--interactive: Refactor patch mode codeLibravatar Thomas Rast1-27/+55
2009-08-14Fix "unpack-objects --strict"Libravatar Junio C Hamano2-7/+44
2009-08-13block-sha1: more good unaligned memory access candidatesLibravatar Nicolas Pitre1-1/+4
2009-08-13gitk: Parse arbitrary commit-ish in SHA1 fieldLibravatar Thomas Rast1-1/+6
2009-08-13gitk: Fix direction of symmetric difference in optimized modeLibravatar Thomas Rast1-1/+1
2009-08-13gitk: New option to hide remote refsLibravatar Thomas Rast1-3/+15
2009-08-13gitk: Do not hard-code "encoding" in attribute lookup functionsLibravatar Johannes Sixt1-2/+2
2009-08-12svn: (cleanup) use predefined constant for rev_map_fmtLibravatar Eric Wong1-1/+1
2009-08-12svn: allow branches outside of refs/remotesLibravatar Adam Brewster6-54/+96
2009-08-12svn: initial "master" points to trunk if possibleLibravatar Eric Wong3-1/+42
2009-08-12Merge branch 'maint'Libravatar Junio C Hamano14-18/+117