summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-21git-rebase: Clarify usage statement and copy it into the actual documentation.Libravatar Carl Worth2-12/+56
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-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-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-18Optionally work without pythonLibravatar Johannes Schindelin7-1/+32
2006-02-18Merge fixes up to GIT 1.2.2Libravatar Junio C Hamano10-33/+122
2006-02-18fmt-merge-msg: say which branch things were merged into unless 'master'Libravatar Junio C Hamano1-11/+18
2006-02-18Keep Porcelainish from failing by broken ident after making changes.Libravatar Junio C Hamano4-1/+13
2006-02-18Delay "empty ident" errors until they really matter.Libravatar Junio C Hamano4-29/+32
2006-02-18Fix retries in git-cvsimportLibravatar Martin Mares1-8/+5
2006-02-18archimport: remove files from the index before adding/updatingLibravatar Eric Wong1-15/+13
2006-02-18Add an Emacs interface in contrib.Libravatar Alexandre Julliard1-0/+956
2006-02-18Make "empty ident" error message a bit more helpful.Libravatar Junio C Hamano1-0/+14
2006-02-18Merge branch 'jc/topo'Libravatar Junio C Hamano5-9/+29
2006-02-18Merge branch 'jc/rebase-limit'Libravatar Junio C Hamano1-18/+71
2006-02-18gitview: typofixLibravatar Aneesh Kumar K.V1-1/+1
2006-02-18git-svn: remove files from the index before adding/updatingLibravatar Eric Wong1-6/+5
2006-02-17Make git-reset delete empty directoriesLibravatar Shawn Pearce2-0/+66
2006-02-17Document --short and --git-dir in git-rev-parse(1)Libravatar Jonas Fonseca1-0/+8
2006-02-17git-rev-parse: Fix --short= option parsingLibravatar Jonas Fonseca1-3/+3
2006-02-17Support IrixLibravatar Johannes Schindelin1-0/+10
2006-02-17Optionally support old diffsLibravatar Johannes Schindelin2-0/+14
2006-02-17Fix cpio callLibravatar Johannes Schindelin1-1/+1
2006-02-17Prevent git-upload-pack segfault if object cannot be foundLibravatar Carl Worth2-1/+6
2006-02-17Abstract test_create_repo out for use in tests.Libravatar Carl Worth1-6/+17
2006-02-17Trap exit to clean up created directory if clone fails.Libravatar Carl Worth1-0/+4
2006-02-17SubmittingPatches: note on whitespacesLibravatar Junio C Hamano1-11/+19
2006-02-17Add a README for gitviewLibravatar Aneesh Kumar K.V1-0/+38
2006-02-17Add contrib/README.Libravatar Junio C Hamano1-0/+44
2006-02-17git-tag: -l to list tags (usability).Libravatar Junio C Hamano2-2/+22