summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-06-25git-unpack-objects: start parsing the actual packed dataLinus Torvalds
2005-06-25git-pack-objects: mark the delta packing with a 'D'.Linus Torvalds
2005-06-25First cut at git-unpack-objectsLinus Torvalds
2005-06-25git-pack-objects: fix typoLinus Torvalds
2005-06-25git-pack-objects: create a packed object representation.Linus Torvalds
2005-06-25[PATCH] git-write-tree doesn't check alternate directoriesJan Harkes
2005-06-25git-rev-list: add option to list all objects (not just commits)Linus Torvalds
2005-06-24git-rev-parse: re-organize and be more carefulLinus Torvalds
2005-06-23Add "git-patch-id" program to generate patch ID's.Linus Torvalds
2005-06-23Clean up git-diff-tree 'header' generationLinus Torvalds
2005-06-23git-apply: take "--apply" flag to force an apply even if we also ask for a di...Linus Torvalds
2005-06-23Make "git fetch" able to fetch a named tagLinus Torvalds
2005-06-23[PATCH] Fix to how --merge-order handles multiple rootsJon Seymour
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