aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Make git pack files use little-endian size encodingLinus Torvalds2005-06-28
* [PATCH] denser delta header encodingNicolas Pitre2005-06-28
* [PATCH] Emit base objects of a delta chain when the delta is output.Junio C Hamano2005-06-28
* git-unpack-objects: re-write to read from stdinLinus Torvalds2005-06-28
* [PATCH] Use enhanced diff_delta() in the similarity estimator.Junio C Hamano2005-06-28
* [PATCH] Fix unpack-objects for header length information.Junio C Hamano2005-06-28
* Merge fighting fsck-cache updates from JunioLinus Torvalds2005-06-28
|\
| * [PATCH] Update fsck-cache (take 2)Junio C Hamano2005-06-28
| * [PATCH] Expose packed_git and alt_odb.Junio C Hamano2005-06-28
* | [PATCH] Bugfix: initialize pack_base to NULL.Junio C Hamano2005-06-28
* | [PATCH] Adjust fsck-cache to packed GIT and alternate object pool.Junio C Hamano2005-06-28
* | Change pack file format. Hopefully for the last time.Linus Torvalds2005-06-28
|/
* git-pack-objects: add "--stdout" flag to write the pack file to stdoutLinus Torvalds2005-06-28
* csum-file: add "sha1fd()" to create a SHA1 csum file from an existing file de...Linus Torvalds2005-06-28
* Duh. Fix transposed characters in git-pull-scriptLinus Torvalds2005-06-28
* Teach packing about "tag" objectsLinus Torvalds2005-06-28
* [PATCH] git-cat-file: '-s' to find out object size.Junio C Hamano2005-06-28
* [PATCH] git-cat-file: use sha1_object_info() on '-t'.Junio C Hamano2005-06-28
* [PATCH] Obtain sha1_file_info() for deltified pack entry properly.Junio C Hamano2005-06-28
* Teach git-pull-script about pulling tagsLinus Torvalds2005-06-27
* Fix another test that broke with the recent git-init-db updateLinus Torvalds2005-06-27
* [PATCH] Skip writing out sha1 files for objects in packed git.Junio C Hamano2005-06-27
* [PATCH] replace sha1sum with sum in t/t1002Mark Allen2005-06-27
* Fix up test that counted subdirectories in ".git/objects"Linus Torvalds2005-06-27
* git-init-db: create "pack" subdirectory under objectsLinus Torvalds2005-06-27
* Merge rsync://rsync.kernel.org/pub/scm/gitk/gitkLinus Torvalds2005-06-27
|\
| * Add a menu item for creating tags.Paul Mackerras2005-06-27
| * Fix a bug where we would corrupt the stuff read from git-rev-list.Paul Mackerras2005-06-27
| * Add a menu entry for generating a patch between any two commits.Paul Mackerras2005-06-27
| * Fix behaviour in the case where we have no commits to display.Paul Mackerras2005-06-27
| * Check for the existence of the git directory on startup.Paul Mackerras2005-06-27
| * Clear the SHA1 entry field when we go to paste something into itPaul Mackerras2005-06-25
| * Add commit row context menu and handle left-click on graph linesPaul Mackerras2005-06-25
* | csum-file: fix missing buf pointer updateLinus Torvalds2005-06-27
* | [PATCH] Teach read_sha1_file() and friends about packed git object store.Junio C Hamano2005-06-27
* | [PATCH] Enhance sha1_file_size() into sha1_object_info()Junio C Hamano2005-06-27
* | [PATCH] Remove "delta" object representation.Junio C Hamano2005-06-27
* | [PATCH] git-ssh-pull: commit-id consistencySven Verdoolaege2005-06-27
* | git-checkout-script: use "--verify --revs-only" to parse revsLinus Torvalds2005-06-27
* | csum-file interface updates: return resulting SHA1Linus Torvalds2005-06-26
* | git-pack-objects: write the pack files with a SHA1 csumLinus Torvalds2005-06-26
* | Add "--pretty=full" format that also shows committer.Linus Torvalds2005-06-26
* | Add git-verify-tag scriptJan Harkes2005-06-26
* | git-pack-objects: use name information (if any) to sort objects for packing.Linus Torvalds2005-06-26
* | Ooh. Make git-rev-list --object associate a name with objects.Linus Torvalds2005-06-26
* | git-pack-objects: do the delta search in reverse size orderLinus Torvalds2005-06-26
* | [PATCH] Add git-relink-script to fix up missing hardlinksRyan Anderson2005-06-26
* | git-rev-parse: add "--not" flag to mark subsequent heads negativeLinus Torvalds2005-06-26
* | git-unpack-objects: start removing debug outputLinus Torvalds2005-06-26
* | Fix object packing/unpacking.Linus Torvalds2005-06-26