summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add "git-clone-pack" program to help with "git clone"Linus Torvalds2005-07-052-1/+209
* Fix silly thinko in "head_ref()"Linus Torvalds2005-07-051-2/+2
* Move "get_ack()" to common git_connect functionsLinus Torvalds2005-07-053-18/+20
* Remove multi-head support from fetch-packLinus Torvalds2005-07-051-38/+3
* Remove unnecessary usage of strncmp() in git-rev-list arg parsing.Linus Torvalds2005-07-051-2/+2
* Merge head 'cvs2git' of http://netz.smurf.noris.de/git/gitLinus Torvalds2005-07-055-367/+831
|\
| * Merge with Linus' current treeMatthias Urlichs2005-07-055-367/+831
| |\
| | * Merge with http://www.liacs.nl/~sverdool/git.git#cvs2gitMatthias Urlichs2005-07-051-54/+95
| | |\
| | | * git-cvsimport-script: move working directory forwardSven Verdoolaege2005-07-051-5/+27
| | | * git-cvsimport-script: remove unused variableSven Verdoolaege2005-07-041-2/+0
| | | * git-cvsimport-script: more error handlingSven Verdoolaege2005-07-041-2/+3
| | | * git-cvsimport-script: provide direct support for cvsps -z optionSven Verdoolaege2005-07-041-4/+5
| | | * git-cvsimport-script: update cvsps cache instead of rebuilding itSven Verdoolaege2005-07-041-1/+1
| | | * git-cvsimport-script: fix branch switchingSven Verdoolaege2005-07-041-1/+2
| | | * git-cvsimport-script: use private index.Sven Verdoolaege2005-07-041-20/+23
| | | * git-cvsimport-script: leave working directory alone.Sven Verdoolaege2005-07-041-33/+48
| | | * git-cvsimport-script: typo head -> headsSven Verdoolaege2005-07-031-1/+1
| | * | cvsimport: getopt accepted a -q option (undocumented and unused).Matthias Urlichs2005-07-051-1/+1
| | |/
| | * cvsimport: Missing tests for verbosity flag.Matthias Urlichs2005-07-031-2/+2
| | * Support :ext: access method.Sven Verdoolaege2005-07-032-3/+23
| | * Honour CVS_SERVER.Sven Verdoolaege2005-07-031-1/+3
| | * git-cvsimport-script: clean up documentationSven Verdoolaege2005-07-031-8/+0
| | * Make specification of CVS module to convert optional.Sven Verdoolaege2005-07-032-9/+27
| | * Fixed a typo in Documentation/git-cvsimport-script.txt.Sven Verdoolaege2005-07-031-1/+1
| | * cvsimport: add documentation.Matthias Urlichs2005-06-301-0/+82
| | * cvsimport: Added option '-p': pass options to cvspsMatthias Urlichs2005-06-301-3/+6
| | * cvsimport: Exit if an existing repository doesn't have the right branch.Matthias Urlichs2005-06-301-0/+5
| | * cvs import: Strip whitespace at the end of the log entryMatthias Urlichs2005-06-301-1/+6
| | * cvsimport: perform string comparison on "HEAD"Sven Verdoolaege2005-06-301-1/+1
| | * git-cvsimport-script: Removed redundant @old and @new clear.Matthias Urlichs2005-06-301-3/+0
| | * git-cvsimport-script: Remove setting Sticky; it may cause problemsMatthias Urlichs2005-06-301-1/+1
| | * cvs import: Call git-update-cache multiple timesMatthias Urlichs2005-06-301-4/+22
| | * More docMatthias Urlichs2005-06-281-15/+19
| | * Document the new migration toolMatthias Urlichs2005-06-281-4/+20
| | * Rollbak to the original branch after importingMatthias Urlichs2005-06-281-4/+25
| | * Local cvsimport fixupsMatthias Urlichs2005-06-281-2/+8
| | * Fix remote CVS import.Matthias Urlichs2005-06-281-30/+48
| | * 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