summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-06-23[PATCH] A test case that demonstrates a problem with merges with two roots.Jon Seymour
2005-06-23Don't ignore reachability of tag objects in fsckLinus Torvalds
2005-06-23Add "git-clone-script" thingyLinus Torvalds
2005-06-23[PATCH] Fix --merge-order unit test breaks introduced by 6c88be169881c9223532...Jon Seymour
2005-06-22Add "gitk" to the list of scripts to be installed automatically.Linus Torvalds
2005-06-22Do a cross-project merge of Paul Mackerras' gitk visualizerLinus Torvalds
2005-06-22[PATCH] git-apply: tests for --stat and --summary.Junio C Hamano
2005-06-22[PATCH] git-apply: documentation.Junio C Hamano
2005-06-22[PATCH] git-apply: implement --summary option.Junio C Hamano
2005-06-22[PATCH] git-apply --stat: show new filename for rename/copy patch.Junio C Hamano
2005-06-22[PATCH] local-pull: implement fetch_ref()Junio C Hamano
2005-06-22Try to assign colors so crossing lines have different colorsPaul Mackerras
2005-06-22Account for indentation of the checkin comments by git-rev-listPaul Mackerras
2005-06-22git-apply: create subdirectories leading up to a new fileLinus Torvalds
2005-06-22[PATCH] Pull refs by HTTPDaniel Barkalow
2005-06-22[PATCH] Pull misc objectsDaniel Barkalow
2005-06-22[PATCH] Parse tags for absent objectsDaniel Barkalow
2005-06-22Use git-rev-list --header.Paul Mackerras
2005-06-22Fix typo in git-checkout-script.Linus Torvalds
2005-06-21Remove MERGE_HEAD in "git checkout/reset"Linus Torvalds
2005-06-21Clean up different special *HEAD handlingLinus Torvalds
2005-06-21[PATCH] Fix several gcc4 signedness warningsMika Kukkonen
2005-06-21git checkout: fix default head caseLinus Torvalds
2005-06-21Make "git checkout" know about different branchesLinus Torvalds
2005-06-21"git checkout": add "-u" flag to update HEAD conditionallyLinus Torvalds
2005-06-21Add "git checkout" that does what the name suggestsLinus Torvalds
2005-06-21[PATCH] fix scalability problems with git-deltafy-scriptNicolas Pitre
2005-06-21[PATCH] git-apply: Don't barf when --stat'ing a diff with no line changes.Sven Verdoolaege
2005-06-21Let "git commit" take arguments for files to commit.Linus Torvalds
2005-06-21Add "-q" flag to git-update-cacheLinus Torvalds
2005-06-21Change parent syntax to "xyz^" instead of "xyz.p"Linus Torvalds
2005-06-21Make rev-parse understand "extended sha1" syntaxLinus Torvalds
2005-06-21Keep the parents in order when parsing commitsLinus Torvalds
2005-06-21Pass arguments through git-rev-parse.Paul Mackerras
2005-06-21Handle the case of a parent being listed twice in a merge.Paul Mackerras
2005-06-20git-rev-parse: flush "default" head when encountering something unexpectedLinus Torvalds
2005-06-20[PATCH] git-resolve-script: Add LAST_MERGE and use git-rev-parseDan Holmsand
2005-06-20git-rev-parse: parse ".." before simple SHA1'sLinus Torvalds
2005-06-20Avoid gcc warning in diff-stages.cLinus Torvalds
2005-06-20[PATCH] Fix for --merge-order, --max-age interaction issueJon Seymour
2005-06-20[PATCH] Prevent git-rev-list without --merge-order producing duplicates in ou...Jon Seymour
2005-06-20[PATCH] Prevent git-rev-list --merge-order producing duplicates in the outputJon Seymour
2005-06-20[PATCH] Relaxes error checking in epoch.c to allow duplicate parentsJon Seymour
2005-06-20[PATCH] Fixes problem with --merge-order head ^headJon Seymour
2005-06-20[PATCH] Tweaked --merge-order --show-breaks output in case specified head has...Jon Seymour
2005-06-20[PATCH] Additional git-rev-list unit tests to demonstrate problems that requi...Jon Seymour
2005-06-20[PATCH] Rework -B output.Junio C Hamano
2005-06-20[PATCH] Update diff documentation.Junio C Hamano
2005-06-20[PATCH] Make -C less eager.Junio C Hamano
2005-06-20Make "git commit" clean up after itselfLinus Torvalds