summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] git-apply: tests for --stat and --summary.Junio C Hamano2005-06-2215-0/+2152
* [PATCH] git-apply: documentation.Junio C Hamano2005-06-221-0/+72
* [PATCH] git-apply: implement --summary option.Junio C Hamano2005-06-221-1/+93
* [PATCH] git-apply --stat: show new filename for rename/copy patch.Junio C Hamano2005-06-221-2/+2
* [PATCH] local-pull: implement fetch_ref()Junio C Hamano2005-06-222-5/+33
* git-apply: create subdirectories leading up to a new fileLinus Torvalds2005-06-211-2/+47
* [PATCH] Pull refs by HTTPDaniel Barkalow2005-06-211-2/+47
* [PATCH] Pull misc objectsDaniel Barkalow2005-06-211-1/+34
* [PATCH] Parse tags for absent objectsDaniel Barkalow2005-06-213-4/+27
* Fix typo in git-checkout-script.Linus Torvalds2005-06-211-1/+1
* Remove MERGE_HEAD in "git checkout/reset"Linus Torvalds2005-06-212-1/+14
* Clean up different special *HEAD handlingLinus Torvalds2005-06-213-5/+5
* [PATCH] Fix several gcc4 signedness warningsMika Kukkonen2005-06-215-12/+12
* git checkout: fix default head caseLinus Torvalds2005-06-211-1/+1
* Make "git checkout" know about different branchesLinus Torvalds2005-06-211-16/+23
* "git checkout": add "-u" flag to update HEAD conditionallyLinus Torvalds2005-06-211-6/+9
* Add "git checkout" that does what the name suggestsLinus Torvalds2005-06-212-1/+31
* [PATCH] fix scalability problems with git-deltafy-scriptNicolas Pitre2005-06-211-18/+32
* [PATCH] git-apply: Don't barf when --stat'ing a diff with no line changes.Sven Verdoolaege2005-06-211-3/+5
* Let "git commit" take arguments for files to commit.Linus Torvalds2005-06-201-0/+1
* Add "-q" flag to git-update-cacheLinus Torvalds2005-06-201-5/+11
* Change parent syntax to "xyz^" instead of "xyz.p"Linus Torvalds2005-06-201-5/+5
* Make rev-parse understand "extended sha1" syntaxLinus Torvalds2005-06-201-4/+57
* Keep the parents in order when parsing commitsLinus Torvalds2005-06-201-1/+3
* git-rev-parse: flush "default" head when encountering something unexpectedLinus Torvalds2005-06-201-1/+4
* [PATCH] git-resolve-script: Add LAST_MERGE and use git-rev-parseDan Holmsand2005-06-201-9/+15
* git-rev-parse: parse ".." before simple SHA1'sLinus Torvalds2005-06-201-14/+14
* Avoid gcc warning in diff-stages.cLinus Torvalds2005-06-191-1/+1
* [PATCH] Fix for --merge-order, --max-age interaction issueJon Seymour2005-06-191-2/+11
* [PATCH] Prevent git-rev-list without --merge-order producing duplicates in ou...Jon Seymour2005-06-192-8/+10
* [PATCH] Prevent git-rev-list --merge-order producing duplicates in the outputJon Seymour2005-06-191-14/+21
* [PATCH] Relaxes error checking in epoch.c to allow duplicate parentsJon Seymour2005-06-191-10/+6
* [PATCH] Fixes problem with --merge-order head ^headJon Seymour2005-06-191-1/+3
* [PATCH] Tweaked --merge-order --show-breaks output in case specified head has...Jon Seymour2005-06-191-0/+2
* [PATCH] Additional git-rev-list unit tests to demonstrate problems that requi...Jon Seymour2005-06-191-61/+375
* [PATCH] Rework -B output.Junio C Hamano2005-06-194-95/+186
* [PATCH] Update diff documentation.Junio C Hamano2005-06-197-15/+130
* [PATCH] Make -C less eager.Junio C Hamano2005-06-198-18/+37
* Make "git commit" clean up after itselfLinus Torvalds2005-06-191-5/+9
* Clean up MERGE_HEAD and ORIG_HEAD also for the trivial fast-forward merges.Linus Torvalds2005-06-191-1/+3
* [PATCH] cvs2git.c: support incremental conversionPanagiotis Issaris2005-06-191-6/+18
* [PATCH] ssh-push.c: Fix handling of ssh://host/path URLsSven Verdoolaege2005-06-191-0/+1
* git-commit-tree: ignore duplicate parentsLinus Torvalds2005-06-191-2/+16
* Fix up INSTALL and "git add"Linus Torvalds2005-06-182-3/+3
* read-cache.c: remove stray debugging printfLinus Torvalds2005-06-181-1/+0
* Re-implement "check_file_directory_conflict()"Linus Torvalds2005-06-181-89/+88
* Avoid warning about function without return.Linus Torvalds2005-06-181-1/+1
* [PATCH] cvs2git and file permissionsSven Verdoolaege2005-06-181-1/+4
* Make "pretty" commit logs always show merge informationLinus Torvalds2005-06-181-0/+24
* git-rev-list: add "--bisect" flag to find the "halfway" pointLinus Torvalds2005-06-171-0/+80