summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-07-03Make git-fsck-cache check HEAD integrityLinus Torvalds
2005-07-03Fix sparse warnings.Linus Torvalds
2005-07-03cvsimport: Missing tests for verbosity flag.Matthias Urlichs
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-03Support :ext: access method.Sven Verdoolaege
2005-07-03Honour CVS_SERVER.Sven Verdoolaege
2005-07-03git-cvsimport-script: clean up documentationSven Verdoolaege
2005-07-03Make specification of CVS module to convert optional.Sven Verdoolaege
2005-07-03Fixed a typo in Documentation/git-cvsimport-script.txt.Sven Verdoolaege
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-30cvsimport: add documentation.Matthias Urlichs
2005-06-30cvsimport: Added option '-p': pass options to cvspsMatthias Urlichs
2005-06-30cvsimport: Exit if an existing repository doesn't have the right branch.Matthias Urlichs
2005-06-30cvs import: Strip whitespace at the end of the log entryMatthias Urlichs
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-30cvsimport: perform string comparison on "HEAD"Sven Verdoolaege
2005-06-30git-cvsimport-script: Removed redundant @old and @new clear.Matthias Urlichs
2005-06-30git-cvsimport-script: Remove setting Sticky; it may cause problemsMatthias Urlichs
2005-06-30cvs import: Call git-update-cache multiple timesMatthias Urlichs
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
2005-06-29[PATCH] Fixlets on top of Nico's clean-up.Junio C Hamano
2005-06-29[PATCH] assorted delta code cleanupNicolas Pitre