summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-02-22diff-delta: big code simplificationLibravatar Nicolas Pitre1-146/+85
2006-02-22diff-delta: fold two special tests into one plus cleanupsLibravatar Nicolas Pitre1-10/+14
2006-02-22relax delta selection filtering in pack-objectsLibravatar Nicolas Pitre1-3/+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
2006-02-21Merge branch 'jc/ident'Libravatar Junio C Hamano8-16/+45
2006-02-21cherry-pick/revert: error-help message rewording.Libravatar Junio C Hamano1-2/+3
2006-02-20Fix fmt-merge-msg counting.Libravatar Junio C Hamano1-3/+3
2006-02-20cvsimport: avoid open "-|" list form for Perl 5.6Libravatar Junio C Hamano1-1/+5
2006-02-20svnimport: avoid open "-|" list form for Perl 5.6Libravatar Junio C Hamano1-4/+16
2006-02-20send-email: avoid open "-|" list form for Perl 5.6Libravatar Junio C Hamano1-16/+21
2006-02-20rerere: avoid open "-|" list form for Perl 5.6Libravatar Junio C Hamano1-1/+5
2006-02-20fmt-merge-msg: avoid open "-|" list form for Perl 5.6Libravatar Junio C Hamano1-8/+16
2006-02-20git-svn: 0.9.1: add --version and copyright/license (GPL v2+) informationLibravatar Eric Wong1-2/+11
2006-02-20contrib/git-svn: add Makefile, test, and associated ignoresLibravatar Eric Wong4-0/+252
2006-02-20git-svn: fix several corner-case and rare bugs with 'commit'Libravatar Eric Wong1-60/+200
2006-02-20contrib/git-svn.txt: add a note about renamed/copied directory supportLibravatar Eric Wong1-0/+7
2006-02-20git-svn: change ; to && in addremove()Libravatar Eric Wong1-2/+2
2006-02-20git-svn: remove any need for the XML::Simple dependencyLibravatar Eric Wong1-49/+35
2006-02-20git-svn: Allow for more argument types for commit (from..to)Libravatar Eric Wong2-4/+11
2006-02-20git-svn: allow --find-copies-harder and -l<num> to be passed on commitLibravatar Eric Wong2-2/+15
2006-02-20git-svn: fix a typo in defining the --no-stop-on-copy optionLibravatar Eric Wong1-1/+1
2006-02-19Merge branch 'jc/merge-msg'Libravatar Junio C Hamano1-11/+19
2006-02-19Merge branch 'jc/mv'Libravatar Junio C Hamano1-0/+9
2006-02-19fmt-merge-msg: do not add excess newline at the end.Libravatar Junio C Hamano1-0/+1
2006-02-19Really honour NO_PYTHONLibravatar Johannes Schindelin1-2/+4
2006-02-19avoid makefile override warningLibravatar Johannes Schindelin1-3/+3
2006-02-19Documentation: fix typo in rev-parse --short option description.Libravatar Junio C Hamano1-1/+1
2006-02-18Allow git-mv to accept ./ in paths.Libravatar Junio C Hamano1-0/+9
2006-02-18Fixes for ancient versions of GNU makeLibravatar Johannes Schindelin2-30/+45
2006-02-18Optionally work without pythonLibravatar Johannes Schindelin7-1/+32