summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-06-25[PATCH] http-pull: documentation updates.Libravatar Junio C Hamano1-2/+4
2005-06-25[PATCH] Fix oversimplified optimization for add_cache_entry().Libravatar Junio C Hamano4-17/+43
2005-06-25[PATCH] git-merge-one-file-script: do not misinterpret rm failure.Libravatar Junio C Hamano1-2/+5
2005-06-25[PATCH] Add more tests for read-tree --emu23.Libravatar Junio C Hamano2-14/+150
2005-06-25[PATCH] git-rebase-script: rebase local commits to new upstream head.Libravatar Junio C Hamano2-1/+50
2005-06-25[PATCH] git-cherry: find commits not merged upstream.Libravatar Junio C Hamano2-1/+87
2005-06-25[PATCH] git-commit-script: get commit message from an existing one.Libravatar Junio C Hamano1-8/+67
2005-06-25[PATCH] fix date parsing for GIT raw commit timestamp format.Libravatar Junio C Hamano1-5/+9
2005-06-25git-unpack-objects: start parsing the actual packed dataLibravatar Linus Torvalds1-5/+58
2005-06-25git-pack-objects: mark the delta packing with a 'D'.Libravatar Linus Torvalds1-0/+1
2005-06-25First cut at git-unpack-objectsLibravatar Linus Torvalds2-1/+107
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