summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-06-30[PATCH] Demonstrate broken t6001 test case functionJon Seymour
2005-06-30[PATCH] Fix for git-rev-list --merge-order B ^A (A,B share common base) [rev 2]Jon Seymour
2005-06-30[PATCH] Test case that demonstrates problem with --merge-order ^ processingJon Seymour
2005-06-30Make send/receive-pack be closer to doing something interestingLinus Torvalds
2005-06-30Start of "git-send-pack", the local part of sending off a packLinus Torvalds
2005-06-30Add first cut at "git-receive-pack"Linus Torvalds
2005-06-29Remove bogus dup commit warning with --merge-orderLinus Torvalds
2005-06-29Teach git-rev-list about non-commit objectsLinus Torvalds
2005-06-29Prepare git-rev-list for tracking tag objects tooLinus Torvalds
2005-06-29[PATCH] Adjust t5300 test for unpack-objects changeJunio C Hamano
2005-06-29Re-instate dry-run logic in git-unpack-objectsLinus Torvalds
2005-06-29Clean up git-unpack-objects a bitLinus Torvalds
2005-06-29[PATCH] Add git-verify-pack command.Junio C Hamano
2005-06-29[PATCH] Fixlets on top of Nico's clean-up.Junio C Hamano
2005-06-29[PATCH] assorted delta code cleanupNicolas Pitre
2005-06-29Fix packed_delta_info() that was broken by the delta header packing changeLinus Torvalds
2005-06-29Make git pack files use little-endian size encodingLinus Torvalds
2005-06-29[PATCH] denser delta header encodingNicolas Pitre
2005-06-29[PATCH] Emit base objects of a delta chain when the delta is output.Junio C Hamano
2005-06-29git-unpack-objects: re-write to read from stdinLinus Torvalds
2005-06-29[PATCH] Use enhanced diff_delta() in the similarity estimator.Junio C Hamano
2005-06-29[PATCH] Fix unpack-objects for header length information.Junio C Hamano
2005-06-28Merge fighting fsck-cache updates from JunioLinus Torvalds
2005-06-28[PATCH] Update fsck-cache (take 2)Junio C Hamano
2005-06-28[PATCH] Expose packed_git and alt_odb.Junio C Hamano
2005-06-28[PATCH] Bugfix: initialize pack_base to NULL.Junio C Hamano
2005-06-28[PATCH] Adjust fsck-cache to packed GIT and alternate object pool.Junio C Hamano
2005-06-28Change pack file format. Hopefully for the last time.Linus Torvalds
2005-06-28git-pack-objects: add "--stdout" flag to write the pack file to stdoutLinus Torvalds
2005-06-28csum-file: add "sha1fd()" to create a SHA1 csum file from an existing file de...Linus Torvalds
2005-06-28Duh. Fix transposed characters in git-pull-scriptLinus Torvalds
2005-06-28Teach packing about "tag" objectsLinus Torvalds
2005-06-28[PATCH] git-cat-file: '-s' to find out object size.Junio C Hamano
2005-06-28[PATCH] git-cat-file: use sha1_object_info() on '-t'.Junio C Hamano
2005-06-28[PATCH] Obtain sha1_file_info() for deltified pack entry properly.Junio C Hamano
2005-06-28Teach git-pull-script about pulling tagsLinus Torvalds
2005-06-28Fix another test that broke with the recent git-init-db updateLinus Torvalds
2005-06-28[PATCH] Skip writing out sha1 files for objects in packed git.Junio C Hamano
2005-06-28[PATCH] replace sha1sum with sum in t/t1002Mark Allen
2005-06-28Fix up test that counted subdirectories in ".git/objects"Linus Torvalds
2005-06-28git-init-db: create "pack" subdirectory under objectsLinus Torvalds
2005-06-28Merge rsync://rsync.kernel.org/pub/scm/gitk/gitkLinus Torvalds
2005-06-28csum-file: fix missing buf pointer updateLinus Torvalds
2005-06-27[PATCH] Teach read_sha1_file() and friends about packed git object store.Junio C Hamano
2005-06-27[PATCH] Enhance sha1_file_size() into sha1_object_info()Junio C Hamano
2005-06-27[PATCH] Remove "delta" object representation.Junio C Hamano
2005-06-27[PATCH] git-ssh-pull: commit-id consistencySven Verdoolaege
2005-06-27git-checkout-script: use "--verify --revs-only" to parse revsLinus Torvalds
2005-06-27Add a menu item for creating tags.Paul Mackerras
2005-06-27Fix a bug where we would corrupt the stuff read from git-rev-list.Paul Mackerras