summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-01-21Merge branch 'kc/maint-diff-bwi-fix'Libravatar Junio C Hamano2-6/+8
2009-01-21Merge branch 'lt/maint-wrap-zlib'Libravatar Junio C Hamano9-34/+99
2009-01-21Merge branch 'am/maint-push-doc'Libravatar Junio C Hamano1-7/+8
2009-01-21Merge branch 'sg/maint-gitdir-in-subdir'Libravatar Junio C Hamano2-1/+12
2009-01-21Merge branch 'jf/am-failure-report'Libravatar Junio C Hamano1-1/+1
2009-01-21Merge branch 'rs/ctype'Libravatar Junio C Hamano7-29/+118
2009-01-21Merge branch 'sb/hook-cleanup'Libravatar Junio C Hamano8-112/+73
2009-01-21Merge branch 'jk/color-parse'Libravatar Junio C Hamano5-12/+44
2009-01-21Merge branch 'jc/maint-format-patch-o-relative'Libravatar Junio C Hamano2-4/+76
2009-01-21Merge branch 'kb/am-directory'Libravatar Junio C Hamano5-9/+66
2009-01-21bash completion: add 'rename' subcommand to git-remoteLibravatar Markus Heidelberg1-2/+2
2009-01-21Merge branch 'maint'Libravatar Junio C Hamano3-6/+8
2009-01-21Merge branch 'bs/maint-rename-populate-filespec'Libravatar Junio C Hamano1-2/+7
2009-01-21color-words: Support diff.wordregex config optionLibravatar Boyd Stephen Smith Jr4-5/+58
2009-01-21Rename diff.suppress-blank-empty to diff.suppressBlankEmptyLibravatar Johannes Schindelin3-6/+8
2009-01-21tutorial-2: Update with the new "git commit" ouputLibravatar Santi Béjar1-2/+2
2009-01-21Rename detection: Avoid repeated filespec populationLibravatar Björn Steinbrink1-2/+7
2009-01-21Fix naming scheme for configure cache variables.Libravatar Ralf Wildenhues1-9/+9
2009-01-19Makefile: use shell for-loop rather than Make's foreach loop during installLibravatar Brandon Casey1-4/+6
2009-01-19use uppercase POSIX compliant signals for the 'trap' commandLibravatar Markus Heidelberg2-10/+10
2009-01-19contrib/difftool: remove distracting 'echo' in the SIGINT handlerLibravatar Markus Heidelberg1-1/+0
2009-01-19contrib/difftool: change trap condition from SIGINT to INTLibravatar Markus Heidelberg1-1/+1
2009-01-19commit: more compact summary and without extra quotesLibravatar Santi Béjar1-2/+2
2009-01-19Optimize color_parse_memLibravatar René Scharfe1-17/+21
2009-01-19Fix combined use of whitespace ignore options to diffLibravatar Keith Cascio2-6/+8
2009-01-19Merge branch 'kc/maint-diff-bwi-fix'Libravatar Junio C Hamano0-0/+0
2009-01-19test more combinations of ignore-whitespace options to diffLibravatar Keith Cascio1-0/+27
2009-01-19Merge branch 'maint'Libravatar Junio C Hamano1-2/+3
2009-01-19shell: Document that 'cvs server' is a valid commandLibravatar Lars Noschinski1-2/+3
2009-01-19bash completion: refactor diff optionsLibravatar Thomas Rast1-15/+21
2009-01-19bash completion: move pickaxe options to logLibravatar Thomas Rast1-1/+2
2009-01-18difftool: put the cursor on the editable file for VimLibravatar David Aguilar1-2/+6
2009-01-18difftool: fix documentation problemsLibravatar David Aguilar2-13/+12
2009-01-18Merge git://git.bogomips.org/git-svnLibravatar Junio C Hamano7-20/+484
2009-01-18git-svn: Show UUID in svn info for added directories with svn 1.5.5Libravatar Marcel Koeppen1-1/+2
2009-01-18git-am: re-fix the diag message printingLibravatar Junio C Hamano1-1/+1
2009-01-18git-svn: avoid importing nested git reposLibravatar Eric Wong2-4/+131
2009-01-18git-svn: fix SVN 1.1.x compatibilityLibravatar Eric Wong2-3/+25
2009-01-18git-svn: Add --localtime option to "fetch"Libravatar Pete Harlan3-3/+64
2009-01-18git-svn: better attempt to handle broken symlink updatesLibravatar Eric Wong2-4/+122
2009-01-18git-svn: handle empty files marked as symlinks in SVNLibravatar Eric Wong2-5/+140
2009-01-18Documentation: avoid using undefined parametersLibravatar Anders Melchiorsen1-2/+2
2009-01-18Documentation: mention branches rather than headsLibravatar Anders Melchiorsen1-2/+2
2009-01-18Documentation: remove a redundant elaborationLibravatar Anders Melchiorsen1-2/+1
2009-01-18Documentation: git push repository can also be a remoteLibravatar Anders Melchiorsen1-1/+3
2009-01-18lstat_cache(): introduce clear_lstat_cache() functionLibravatar Kjetil Barvik2-0/+9
2009-01-18lstat_cache(): introduce invalidate_lstat_cache() functionLibravatar Kjetil Barvik2-8/+37
2009-01-18lstat_cache(): introduce has_dirs_only_path() functionLibravatar Kjetil Barvik3-39/+60
2009-01-18lstat_cache(): introduce has_symlink_or_noent_leading_path() functionLibravatar Kjetil Barvik3-36/+63
2009-01-18lstat_cache(): more cache effective symlink/directory detectionLibravatar Kjetil Barvik1-40/+125