1173 Commits (9c2b1c0cd89d8cc8a3882e85c6b6535f282bf59f)
 

Author SHA1 Message Date
Linus Torvalds 0a623e7ce8 git-fetch-script: use git-fetch-pack for local and ssh fetches. 20 years ago
Linus Torvalds 723c31fea2 Add "git_path()" and "head_ref()" helper functions. 20 years ago
Matthias Urlichs f4b3a4c30b Merge with Linus' current tree 20 years ago
Matthias Urlichs f13bbe7f56 Merge with http://www.liacs.nl/~sverdool/git.git#cvs2git 20 years ago
Matthias Urlichs a9174a14fc cvsimport: getopt accepted a -q option (undocumented and unused). 20 years ago
Sven Verdoolaege 210569f9ae git-cvsimport-script: move working directory forward 20 years ago
Linus Torvalds 7a662e896b git-rev-list: make sure the output is sorted by recency 20 years ago
Linus Torvalds 7620d39fcb Make rev-list flush the stdio buffers after each rev. 20 years ago
Linus Torvalds 75bfc6c232 Make git-fetch-pack actually do all the unpacking etc. 20 years ago
Linus Torvalds fb9040cc83 Make git-fetch-pack and git-upload-pack negotiate needs/haves fully 20 years ago
Linus Torvalds 6cada6a98d Clean up output of "for_each_ref()" when GIT_DIR is "." 20 years ago
Sven Verdoolaege fc6e714c83 git-cvsimport-script: remove unused variable 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
Sven Verdoolaege 1750113206 git-cvsimport-script: more error handling 20 years ago
Jon Seymour a61eea6abd [PATCH] Fixup t/t5300 unit tests broken by 5f3de58ff8 20 years ago
Sven Verdoolaege 28537171e7 git-cvsimport-script: provide direct support for cvsps -z option 20 years ago
Sven Verdoolaege 6e7e37b0bf git-cvsimport-script: update cvsps cache instead of rebuilding it 20 years ago
Sven Verdoolaege 46e63efc07 git-cvsimport-script: fix branch switching 20 years ago
Sven Verdoolaege 79ee456cf2 git-cvsimport-script: use private index. 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
Sven Verdoolaege 2eb6d82eaa git-cvsimport-script: leave working directory alone. 20 years ago
Linus Torvalds 5f3de58ff8 Make the name of a pack-file depend on the objects packed there-in. 20 years ago
Sven Verdoolaege 866d13108e git-cvsimport-script: typo head -> heads 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
Matthias Urlichs 9da07f3493 cvsimport: Missing tests for verbosity flag. 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
Sven Verdoolaege 34155390a5 Support :ext: access method. 20 years ago
Sven Verdoolaege 8d0ea31175 Honour CVS_SERVER. 20 years ago
Sven Verdoolaege a92bebe697 git-cvsimport-script: clean up documentation 20 years ago
Sven Verdoolaege f9714a4a0c Make specification of CVS module to convert optional. 20 years ago
Sven Verdoolaege 1cd3674add Fixed a typo in Documentation/git-cvsimport-script.txt. 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
Matthias Urlichs f21140605c cvsimport: add documentation. 20 years ago