summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-07-04Make git-fetch-pack and git-upload-pack negotiate needs/haves fullyLinus Torvalds
2005-07-04Clean up output of "for_each_ref()" when GIT_DIR is "."Linus Torvalds
2005-07-04Commit first cut at "git-fetch-pack"Linus Torvalds
2005-07-04Move ref path matching to connect.c libraryLinus Torvalds
2005-07-04Factor out the ssh connection stuff from send-pack.cLinus Torvalds
2005-07-04[PATCH] Fixup t/t5300 unit tests broken by 5f3de58ff85c49620ae2a1722d8d4d37c8...Jon Seymour
2005-07-04git-rev-parse: support show sha1 names for pack entriesLinus Torvalds
2005-07-04Make git-rev-parse support cogito-style "short hex names"Linus Torvalds
2005-07-03Make the name of a pack-file depend on the objects packed there-in.Linus Torvalds
2005-07-03Add "git-prune-packed" that removes objects that exist in a pack.Linus Torvalds
2005-07-03Add "git repack" command that does an incremental packLinus Torvalds
2005-07-03Add "--non-empty" flag to git-pack-objectsLinus Torvalds
2005-07-03"git rev-list --unpacked" shows only unpacked commitsLinus Torvalds
2005-07-03Add "--incremental" flag to git-pack-objectsLinus Torvalds
2005-07-03Add "--all" flag to rev-parse that shows all refsLinus Torvalds
2005-07-03Add "has_sha1_pack()" function to query whether the object is available in a ...Linus Torvalds
2005-07-03Make git-fsck-cache check HEAD integrityLinus Torvalds
2005-07-03Fix sparse warnings.Linus Torvalds
2005-07-03Fix up header file dependencies and add sparse checking rulesLinus Torvalds
2005-07-03Fix up "for_each_ref()" to be more usable, and use it in git-fsck-cacheLinus Torvalds
2005-07-03Fix gcc warning in send-pack.cLinus Torvalds
2005-07-03Avoid gcc warnings in sha1_file.cLinus Torvalds
2005-07-03Generalize the "show each ref" code in receice-packLinus Torvalds
2005-07-01[PATCH] Show more details of packfile with verify-pack -v.Junio C Hamano
2005-07-01[PATCH] verify-pack updates.Junio C Hamano
2005-07-01[PATCH] Avoid unnecessarily inflating and interpreting deltaJunio C Hamano
2005-06-30Do ref matching on the sender side rather than on receiverLinus Torvalds
2005-06-30Add support for "forcing" a ref on the remote sideLinus Torvalds
2005-06-30git-send-pack: actually send the object packLinus Torvalds
2005-06-30git-receive-pack: implement ref switch command handlingLinus Torvalds
2005-06-30Add comment on what send-pack still needs to doLinus Torvalds
2005-06-30git-receive-pack: start parsing ref update commandsLinus Torvalds
2005-06-30Slow but steady progress on git pack receive/sendLinus Torvalds
2005-06-30git-send-pack: start parsing local/remote reference differencesLinus Torvalds
2005-06-30Turn on optimization againLinus Torvalds
2005-06-30[PATCH] Remove unnecessary sort from t6001 testcaseJon Seymour
2005-06-30[PATCH] Fix broken t6001 test caseJon Seymour
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