summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-06-25git-pack-objects: fix typoLibravatar Linus Torvalds1-1/+1
2005-06-25git-pack-objects: create a packed object representation.Libravatar Linus Torvalds2-1/+406
2005-06-25[PATCH] git-write-tree doesn't check alternate directoriesLibravatar Jan Harkes1-5/+4
2005-06-24git-rev-list: add option to list all objects (not just commits)Libravatar Linus Torvalds1-0/+91
2005-06-24git-rev-parse: re-organize and be more carefulLibravatar Linus Torvalds1-26/+81
2005-06-23Add "git-patch-id" program to generate patch ID's.Libravatar Linus Torvalds2-1/+81
2005-06-23Clean up git-diff-tree 'header' generationLibravatar Linus Torvalds1-12/+6
2005-06-23git-apply: take "--apply" flag to force an apply even if we also ask for a di...Libravatar Linus Torvalds1-1/+4
2005-06-23Make "git fetch" able to fetch a named tagLibravatar Linus Torvalds1-2/+8
2005-06-22[PATCH] Fix to how --merge-order handles multiple rootsLibravatar Jon Seymour1-4/+7
2005-06-22[PATCH] A test case that demonstrates a problem with merges with two roots.Libravatar Jon Seymour1-0/+61
2005-06-22Don't ignore reachability of tag objects in fsckLibravatar Linus Torvalds1-4/+0
2005-06-22Add "git-clone-script" thingyLibravatar Linus Torvalds2-1/+9
2005-06-22[PATCH] Fix --merge-order unit test breaks introduced by 6c88be169881c9223532...Libravatar Jon Seymour1-12/+3
2005-06-22Add "gitk" to the list of scripts to be installed automatically.Libravatar Linus Torvalds1-1/+1
2005-06-22Do a cross-project merge of Paul Mackerras' gitk visualizerLibravatar Linus Torvalds1-0/+1711
2005-06-22[PATCH] git-apply: tests for --stat and --summary.Libravatar Junio C Hamano15-0/+2152
2005-06-22[PATCH] git-apply: documentation.Libravatar Junio C Hamano1-0/+72
2005-06-22[PATCH] git-apply: implement --summary option.Libravatar Junio C Hamano1-1/+93
2005-06-22[PATCH] git-apply --stat: show new filename for rename/copy patch.Libravatar Junio C Hamano1-2/+2
2005-06-22[PATCH] local-pull: implement fetch_ref()Libravatar Junio C Hamano2-5/+33
2005-06-22Try to assign colors so crossing lines have different colorsLibravatar Paul Mackerras1-11/+71
2005-06-22Account for indentation of the checkin comments by git-rev-listLibravatar Paul Mackerras1-1/+6
2005-06-21git-apply: create subdirectories leading up to a new fileLibravatar Linus Torvalds1-2/+47
2005-06-21[PATCH] Pull refs by HTTPLibravatar Daniel Barkalow1-2/+47
2005-06-21[PATCH] Pull misc objectsLibravatar Daniel Barkalow1-1/+34
2005-06-21[PATCH] Parse tags for absent objectsLibravatar Daniel Barkalow3-4/+27
2005-06-22Use git-rev-list --header.Libravatar Paul Mackerras1-94/+94
2005-06-21Fix typo in git-checkout-script.Libravatar Linus Torvalds1-1/+1
2005-06-21Remove MERGE_HEAD in "git checkout/reset"Libravatar Linus Torvalds2-1/+14
2005-06-21Clean up different special *HEAD handlingLibravatar Linus Torvalds3-5/+5
2005-06-21[PATCH] Fix several gcc4 signedness warningsLibravatar Mika Kukkonen5-12/+12
2005-06-21git checkout: fix default head caseLibravatar Linus Torvalds1-1/+1
2005-06-21Make "git checkout" know about different branchesLibravatar Linus Torvalds1-16/+23
2005-06-21"git checkout": add "-u" flag to update HEAD conditionallyLibravatar Linus Torvalds1-6/+9
2005-06-21Add "git checkout" that does what the name suggestsLibravatar Linus Torvalds2-1/+31
2005-06-21[PATCH] fix scalability problems with git-deltafy-scriptLibravatar Nicolas Pitre1-18/+32
2005-06-21[PATCH] git-apply: Don't barf when --stat'ing a diff with no line changes.Libravatar Sven Verdoolaege1-3/+5
2005-06-20Let "git commit" take arguments for files to commit.Libravatar Linus Torvalds1-0/+1
2005-06-20Add "-q" flag to git-update-cacheLibravatar Linus Torvalds1-5/+11
2005-06-20Change parent syntax to "xyz^" instead of "xyz.p"Libravatar Linus Torvalds1-5/+5
2005-06-20Make rev-parse understand "extended sha1" syntaxLibravatar Linus Torvalds1-4/+57
2005-06-20Keep the parents in order when parsing commitsLibravatar Linus Torvalds1-1/+3
2005-06-21Pass arguments through git-rev-parse.Libravatar Paul Mackerras1-4/+12
2005-06-21Handle the case of a parent being listed twice in a merge.Libravatar Paul Mackerras1-58/+78
2005-06-20git-rev-parse: flush "default" head when encountering something unexpectedLibravatar Linus Torvalds1-1/+4
2005-06-20[PATCH] git-resolve-script: Add LAST_MERGE and use git-rev-parseLibravatar Dan Holmsand1-9/+15
2005-06-20git-rev-parse: parse ".." before simple SHA1'sLibravatar Linus Torvalds1-14/+14
2005-06-19Avoid gcc warning in diff-stages.cLibravatar Linus Torvalds1-1/+1
2005-06-19[PATCH] Fix for --merge-order, --max-age interaction issueLibravatar Jon Seymour1-2/+11