963 Commits (6cada6a98d357a4891cafa241e04c5fcb500107a)
 

Author SHA1 Message Date
Linus Torvalds 6cada6a98d Clean up output of "for_each_ref()" when GIT_DIR is "." 20 years ago
Linus Torvalds def88e9afb Commit first cut at "git-fetch-pack" 20 years ago
Linus Torvalds 013e7c7ff4 Move ref path matching to connect.c library 20 years ago
Linus Torvalds f71925983d Factor out the ssh connection stuff from send-pack.c 20 years ago
Jon Seymour a61eea6abd [PATCH] Fixup t/t5300 unit tests broken by 5f3de58ff8 20 years ago
Linus Torvalds 671fe4bb20 git-rev-parse: support show sha1 names for pack entries 20 years ago
Linus Torvalds 5736bef18c Make git-rev-parse support cogito-style "short hex names" 20 years ago
Linus Torvalds 5f3de58ff8 Make the name of a pack-file depend on the objects packed there-in. 20 years ago
Linus Torvalds 2396ec85bd Add "git-prune-packed" that removes objects that exist in a pack. 20 years ago
Linus Torvalds b2d46199d2 Add "git repack" command that does an incremental pack 20 years ago
Linus Torvalds 1c4a291202 Add "--non-empty" flag to git-pack-objects 20 years ago
Linus Torvalds 12d2a18780 "git rev-list --unpacked" shows only unpacked commits 20 years ago
Linus Torvalds eb019375ab Add "--incremental" flag to git-pack-objects 20 years ago
Linus Torvalds 960bba0d8c Add "--all" flag to rev-parse that shows all refs 20 years ago
Linus Torvalds dade09c226 Add "has_sha1_pack()" function to query whether the object is available in a pack 20 years ago
Linus Torvalds c33303839c Make git-fsck-cache check HEAD integrity 20 years ago
Linus Torvalds 6da4016aea Fix sparse warnings. 20 years ago
Linus Torvalds 44c9e8594e Fix up header file dependencies and add sparse checking rules 20 years ago
Linus Torvalds 944d858969 Fix up "for_each_ref()" to be more usable, and use it in git-fsck-cache 20 years ago
Linus Torvalds 7ec4e60819 Fix gcc warning in send-pack.c 20 years ago
Linus Torvalds 4d235c8044 Avoid gcc warnings in sha1_file.c 20 years ago
Linus Torvalds 8a65ff7666 Generalize the "show each ref" code in receice-pack 20 years ago
Junio C Hamano ad8c80a58f [PATCH] Show more details of packfile with verify-pack -v. 20 years ago
Junio C Hamano f3bf922409 [PATCH] verify-pack updates. 20 years ago
Junio C Hamano c62266f37c [PATCH] Avoid unnecessarily inflating and interpreting delta 20 years ago
Linus Torvalds d0efc8a71d Do ref matching on the sender side rather than on receiver 20 years ago
Linus Torvalds f65fdf04a1 Add support for "forcing" a ref on the remote side 20 years ago
Linus Torvalds 94fdb7aa17 git-send-pack: actually send the object pack 20 years ago
Linus Torvalds 2eca23daf5 git-receive-pack: implement ref switch command handling 20 years ago
Linus Torvalds 56b6ed8881 Add comment on what send-pack still needs to do 20 years ago
Linus Torvalds eb1af2df0b git-receive-pack: start parsing ref update commands 20 years ago
Linus Torvalds 7f8e982834 Slow but steady progress on git pack receive/send 20 years ago
Linus Torvalds e4b5c7fff4 git-send-pack: start parsing local/remote reference differences 20 years ago
Linus Torvalds 1a3e71767c Turn on optimization again 20 years ago
Jon Seymour 9d89d19c48 [PATCH] Remove unnecessary sort from t6001 testcase 20 years ago
Jon Seymour 3ed3567890 [PATCH] Fix broken t6001 test case 20 years ago
Jon Seymour 2ba1beebd3 [PATCH] Demonstrate broken t6001 test case function 20 years ago
Jon Seymour 99c2bc9300 [PATCH] Fix for git-rev-list --merge-order B ^A (A,B share common base) [rev 2] 20 years ago
Jon Seymour da4b932a0c [PATCH] Test case that demonstrates problem with --merge-order ^ processing 20 years ago
Linus Torvalds f3a3214e83 Make send/receive-pack be closer to doing something interesting 20 years ago
Linus Torvalds 61221472a5 Start of "git-send-pack", the local part of sending off a pack 20 years ago
Linus Torvalds 575f497456 Add first cut at "git-receive-pack" 20 years ago
Linus Torvalds ad6ce07c44 Remove bogus dup commit warning with --merge-order 20 years ago
Linus Torvalds 36f8d17445 Teach git-rev-list about non-commit objects 20 years ago
Linus Torvalds 3c90f03d32 Prepare git-rev-list for tracking tag objects too 20 years ago
Junio C Hamano e06eb4c6f5 [PATCH] Adjust t5300 test for unpack-objects change 20 years ago
Linus Torvalds dddafffef6 Re-instate dry-run logic in git-unpack-objects 20 years ago
Linus Torvalds cca7081a93 Clean up git-unpack-objects a bit 20 years ago
Junio C Hamano f9253394a2 [PATCH] Add git-verify-pack command. 20 years ago
Junio C Hamano 3c84974207 [PATCH] Fixlets on top of Nico's clean-up. 20 years ago