summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-07-04Commit first cut at "git-fetch-pack"Libravatar Linus Torvalds3-4/+216
2005-07-04Move ref path matching to connect.c libraryLibravatar Linus Torvalds3-21/+22
2005-07-04Factor out the ssh connection stuff from send-pack.cLibravatar Linus Torvalds4-74/+92
2005-07-04[PATCH] Fixup t/t5300 unit tests broken by 5f3de58ff85c49620ae2a1722d8d4d37c8...Libravatar Jon Seymour1-15/+15
2005-07-03git-rev-parse: support show sha1 names for pack entriesLibravatar Linus Torvalds1-0/+49
2005-07-03Make git-rev-parse support cogito-style "short hex names"Libravatar Linus Torvalds1-3/+76
2005-07-03Make the name of a pack-file depend on the objects packed there-in.Libravatar Linus Torvalds2-17/+20
2005-07-03Add "git-prune-packed" that removes objects that exist in a pack.Libravatar Linus Torvalds2-1/+68
2005-07-03Add "git repack" command that does an incremental packLibravatar Linus Torvalds2-1/+19
2005-07-03Add "--non-empty" flag to git-pack-objectsLibravatar Linus Torvalds1-0/+7
2005-07-03"git rev-list --unpacked" shows only unpacked commitsLibravatar Linus Torvalds1-0/+11
2005-07-03Add "--incremental" flag to git-pack-objectsLibravatar Linus Torvalds1-1/+9
2005-07-03Add "--all" flag to rev-parse that shows all refsLibravatar Linus Torvalds2-3/+14
2005-07-03Add "has_sha1_pack()" function to query whether the object is available in a ...Libravatar Linus Torvalds2-0/+7
2005-07-03Make git-fsck-cache check HEAD integrityLibravatar Linus Torvalds1-0/+26
2005-07-03Fix sparse warnings.Libravatar Linus Torvalds9-18/+18
2005-07-03Fix up header file dependencies and add sparse checking rulesLibravatar Linus Torvalds1-1/+10
2005-07-03Fix up "for_each_ref()" to be more usable, and use it in git-fsck-cacheLibravatar Linus Torvalds4-63/+18
2005-07-03Fix gcc warning in send-pack.cLibravatar Linus Torvalds1-0/+1
2005-07-03Avoid gcc warnings in sha1_file.cLibravatar Linus Torvalds1-4/+4
2005-07-02Generalize the "show each ref" code in receice-packLibravatar Linus Torvalds3-53/+77
2005-06-30[PATCH] Show more details of packfile with verify-pack -v.Libravatar Junio C Hamano3-1/+84
2005-06-30[PATCH] verify-pack updates.Libravatar Junio C Hamano7-44/+156
2005-06-30[PATCH] Avoid unnecessarily inflating and interpreting deltaLibravatar Junio C Hamano2-38/+44
2005-06-30Do ref matching on the sender side rather than on receiverLibravatar Linus Torvalds2-39/+32
2005-06-30Add support for "forcing" a ref on the remote sideLibravatar Linus Torvalds1-2/+18
2005-06-30git-send-pack: actually send the object packLibravatar Linus Torvalds1-12/+79
2005-06-30git-receive-pack: implement ref switch command handlingLibravatar Linus Torvalds1-5/+59
2005-06-29Add comment on what send-pack still needs to doLibravatar Linus Torvalds1-0/+11
2005-06-29git-receive-pack: start parsing ref update commandsLibravatar Linus Torvalds1-17/+35
2005-06-29Slow but steady progress on git pack receive/sendLibravatar Linus Torvalds2-27/+42
2005-06-29git-send-pack: start parsing local/remote reference differencesLibravatar Linus Torvalds1-3/+58
2005-06-29Turn on optimization againLibravatar Linus Torvalds1-1/+1
2005-06-29[PATCH] Remove unnecessary sort from t6001 testcaseLibravatar Jon Seymour1-8/+8
2005-06-29[PATCH] Fix broken t6001 test caseLibravatar Jon Seymour1-3/+3
2005-06-29[PATCH] Demonstrate broken t6001 test case functionLibravatar Jon Seymour1-3/+2
2005-06-29[PATCH] Fix for git-rev-list --merge-order B ^A (A,B share common base) [rev 2]Libravatar Jon Seymour2-11/+9
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