summaryrefslogtreecommitdiffstats
path: root/Documentation/git-init-db.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2005-07-05Make git-fetch-pack and git-upload-pack negotiate needs/haves fullyLinus Torvalds2-10/+116
2005-07-05Clean up output of "for_each_ref()" when GIT_DIR is "."Linus Torvalds1-0/+5
2005-07-04Commit first cut at "git-fetch-pack"Linus Torvalds3-4/+216
2005-07-04Move ref path matching to connect.c libraryLinus Torvalds3-21/+22
2005-07-04Factor out the ssh connection stuff from send-pack.cLinus Torvalds4-74/+92
2005-07-04[PATCH] Fixup t/t5300 unit tests broken by 5f3de58ff85c49620ae2a1722d8d4d37c8...Jon Seymour1-15/+15
2005-07-04git-rev-parse: support show sha1 names for pack entriesLinus Torvalds1-0/+49
2005-07-04Make git-rev-parse support cogito-style "short hex names"Linus Torvalds1-3/+76
2005-07-04Make the name of a pack-file depend on the objects packed there-in.Linus Torvalds2-17/+20
2005-07-03Add "git-prune-packed" that removes objects that exist in a pack.Linus Torvalds2-1/+68
2005-07-03Add "git repack" command that does an incremental packLinus Torvalds2-1/+19
2005-07-03Add "--non-empty" flag to git-pack-objectsLinus Torvalds1-0/+7
2005-07-03"git rev-list --unpacked" shows only unpacked commitsLinus Torvalds1-0/+11
2005-07-03Add "--incremental" flag to git-pack-objectsLinus Torvalds1-1/+9
2005-07-03Add "--all" flag to rev-parse that shows all refsLinus Torvalds2-3/+14
2005-07-03Add "has_sha1_pack()" function to query whether the object is available in a ...Linus Torvalds2-0/+7
2005-07-03Make git-fsck-cache check HEAD integrityLinus Torvalds1-0/+26
2005-07-03Fix sparse warnings.Linus Torvalds9-18/+18
2005-07-03Fix up header file dependencies and add sparse checking rulesLinus Torvalds1-1/+10
2005-07-03Fix up "for_each_ref()" to be more usable, and use it in git-fsck-cacheLinus Torvalds4-63/+18
2005-07-03Fix gcc warning in send-pack.cLinus Torvalds1-0/+1
2005-07-03Avoid gcc warnings in sha1_file.cLinus Torvalds1-4/+4
2005-07-03Generalize the "show each ref" code in receice-packLinus Torvalds3-53/+77
2005-07-01[PATCH] Show more details of packfile with verify-pack -v.Junio C Hamano3-1/+84
2005-07-01[PATCH] verify-pack updates.Junio C Hamano7-44/+156
2005-07-01[PATCH] Avoid unnecessarily inflating and interpreting deltaJunio C Hamano2-38/+44
2005-06-30Do ref matching on the sender side rather than on receiverLinus Torvalds2-39/+32
2005-06-30Add support for "forcing" a ref on the remote sideLinus Torvalds1-2/+18
2005-06-30git-send-pack: actually send the object packLinus Torvalds1-12/+79
2005-06-30git-receive-pack: implement ref switch command handlingLinus Torvalds1-5/+59
2005-06-30Add comment on what send-pack still needs to doLinus Torvalds1-0/+11
2005-06-30git-receive-pack: start parsing ref update commandsLinus Torvalds1-17/+35
2005-06-30Slow but steady progress on git pack receive/sendLinus Torvalds2-27/+42
2005-06-30git-send-pack: start parsing local/remote reference differencesLinus Torvalds1-3/+58
2005-06-30Turn on optimization againLinus Torvalds1-1/+1
2005-06-30[PATCH] Remove unnecessary sort from t6001 testcaseJon Seymour1-8/+8
2005-06-30[PATCH] Fix broken t6001 test caseJon Seymour1-3/+3
2005-06-30[PATCH] Demonstrate broken t6001 test case functionJon Seymour1-3/+2
2005-06-30[PATCH] Fix for git-rev-list --merge-order B ^A (A,B share common base) [rev 2]Jon Seymour2-11/+9
2005-06-30[PATCH] Test case that demonstrates problem with --merge-order ^ processingJon Seymour1-0/+5
2005-06-30Make send/receive-pack be closer to doing something interestingLinus Torvalds5-126/+148
2005-06-30Start of "git-send-pack", the local part of sending off a packLinus Torvalds2-1/+120
2005-06-30Add first cut at "git-receive-pack"Linus Torvalds3-1/+326
2005-06-29Remove bogus dup commit warning with --merge-orderLinus Torvalds1-4/+1
2005-06-29Teach git-rev-list about non-commit objectsLinus Torvalds1-13/+91
2005-06-29Prepare git-rev-list for tracking tag objects tooLinus Torvalds1-6/+20
2005-06-29[PATCH] Adjust t5300 test for unpack-objects changeJunio C Hamano1-2/+4
2005-06-29Re-instate dry-run logic in git-unpack-objectsLinus Torvalds1-1/+6
2005-06-29Clean up git-unpack-objects a bitLinus Torvalds1-13/+14
2005-06-29[PATCH] Add git-verify-pack command.Junio C Hamano10-18/+231