summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-02-23Merge fixes early for next maint series.Libravatar Junio C Hamano9-18/+82
2006-02-23Merge branches 'jc/fix-co-candy', 'jc/fix-rename-leak' and 'ar/fix-win' into ...Libravatar Junio C Hamano4-5/+67
2006-02-23Merge branch 'ak/gitview'Libravatar Junio C Hamano1-13/+35
2006-02-23gitview: Display the lines joining commit nodes clearly.Libravatar Aneesh Kumar K.V1-13/+35
2006-02-23fix t5600-clone-fail-cleanup.sh on windowsLibravatar Alex Riesen1-1/+1
2006-02-22diffcore-rename: plug memory leak.Libravatar Junio C Hamano1-1/+3
2006-02-22Merge branch 'ml/cvs'Libravatar Junio C Hamano3-1/+2539
2006-02-22Merge branch 'ra/anno'Libravatar Junio C Hamano2-0/+357
2006-02-22Give no terminating LF to error() function.Libravatar Junio C Hamano6-13/+15
2006-02-22checkout - eye candy.Libravatar Junio C Hamano3-3/+63
2006-02-22git-rm: Fix to properly handle files with spaces, tabs, newlines, etc.Libravatar Carl Worth2-34/+55
2006-02-22Add new git-rm command with documentationLibravatar Carl Worth5-1/+200
2006-02-22Merge fixes up to GIT 1.2.3Libravatar Junio C Hamano3-52/+100
2006-02-22git-fetch: follow tag only when tracking remote branch.Libravatar Junio C Hamano1-14/+19
2006-02-22pack-objects eye-candy: finishing touches.Libravatar Junio C Hamano1-10/+33
2006-02-22also adds progress when actually writing a packLibravatar Nicolas Pitre1-3/+16
2006-02-22nicer eye candies for pack-objectsLibravatar Nicolas Pitre1-31/+25
2006-02-22Keep Porcelainish from failing by broken ident after making changes.Libravatar Junio C Hamano4-1/+13
2006-02-22Delay "empty ident" errors until they really matter.Libravatar Junio C Hamano4-29/+32
2006-02-22Make "empty ident" error message a bit more helpful.Libravatar Junio C Hamano1-0/+14
2006-02-22pack-objects: avoid delta chains that are too long.Libravatar Junio C Hamano1-8/+35
2006-02-22git-repack: allow passing a couple of flags to pack-objects.Libravatar Junio C Hamano2-7/+16
2006-02-22pack-objects: finishing touches.Libravatar Junio C Hamano2-32/+91
2006-02-22pack-objects: reuse data from existing packs.Libravatar Junio C Hamano3-58/+332
2006-02-22detect broken alternates.Libravatar Junio C Hamano1-3/+16
2006-02-22gitview: ls-remote invocation shellquote safety.Libravatar Junio C Hamano1-5/+1
2006-02-22Introducing git-cvsserver -- a CVS emulator for git.Libravatar Martin Langhoff3-0/+2539
2006-02-22Use Ryan's git-annotate instead of jsannotateLibravatar Johannes Schindelin1-5/+40
2006-02-22rev-list.c: fix non-grammatical comments.Libravatar Junio C Hamano1-2/+2
2006-02-22Merge git://git.kernel.org/pub/scm/gitk/gitkLibravatar Junio C Hamano1-48/+34
2006-02-22Merge branch 'fix'Libravatar Junio C Hamano5-2/+39
2006-02-21Merge branch 'jc/perl'Libravatar Junio C Hamano5-30/+63
2006-02-21Merge branch 'jc/pack-reuse'Libravatar Junio C Hamano6-73/+442
2006-02-21Merge branch 'jc/nostat'Libravatar Junio C Hamano16-27/+222
2006-02-21Merge branch 'js/portable'Libravatar Junio C Hamano2-33/+50
2006-02-21git-push: Update documentation to describe the no-refspec behavior.Libravatar Carl Worth1-0/+6
2006-02-21gitview: Use monospace font to draw the branch and tag nameLibravatar aneesh.kumar@gmail.com1-4/+6
2006-02-21gitview: Read tag and branch information using git ls-remoteLibravatar aneesh.kumar@gmail.com1-36/+14
2006-02-21git-ls-files: Fix, document, and add test for --error-unmatch option.Libravatar Carl Worth3-0/+33
2006-02-21Fix typo in git-rebase.sh.Libravatar Jason Riedy1-1/+1
2006-02-21New test to verify that when git-clone fails it cleans up the new directory.Libravatar Carl Worth1-0/+36
2006-02-21Merge branch 'pj/portable'Libravatar Junio C Hamano1-6/+8
2006-02-21format-patch: pretty-print timestamp correctly.Libravatar Junio C Hamano1-1/+1
2006-02-21git-rebase: Clarify usage statement and copy it into the actual documentation.Libravatar Carl Worth2-12/+56
2006-02-21git-add: Add support for --, documentation, and test.Libravatar Carl Worth3-1/+32
2006-02-21Fix "gmake -j"Libravatar Johannes Schindelin1-3/+3
2006-02-21Makefile tweaks: Solaris 9+ dont need iconv / move up uname variablesLibravatar Paul Jakma1-6/+8
2006-02-21Merge part of jc/portable branchLibravatar Junio C Hamano9-2/+57
2006-02-21git-mktree: reverse of git-ls-tree.Libravatar Junio C Hamano2-1/+138
2006-02-21Merge branch 'lt/merge-tree'Libravatar Junio C Hamano2-1/+273