summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-08-21Merge branch 'jc/maint-merge-recursive-fix' into maintLibravatar Junio C Hamano2-3/+80
2009-08-21Merge branch 'zf/maint-gitweb-acname' into maintLibravatar Junio C Hamano1-3/+2
2009-08-21Merge branch 'np/maint-limit-delta-cache' into maintLibravatar Junio C Hamano2-4/+12
2009-08-21Merge branch 'jk/maint-show-tag' into maintLibravatar Junio C Hamano1-1/+7
2009-08-21Merge branch 'sb/maint-pull-rebase' into maintLibravatar Junio C Hamano2-3/+24
2009-08-21Make test number t7406- uniqueLibravatar Johannes Sixt1-0/+0
2009-08-20git clone: Add --recursive to automatically checkout (nested) submodulesLibravatar Johan Herland3-2/+31
2009-08-20t7407: Use 'rev-parse --short' rather than bash's substring expansion notationLibravatar Johan Herland1-2/+4
2009-08-19git-compat-util.h: remove superfluous test for __sun__Libravatar Brandon Casey1-2/+0
2009-08-18Merge branch 'rc/maint-http-fix'Libravatar Junio C Hamano1-1/+3
2009-08-18Merge branch 'tr/maint-1.6.3-add-p-modeonly-fix'Libravatar Junio C Hamano2-0/+15
2009-08-18graph API: use a new color when starting a brand new columnLibravatar Adam Simpkins1-3/+11
2009-08-18git submodule status: Add --recursive to recurse into nested submodulesLibravatar Johan Herland3-6/+51
2009-08-18git submodule update: Introduce --recursive to update nested submodulesLibravatar Johan Herland3-3/+36
2009-08-18git submodule foreach: Add --recursive to recurse into nested submodulesLibravatar Johan Herland3-4/+124
2009-08-18git submodule foreach: test access to submodule name as '$name'Libravatar Johan Herland1-3/+3
2009-08-18Add selftest for 'git submodule foreach'Libravatar Johan Herland1-0/+79
2009-08-18git submodule: Cleanup usage string and add option parsing to cmd_foreach()Libravatar Johan Herland1-3/+25
2009-08-18git-svn: Use GIT_SSH setting if SVN_SSH is not setLibravatar Karthik R1-0/+9
2009-08-18svn: assume URLs from the command-line are URI-encodedLibravatar Eric Wong2-0/+54
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-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-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