summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-06-29[PATCH] Test case that demonstrates problem with --merge-order ^ processingLibravatar Jon Seymour1-0/+5
2005-06-29Make send/receive-pack be closer to doing something interestingLibravatar Linus Torvalds5-126/+148
2005-06-29Start of "git-send-pack", the local part of sending off a packLibravatar Linus Torvalds2-1/+120
2005-06-29Add first cut at "git-receive-pack"Libravatar Linus Torvalds3-1/+326
2005-06-29Remove bogus dup commit warning with --merge-orderLibravatar Linus Torvalds1-4/+1
2005-06-29Teach git-rev-list about non-commit objectsLibravatar Linus Torvalds1-13/+91
2005-06-29Prepare git-rev-list for tracking tag objects tooLibravatar Linus Torvalds1-6/+20
2005-06-29[PATCH] Adjust t5300 test for unpack-objects changeLibravatar Junio C Hamano1-2/+4
2005-06-29Re-instate dry-run logic in git-unpack-objectsLibravatar Linus Torvalds1-1/+6
2005-06-29Clean up git-unpack-objects a bitLibravatar Linus Torvalds1-13/+14
2005-06-29[PATCH] Add git-verify-pack command.Libravatar Junio C Hamano10-18/+231
2005-06-29[PATCH] Fixlets on top of Nico's clean-up.Libravatar Junio C Hamano3-9/+6
2005-06-29[PATCH] assorted delta code cleanupLibravatar Nicolas Pitre6-58/+35
2005-06-28Fix packed_delta_info() that was broken by the delta header packing changeLibravatar Linus Torvalds1-20/+18
2005-06-28Make git pack files use little-endian size encodingLibravatar Linus Torvalds5-31/+31
2005-06-28[PATCH] denser delta header encodingLibravatar Nicolas Pitre3-46/+37
2005-06-28[PATCH] Emit base objects of a delta chain when the delta is output.Libravatar Junio C Hamano1-5/+20
2005-06-28git-unpack-objects: re-write to read from stdinLibravatar Linus Torvalds1-228/+190
2005-06-28[PATCH] Use enhanced diff_delta() in the similarity estimator.Libravatar Junio C Hamano1-1/+6
2005-06-28[PATCH] Fix unpack-objects for header length information.Libravatar Junio C Hamano2-4/+4
2005-06-29Add a menu item for writing out a commit to a file.Libravatar Paul Mackerras1-9/+66
2005-06-28Merge fighting fsck-cache updates from JunioLibravatar Linus Torvalds4-28/+103
2005-06-28[PATCH] Update fsck-cache (take 2)Libravatar Junio C Hamano2-13/+76
2005-06-28[PATCH] Expose packed_git and alt_odb.Libravatar Junio C Hamano2-19/+43
2005-06-28[PATCH] Bugfix: initialize pack_base to NULL.Libravatar Junio C Hamano1-0/+1
2005-06-28[PATCH] Adjust fsck-cache to packed GIT and alternate object pool.Libravatar Junio C Hamano1-4/+16
2005-06-28Change pack file format. Hopefully for the last time.Libravatar Linus Torvalds4-73/+174
2005-06-28More docLibravatar Matthias Urlichs1-15/+19
2005-06-28Document the new migration toolLibravatar Matthias Urlichs1-4/+20
2005-06-28Rollbak to the original branch after importingLibravatar Matthias Urlichs1-4/+25
2005-06-28git-pack-objects: add "--stdout" flag to write the pack file to stdoutLibravatar Linus Torvalds1-6/+15
2005-06-28csum-file: add "sha1fd()" to create a SHA1 csum file from an existing file de...Libravatar Linus Torvalds2-0/+21
2005-06-28Local cvsimport fixupsLibravatar Matthias Urlichs1-2/+8
2005-06-28Fix remote CVS import.Libravatar Matthias Urlichs1-30/+48
2005-06-28Duh. Fix transposed characters in git-pull-scriptLibravatar Linus Torvalds1-1/+1
2005-06-28Teach packing about "tag" objectsLibravatar Linus Torvalds3-14/+23
2005-06-28[PATCH] git-cat-file: '-s' to find out object size.Libravatar Junio C Hamano2-6/+19
2005-06-28[PATCH] git-cat-file: use sha1_object_info() on '-t'.Libravatar Junio C Hamano1-6/+4
2005-06-28[PATCH] Obtain sha1_file_info() for deltified pack entry properly.Libravatar Junio C Hamano1-4/+69
2005-06-28Added Perl git-cvsimport-scriptLibravatar Matthias Urlichs3-360/+576
2005-06-27Teach git-pull-script about pulling tagsLibravatar Linus Torvalds1-2/+7
2005-06-27Fix another test that broke with the recent git-init-db updateLibravatar Linus Torvalds1-1/+0
2005-06-27[PATCH] Skip writing out sha1 files for objects in packed git.Libravatar Junio C Hamano1-12/+27
2005-06-27[PATCH] replace sha1sum with sum in t/t1002Libravatar Mark Allen1-15/+32
2005-06-27Fix up test that counted subdirectories in ".git/objects"Libravatar Linus Torvalds1-3/+3
2005-06-27git-init-db: create "pack" subdirectory under objectsLibravatar Linus Torvalds1-0/+2
2005-06-27Merge rsync://rsync.kernel.org/pub/scm/gitk/gitkLibravatar Linus Torvalds1-139/+447
2005-06-27csum-file: fix missing buf pointer updateLibravatar Linus Torvalds1-0/+1
2005-06-27[PATCH] Teach read_sha1_file() and friends about packed git object store.Libravatar Junio C Hamano2-12/+458
2005-06-27[PATCH] Enhance sha1_file_size() into sha1_object_info()Libravatar Junio C Hamano4-31/+27