summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add "--pretty=full" format that also shows committer.Linus Torvalds2005-06-264-32/+25
* Add git-verify-tag scriptJan Harkes2005-06-261-0/+9
* git-pack-objects: use name information (if any) to sort objects for packing.Linus Torvalds2005-06-261-4/+23
* Ooh. Make git-rev-list --object associate a name with objects.Linus Torvalds2005-06-262-9/+11
* git-pack-objects: do the delta search in reverse size orderLinus Torvalds2005-06-261-12/+16
* [PATCH] Add git-relink-script to fix up missing hardlinksRyan Anderson2005-06-262-1/+174
* git-rev-parse: add "--not" flag to mark subsequent heads negativeLinus Torvalds2005-06-261-15/+15
* git-unpack-objects: start removing debug outputLinus Torvalds2005-06-261-1/+0
* Fix object packing/unpacking.Linus Torvalds2005-06-262-62/+49
* [PATCH] Finish initial cut of git-pack-object/git-unpack-object pair.Junio C Hamano2005-06-263-18/+261
* Add "--depth=N" parameter to git-pack-objects to limit maximum delta depthLinus Torvalds2005-06-251-7/+17
* git-pack-objects: make "--window=x" semantics more logical.Linus Torvalds2005-06-251-4/+4
* Add a "max_size" parameter to diff_delta()Linus Torvalds2005-06-257-17/+28
* Fix delta "sliding window" codeLinus Torvalds2005-06-251-4/+5
* [PATCH] (patchlet) pack-objects.c: try_delta()Junio C Hamano2005-06-251-0/+1
* [PATCH] Add a bit of developer documentation to pull.hJunio C Hamano2005-06-251-6/+15
* [PATCH] http-pull: documentation updates.Junio C Hamano2005-06-251-2/+4
* [PATCH] Fix oversimplified optimization for add_cache_entry().Junio C Hamano2005-06-254-17/+43
* [PATCH] git-merge-one-file-script: do not misinterpret rm failure.Junio C Hamano2005-06-251-2/+5
* [PATCH] Add more tests for read-tree --emu23.Junio C Hamano2005-06-252-14/+150
* [PATCH] git-rebase-script: rebase local commits to new upstream head.Junio C Hamano2005-06-252-1/+50
* [PATCH] git-cherry: find commits not merged upstream.Junio C Hamano2005-06-252-1/+87
* [PATCH] git-commit-script: get commit message from an existing one.Junio C Hamano2005-06-251-8/+67
* [PATCH] fix date parsing for GIT raw commit timestamp format.Junio C Hamano2005-06-251-5/+9
* git-unpack-objects: start parsing the actual packed dataLinus Torvalds2005-06-251-5/+58
* git-pack-objects: mark the delta packing with a 'D'.Linus Torvalds2005-06-251-0/+1
* First cut at git-unpack-objectsLinus Torvalds2005-06-252-1/+107
* git-pack-objects: fix typoLinus Torvalds2005-06-251-1/+1
* git-pack-objects: create a packed object representation.Linus Torvalds2005-06-252-1/+406
* [PATCH] git-write-tree doesn't check alternate directoriesJan Harkes2005-06-251-5/+4
* git-rev-list: add option to list all objects (not just commits)Linus Torvalds2005-06-241-0/+91
* git-rev-parse: re-organize and be more carefulLinus Torvalds2005-06-241-26/+81
* Add "git-patch-id" program to generate patch ID's.Linus Torvalds2005-06-232-1/+81
* Clean up git-diff-tree 'header' generationLinus Torvalds2005-06-231-12/+6
* git-apply: take "--apply" flag to force an apply even if we also ask for a di...Linus Torvalds2005-06-231-1/+4
* Make "git fetch" able to fetch a named tagLinus Torvalds2005-06-231-2/+8
* [PATCH] Fix to how --merge-order handles multiple rootsJon Seymour2005-06-221-4/+7
* [PATCH] A test case that demonstrates a problem with merges with two roots.Jon Seymour2005-06-221-0/+61
* Don't ignore reachability of tag objects in fsckLinus Torvalds2005-06-221-4/+0
* Add "git-clone-script" thingyLinus Torvalds2005-06-222-1/+9
* [PATCH] Fix --merge-order unit test breaks introduced by 6c88be169881c9223532...Jon Seymour2005-06-221-12/+3
* Add "gitk" to the list of scripts to be installed automatically.Linus Torvalds2005-06-221-1/+1
* Do a cross-project merge of Paul Mackerras' gitk visualizerLinus Torvalds2005-06-221-0/+1711
|\
| * Try to assign colors so crossing lines have different colorsPaul Mackerras2005-06-221-11/+71
| * Account for indentation of the checkin comments by git-rev-listPaul Mackerras2005-06-221-1/+6
| * Use git-rev-list --header.Paul Mackerras2005-06-221-94/+94
| * Pass arguments through git-rev-parse.Paul Mackerras2005-06-211-4/+12
| * Handle the case of a parent being listed twice in a merge.Paul Mackerras2005-06-211-58/+78
| * Draw graph lines as one continuous line where possiblePaul Mackerras2005-06-171-30/+122
| * Fix operation without libreadobj.so.0.0Paul Mackerras2005-06-161-4/+13