summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-02-22gitview: Read tag and branch information using git ls-remoteaneesh.kumar@gmail.com
2006-02-22git-ls-files: Fix, document, and add test for --error-unmatch option.Carl Worth
2006-02-22Fix typo in git-rebase.sh.Jason Riedy
2006-02-22New test to verify that when git-clone fails it cleans up the new directory.Carl Worth
2006-02-22Merge branch 'pj/portable'Junio C Hamano
2006-02-22git-rebase: Clarify usage statement and copy it into the actual documentation.Carl Worth
2006-02-21Makefile tweaks: Solaris 9+ dont need iconv / move up uname variablesPaul Jakma
2006-02-21Merge part of jc/portable branchJunio C Hamano
2006-02-21git-mktree: reverse of git-ls-tree.Junio C Hamano
2006-02-21Merge branch 'lt/merge-tree'Junio C Hamano
2006-02-21Merge branch 'jc/ident'Junio C Hamano
2006-02-21cherry-pick/revert: error-help message rewording.Junio C Hamano
2006-02-21Fix fmt-merge-msg counting.Junio C Hamano
2006-02-20git-svn: 0.9.1: add --version and copyright/license (GPL v2+) informationEric Wong
2006-02-20contrib/git-svn: add Makefile, test, and associated ignoresEric Wong
2006-02-20git-svn: fix several corner-case and rare bugs with 'commit'Eric Wong
2006-02-20contrib/git-svn.txt: add a note about renamed/copied directory supportEric Wong
2006-02-20git-svn: change ; to && in addremove()Eric Wong
2006-02-20git-svn: remove any need for the XML::Simple dependencyEric Wong
2006-02-20git-svn: Allow for more argument types for commit (from..to)Eric Wong
2006-02-20git-svn: allow --find-copies-harder and -l<num> to be passed on commitEric Wong
2006-02-20git-svn: fix a typo in defining the --no-stop-on-copy optionEric Wong
2006-02-20Merge branch 'jc/merge-msg'Junio C Hamano
2006-02-20Merge branch 'jc/mv'Junio C Hamano
2006-02-20fmt-merge-msg: do not add excess newline at the end.Junio C Hamano
2006-02-19Documentation: fix typo in rev-parse --short option description.Junio C Hamano
2006-02-19Allow git-mv to accept ./ in paths.Junio C Hamano
2006-02-19Optionally work without pythonJohannes Schindelin
2006-02-19Merge fixes up to GIT 1.2.2Junio C Hamano
2006-02-19fmt-merge-msg: say which branch things were merged into unless 'master'Junio C Hamano
2006-02-19Keep Porcelainish from failing by broken ident after making changes.Junio C Hamano
2006-02-19Delay "empty ident" errors until they really matter.Junio C Hamano
2006-02-19Fix retries in git-cvsimportv1.2.2Martin Mares
2006-02-18archimport: remove files from the index before adding/updatingEric Wong
2006-02-18Add an Emacs interface in contrib.Alexandre Julliard
2006-02-18Make "empty ident" error message a bit more helpful.Junio C Hamano
2006-02-18Merge branch 'jc/topo'Junio C Hamano
2006-02-18Merge branch 'jc/rebase-limit'Junio C Hamano
2006-02-18gitview: typofixAneesh Kumar K.V
2006-02-18git-svn: remove files from the index before adding/updatingEric Wong
2006-02-18Make git-reset delete empty directoriesShawn Pearce
2006-02-18Document --short and --git-dir in git-rev-parse(1)Jonas Fonseca
2006-02-18git-rev-parse: Fix --short= option parsingJonas Fonseca
2006-02-18Support IrixJohannes Schindelin
2006-02-18Optionally support old diffsJohannes Schindelin
2006-02-18Fix cpio callJohannes Schindelin
2006-02-18Prevent git-upload-pack segfault if object cannot be foundCarl Worth
2006-02-18Abstract test_create_repo out for use in tests.Carl Worth
2006-02-18Trap exit to clean up created directory if clone fails.Carl Worth
2006-02-18SubmittingPatches: note on whitespacesJunio C Hamano