summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix another test that broke with the recent git-init-db updateLinus Torvalds2005-06-281-1/+0
* [PATCH] Skip writing out sha1 files for objects in packed git.Junio C Hamano2005-06-281-12/+27
* [PATCH] replace sha1sum with sum in t/t1002Mark Allen2005-06-281-15/+32
* Fix up test that counted subdirectories in ".git/objects"Linus Torvalds2005-06-281-3/+3
* git-init-db: create "pack" subdirectory under objectsLinus Torvalds2005-06-281-0/+2
* Merge rsync://rsync.kernel.org/pub/scm/gitk/gitkLinus Torvalds2005-06-281-139/+447
|\
| * Add a menu item for creating tags.Paul Mackerras2005-06-271-43/+140
| * Fix a bug where we would corrupt the stuff read from git-rev-list.Paul Mackerras2005-06-271-2/+7
| * Add a menu entry for generating a patch between any two commits.Paul Mackerras2005-06-271-0/+87
| * Fix behaviour in the case where we have no commits to display.Paul Mackerras2005-06-271-10/+17
| * Check for the existence of the git directory on startup.Paul Mackerras2005-06-271-1/+11
| * Clear the SHA1 entry field when we go to paste something into itPaul Mackerras2005-06-251-0/+8
| * Add commit row context menu and handle left-click on graph linesPaul Mackerras2005-06-251-86/+180
* | csum-file: fix missing buf pointer updateLinus Torvalds2005-06-281-0/+1
* | [PATCH] Teach read_sha1_file() and friends about packed git object store.Junio C Hamano2005-06-282-12/+458
* | [PATCH] Enhance sha1_file_size() into sha1_object_info()Junio C Hamano2005-06-284-31/+27
* | [PATCH] Remove "delta" object representation.Junio C Hamano2005-06-2825-948/+22
* | [PATCH] git-ssh-pull: commit-id consistencySven Verdoolaege2005-06-282-5/+15
* | git-checkout-script: use "--verify --revs-only" to parse revsLinus Torvalds2005-06-271-1/+1
* | csum-file interface updates: return resulting SHA1Linus Torvalds2005-06-274-16/+26
* | git-pack-objects: write the pack files with a SHA1 csumLinus Torvalds2005-06-275-62/+158
* | Add "--pretty=full" format that also shows committer.Linus Torvalds2005-06-274-32/+25
* | Add git-verify-tag scriptJan Harkes2005-06-271-0/+9
* | git-pack-objects: use name information (if any) to sort objects for packing.Linus Torvalds2005-06-271-4/+23
* | Ooh. Make git-rev-list --object associate a name with objects.Linus Torvalds2005-06-272-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-261-7/+17
* | git-pack-objects: make "--window=x" semantics more logical.Linus Torvalds2005-06-261-4/+4
* | Add a "max_size" parameter to diff_delta()Linus Torvalds2005-06-267-17/+28
* | Fix delta "sliding window" codeLinus Torvalds2005-06-261-4/+5
* | [PATCH] (patchlet) pack-objects.c: try_delta()Junio C Hamano2005-06-261-0/+1
* | [PATCH] Add a bit of developer documentation to pull.hJunio C Hamano2005-06-261-6/+15
* | [PATCH] http-pull: documentation updates.Junio C Hamano2005-06-261-2/+4
* | [PATCH] Fix oversimplified optimization for add_cache_entry().Junio C Hamano2005-06-264-17/+43
* | [PATCH] git-merge-one-file-script: do not misinterpret rm failure.Junio C Hamano2005-06-261-2/+5
* | [PATCH] Add more tests for read-tree --emu23.Junio C Hamano2005-06-262-14/+150
* | [PATCH] git-rebase-script: rebase local commits to new upstream head.Junio C Hamano2005-06-262-1/+50
* | [PATCH] git-cherry: find commits not merged upstream.Junio C Hamano2005-06-262-1/+87
* | [PATCH] git-commit-script: get commit message from an existing one.Junio C Hamano2005-06-261-8/+67
* | [PATCH] fix date parsing for GIT raw commit timestamp format.Junio C Hamano2005-06-261-5/+9
* | git-unpack-objects: start parsing the actual packed dataLinus Torvalds2005-06-261-5/+58
* | git-pack-objects: mark the delta packing with a 'D'.Linus Torvalds2005-06-261-0/+1
* | First cut at git-unpack-objectsLinus Torvalds2005-06-262-1/+107
* | git-pack-objects: fix typoLinus Torvalds2005-06-261-1/+1
* | git-pack-objects: create a packed object representation.Linus Torvalds2005-06-252-1/+406