summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-07-04git-cvsimport-script: use private index.Libravatar Sven Verdoolaege1-20/+23
2005-07-03git-rev-parse: support show sha1 names for pack entriesLibravatar Linus Torvalds1-0/+49
2005-07-03Make git-rev-parse support cogito-style "short hex names"Libravatar Linus Torvalds1-3/+76
2005-07-04git-cvsimport-script: leave working directory alone.Libravatar Sven Verdoolaege1-33/+48
2005-07-03Make the name of a pack-file depend on the objects packed there-in.Libravatar Linus Torvalds2-17/+20
2005-07-03git-cvsimport-script: typo head -> headsLibravatar Sven Verdoolaege1-1/+1
2005-07-03Add "git-prune-packed" that removes objects that exist in a pack.Libravatar Linus Torvalds2-1/+68
2005-07-03Add "git repack" command that does an incremental packLibravatar Linus Torvalds2-1/+19
2005-07-03Add "--non-empty" flag to git-pack-objectsLibravatar Linus Torvalds1-0/+7
2005-07-03"git rev-list --unpacked" shows only unpacked commitsLibravatar Linus Torvalds1-0/+11
2005-07-03Add "--incremental" flag to git-pack-objectsLibravatar Linus Torvalds1-1/+9
2005-07-03Add "--all" flag to rev-parse that shows all refsLibravatar Linus Torvalds2-3/+14
2005-07-03Add "has_sha1_pack()" function to query whether the object is available in a ...Libravatar Linus Torvalds2-0/+7
2005-07-03Make git-fsck-cache check HEAD integrityLibravatar Linus Torvalds1-0/+26
2005-07-03Fix sparse warnings.Libravatar Linus Torvalds9-18/+18
2005-07-03cvsimport: Missing tests for verbosity flag.Libravatar Matthias Urlichs1-2/+2
2005-07-03Fix up header file dependencies and add sparse checking rulesLibravatar Linus Torvalds1-1/+10
2005-07-03Fix up "for_each_ref()" to be more usable, and use it in git-fsck-cacheLibravatar Linus Torvalds4-63/+18
2005-07-03Fix gcc warning in send-pack.cLibravatar Linus Torvalds1-0/+1
2005-07-03Avoid gcc warnings in sha1_file.cLibravatar Linus Torvalds1-4/+4
2005-07-03Support :ext: access method.Libravatar Sven Verdoolaege2-3/+23
2005-07-03Honour CVS_SERVER.Libravatar Sven Verdoolaege1-1/+3
2005-07-03git-cvsimport-script: clean up documentationLibravatar Sven Verdoolaege1-8/+0
2005-07-03Make specification of CVS module to convert optional.Libravatar Sven Verdoolaege2-9/+27
2005-07-03Fixed a typo in Documentation/git-cvsimport-script.txt.Libravatar Sven Verdoolaege1-1/+1
2005-07-02Generalize the "show each ref" code in receice-packLibravatar Linus Torvalds3-53/+77
2005-06-30[PATCH] Show more details of packfile with verify-pack -v.Libravatar Junio C Hamano3-1/+84
2005-06-30[PATCH] verify-pack updates.Libravatar Junio C Hamano7-44/+156
2005-06-30[PATCH] Avoid unnecessarily inflating and interpreting deltaLibravatar Junio C Hamano2-38/+44
2005-06-30cvsimport: add documentation.Libravatar Matthias Urlichs1-0/+82
2005-06-30cvsimport: Added option '-p': pass options to cvspsLibravatar Matthias Urlichs1-3/+6
2005-06-30cvsimport: Exit if an existing repository doesn't have the right branch.Libravatar Matthias Urlichs1-0/+5
2005-06-30cvs import: Strip whitespace at the end of the log entryLibravatar Matthias Urlichs1-1/+6
2005-06-30Do ref matching on the sender side rather than on receiverLibravatar Linus Torvalds2-39/+32
2005-06-30Add support for "forcing" a ref on the remote sideLibravatar Linus Torvalds1-2/+18
2005-06-30git-send-pack: actually send the object packLibravatar Linus Torvalds1-12/+79
2005-06-30git-receive-pack: implement ref switch command handlingLibravatar Linus Torvalds1-5/+59
2005-06-30cvsimport: perform string comparison on "HEAD"Libravatar Sven Verdoolaege1-1/+1
2005-06-30git-cvsimport-script: Removed redundant @old and @new clear.Libravatar Matthias Urlichs1-3/+0
2005-06-30git-cvsimport-script: Remove setting Sticky; it may cause problemsLibravatar Matthias Urlichs1-1/+1
2005-06-30cvs import: Call git-update-cache multiple timesLibravatar Matthias Urlichs1-4/+22
2005-06-29Add comment on what send-pack still needs to doLibravatar Linus Torvalds1-0/+11
2005-06-29git-receive-pack: start parsing ref update commandsLibravatar Linus Torvalds1-17/+35
2005-06-29Slow but steady progress on git pack receive/sendLibravatar Linus Torvalds2-27/+42
2005-06-29git-send-pack: start parsing local/remote reference differencesLibravatar Linus Torvalds1-3/+58
2005-06-29Turn on optimization againLibravatar Linus Torvalds1-1/+1
2005-06-29[PATCH] Remove unnecessary sort from t6001 testcaseLibravatar Jon Seymour1-8/+8
2005-06-29[PATCH] Fix broken t6001 test caseLibravatar Jon Seymour1-3/+3
2005-06-29[PATCH] Demonstrate broken t6001 test case functionLibravatar Jon Seymour1-3/+2
2005-06-29[PATCH] Fix for git-rev-list --merge-order B ^A (A,B share common base) [rev 2]Libravatar Jon Seymour2-11/+9