summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gitview: Use monospace font to draw the branch and tag nameaneesh.kumar@gmail.com2006-02-211-4/+6
* gitview: Read tag and branch information using git ls-remoteaneesh.kumar@gmail.com2006-02-211-36/+14
* git-ls-files: Fix, document, and add test for --error-unmatch option.Carl Worth2006-02-213-0/+33
* Fix typo in git-rebase.sh.Jason Riedy2006-02-211-1/+1
* New test to verify that when git-clone fails it cleans up the new directory.Carl Worth2006-02-211-0/+36
* Merge branch 'pj/portable'Junio C Hamano2006-02-211-6/+8
|\
| * Makefile tweaks: Solaris 9+ dont need iconv / move up uname variablesPaul Jakma2006-02-211-6/+8
* | git-rebase: Clarify usage statement and copy it into the actual documentation.Carl Worth2006-02-212-12/+56
|/
* Merge part of jc/portable branchJunio C Hamano2006-02-219-2/+57
|\
| * Optionally work without pythonJohannes Schindelin2006-02-187-1/+32
| * Support IrixJohannes Schindelin2006-02-171-0/+10
| * Optionally support old diffsJohannes Schindelin2006-02-172-0/+14
| * Fix cpio callJohannes Schindelin2006-02-171-1/+1
* | git-mktree: reverse of git-ls-tree.Junio C Hamano2006-02-212-1/+138
* | Merge branch 'lt/merge-tree'Junio C Hamano2006-02-212-1/+273
|\ \
| * | git-merge-tree: generalize the "traverse <n> trees in sync" functionalityLinus Torvalds2006-02-151-53/+67
| * | Handling large files with GITLinus Torvalds2006-02-151-10/+30
| * | Handling large files with GITLinus Torvalds2006-02-152-1/+239
* | | Merge branch 'jc/ident'Junio C Hamano2006-02-218-16/+45
|\ \ \
| * | | Keep Porcelainish from failing by broken ident after making changes.Junio C Hamano2006-02-184-1/+13
| * | | Delay "empty ident" errors until they really matter.Junio C Hamano2006-02-184-29/+32
| * | | Make "empty ident" error message a bit more helpful.Junio C Hamano2006-02-181-0/+14
* | | | cherry-pick/revert: error-help message rewording.Junio C Hamano2006-02-211-2/+3
* | | | Fix fmt-merge-msg counting.Junio C Hamano2006-02-201-3/+3
* | | | git-svn: 0.9.1: add --version and copyright/license (GPL v2+) informationEric Wong2006-02-201-2/+11
* | | | contrib/git-svn: add Makefile, test, and associated ignoresEric Wong2006-02-204-0/+252
* | | | git-svn: fix several corner-case and rare bugs with 'commit'Eric Wong2006-02-201-60/+200
* | | | contrib/git-svn.txt: add a note about renamed/copied directory supportEric Wong2006-02-201-0/+7
* | | | git-svn: change ; to && in addremove()Eric Wong2006-02-201-2/+2
* | | | git-svn: remove any need for the XML::Simple dependencyEric Wong2006-02-201-49/+35
* | | | git-svn: Allow for more argument types for commit (from..to)Eric Wong2006-02-202-4/+11
* | | | git-svn: allow --find-copies-harder and -l<num> to be passed on commitEric Wong2006-02-202-2/+15
* | | | git-svn: fix a typo in defining the --no-stop-on-copy optionEric Wong2006-02-201-1/+1
* | | | Merge branch 'jc/merge-msg'Junio C Hamano2006-02-191-11/+19
|\ \ \ \
| * | | | fmt-merge-msg: do not add excess newline at the end.Junio C Hamano2006-02-191-0/+1
| * | | | fmt-merge-msg: say which branch things were merged into unless 'master'Junio C Hamano2006-02-181-11/+18
* | | | | Merge branch 'jc/mv'Junio C Hamano2006-02-191-0/+9
|\ \ \ \ \
| * | | | | Allow git-mv to accept ./ in paths.Junio C Hamano2006-02-181-0/+9
* | | | | | Documentation: fix typo in rev-parse --short option description.Junio C Hamano2006-02-191-1/+1
|/ / / / /
* | | | | Merge fixes up to GIT 1.2.2Junio C Hamano2006-02-1810-33/+122
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix retries in git-cvsimportv1.2.2Martin Mares2006-02-181-8/+5
| * | | | archimport: remove files from the index before adding/updatingEric Wong2006-02-181-15/+13
| * | | | Make git-reset delete empty directoriesShawn Pearce2006-02-172-0/+66
| * | | | Document --short and --git-dir in git-rev-parse(1)Jonas Fonseca2006-02-171-0/+8
| * | | | git-rev-parse: Fix --short= option parsingJonas Fonseca2006-02-171-3/+3
| * | | | Prevent git-upload-pack segfault if object cannot be foundCarl Worth2006-02-172-1/+6
| * | | | Abstract test_create_repo out for use in tests.Carl Worth2006-02-171-6/+17
| * | | | Trap exit to clean up created directory if clone fails.Carl Worth2006-02-171-0/+4
* | | | | Add an Emacs interface in contrib.Alexandre Julliard2006-02-181-0/+956
| |/ / / |/| | |
* | | | Merge branch 'jc/topo'Junio C Hamano2006-02-185-9/+29
|\ \ \ \