summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Added Perl git-cvsimport-scriptMatthias Urlichs2005-06-283-360/+576
* | | | Work around git-http-pull breakage in git-fetch-scriptLinus Torvalds2005-07-051-1/+2
* | | | git-fetch-script: use git-fetch-pack for local and ssh fetches.Linus Torvalds2005-07-051-33/+18
* | | | Add "git_path()" and "head_ref()" helper functions.Linus Torvalds2005-07-057-14/+37
|/ / /
* | | git-rev-list: make sure the output is sorted by recencyLinus Torvalds2005-07-041-1/+1
* | | Make rev-list flush the stdio buffers after each rev.Linus Torvalds2005-07-041-1/+2
* | | Make git-fetch-pack actually do all the unpacking etc.Linus Torvalds2005-07-042-25/+100
* | | Make git-fetch-pack and git-upload-pack negotiate needs/haves fullyLinus Torvalds2005-07-042-10/+116
* | | Clean up output of "for_each_ref()" when GIT_DIR is "."Linus Torvalds2005-07-041-0/+5
* | | Commit first cut at "git-fetch-pack"Linus Torvalds2005-07-043-4/+216
* | | Move ref path matching to connect.c libraryLinus Torvalds2005-07-043-21/+22
* | | Factor out the ssh connection stuff from send-pack.cLinus Torvalds2005-07-044-74/+92
* | | [PATCH] Fixup t/t5300 unit tests broken by 5f3de58ff85c49620ae2a1722d8d4d37c8...Jon Seymour2005-07-041-15/+15
* | | git-rev-parse: support show sha1 names for pack entriesLinus Torvalds2005-07-031-0/+49
* | | Make git-rev-parse support cogito-style "short hex names"Linus Torvalds2005-07-031-3/+76
* | | Make the name of a pack-file depend on the objects packed there-in.Linus Torvalds2005-07-032-17/+20
* | | Add "git-prune-packed" that removes objects that exist in a pack.Linus Torvalds2005-07-032-1/+68
* | | Add "git repack" command that does an incremental packLinus Torvalds2005-07-032-1/+19
* | | Add "--non-empty" flag to git-pack-objectsLinus Torvalds2005-07-031-0/+7
* | | "git rev-list --unpacked" shows only unpacked commitsLinus Torvalds2005-07-031-0/+11
* | | Add "--incremental" flag to git-pack-objectsLinus Torvalds2005-07-031-1/+9
* | | Add "--all" flag to rev-parse that shows all refsLinus Torvalds2005-07-032-3/+14
* | | Add "has_sha1_pack()" function to query whether the object is available in a ...Linus Torvalds2005-07-032-0/+7
* | | Make git-fsck-cache check HEAD integrityLinus Torvalds2005-07-031-0/+26
* | | Fix sparse warnings.Linus Torvalds2005-07-039-18/+18
* | | Fix up header file dependencies and add sparse checking rulesLinus Torvalds2005-07-031-1/+10
* | | Fix up "for_each_ref()" to be more usable, and use it in git-fsck-cacheLinus Torvalds2005-07-034-63/+18
* | | Fix gcc warning in send-pack.cLinus Torvalds2005-07-031-0/+1
* | | Avoid gcc warnings in sha1_file.cLinus Torvalds2005-07-031-4/+4
* | | Generalize the "show each ref" code in receice-packLinus Torvalds2005-07-023-53/+77
* | | [PATCH] Show more details of packfile with verify-pack -v.Junio C Hamano2005-06-303-1/+84
* | | [PATCH] verify-pack updates.Junio C Hamano2005-06-307-44/+156
* | | [PATCH] Avoid unnecessarily inflating and interpreting deltaJunio C Hamano2005-06-302-38/+44
* | | Do ref matching on the sender side rather than on receiverLinus Torvalds2005-06-302-39/+32
* | | Add support for "forcing" a ref on the remote sideLinus Torvalds2005-06-301-2/+18
* | | git-send-pack: actually send the object packLinus Torvalds2005-06-301-12/+79
* | | git-receive-pack: implement ref switch command handlingLinus Torvalds2005-06-301-5/+59
* | | Add comment on what send-pack still needs to doLinus Torvalds2005-06-291-0/+11
* | | git-receive-pack: start parsing ref update commandsLinus Torvalds2005-06-291-17/+35
* | | Slow but steady progress on git pack receive/sendLinus Torvalds2005-06-292-27/+42
* | | git-send-pack: start parsing local/remote reference differencesLinus Torvalds2005-06-291-3/+58
* | | Turn on optimization againLinus Torvalds2005-06-291-1/+1
* | | [PATCH] Remove unnecessary sort from t6001 testcaseJon Seymour2005-06-291-8/+8
* | | [PATCH] Fix broken t6001 test caseJon Seymour2005-06-291-3/+3
* | | [PATCH] Demonstrate broken t6001 test case functionJon Seymour2005-06-291-3/+2
* | | [PATCH] Fix for git-rev-list --merge-order B ^A (A,B share common base) [rev 2]Jon Seymour2005-06-292-11/+9
* | | [PATCH] Test case that demonstrates problem with --merge-order ^ processingJon Seymour2005-06-291-0/+5
* | | Make send/receive-pack be closer to doing something interestingLinus Torvalds2005-06-295-126/+148
* | | Start of "git-send-pack", the local part of sending off a packLinus Torvalds2005-06-292-1/+120
* | | Add first cut at "git-receive-pack"Linus Torvalds2005-06-293-1/+326