summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Change the sed seperator in t/t6000-lib.sh.Jon Seymour2005-07-061-1/+3
* [PATCH] Introduce unit tests for git-rev-list --bisectJon Seymour2005-07-061-0/+247
* [PATCH] Factor out useful test case infrastructure from t/t6001... into t/t60...Jon Seymour2005-07-062-111/+106
* [PATCH] Fix fd leak in git-cvsimport-scriptSven Verdoolaege2005-07-061-0/+1
* [PATCH] sha1_file.c;prepare_packed_git_one() - fix DIR leakJunio C Hamano2005-07-061-0/+1
* Merge master.kernel.org:/pub/scm/gitk/gitkLinus Torvalds2005-07-051-9/+66
|\
| * Add a menu item for writing out a commit to a file.Paul Mackerras2005-06-291-9/+66
* | Fix up path-cleanup in git_path() properlyLinus Torvalds2005-07-051-4/+10
* | Increase the number of possible heads requested from git-upload-packLinus Torvalds2005-07-051-1/+1
* | Add a "git-show-index" helper that shows the contents of a pack indexLinus Torvalds2005-07-052-1/+30
* | Don't special-case a zero-sized compression.Linus Torvalds2005-07-051-2/+0
* | Make "git clone" use the new git-clone-packLinus Torvalds2005-07-051-4/+1
* | 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