summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-07-05cvsimport: getopt accepted a -q option (undocumented and unused).Libravatar Matthias Urlichs1-1/+1
2005-07-03cvsimport: Missing tests for verbosity flag.Libravatar Matthias Urlichs1-2/+2
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-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-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-28More docLibravatar Matthias Urlichs1-15/+19
2005-06-28Document the new migration toolLibravatar Matthias Urlichs1-4/+20
2005-06-28Rollbak to the original branch after importingLibravatar Matthias Urlichs1-4/+25
2005-06-28Local cvsimport fixupsLibravatar Matthias Urlichs1-2/+8
2005-06-28Fix remote CVS import.Libravatar Matthias Urlichs1-30/+48
2005-06-28Added Perl git-cvsimport-scriptLibravatar Matthias Urlichs3-360/+576
2005-06-27Teach git-pull-script about pulling tagsLibravatar Linus Torvalds1-2/+7
2005-06-27Fix another test that broke with the recent git-init-db updateLibravatar Linus Torvalds1-1/+0
2005-06-27[PATCH] Skip writing out sha1 files for objects in packed git.Libravatar Junio C Hamano1-12/+27
2005-06-27[PATCH] replace sha1sum with sum in t/t1002Libravatar Mark Allen1-15/+32
2005-06-27Fix up test that counted subdirectories in ".git/objects"Libravatar Linus Torvalds1-3/+3
2005-06-27git-init-db: create "pack" subdirectory under objectsLibravatar Linus Torvalds1-0/+2
2005-06-27Merge rsync://rsync.kernel.org/pub/scm/gitk/gitkLibravatar Linus Torvalds1-139/+447
2005-06-27csum-file: fix missing buf pointer updateLibravatar Linus Torvalds1-0/+1
2005-06-27[PATCH] Teach read_sha1_file() and friends about packed git object store.Libravatar Junio C Hamano2-12/+458
2005-06-27[PATCH] Enhance sha1_file_size() into sha1_object_info()Libravatar Junio C Hamano4-31/+27
2005-06-27[PATCH] Remove "delta" object representation.Libravatar Junio C Hamano25-948/+22
2005-06-27[PATCH] git-ssh-pull: commit-id consistencyLibravatar Sven Verdoolaege2-5/+15
2005-06-27git-checkout-script: use "--verify --revs-only" to parse revsLibravatar Linus Torvalds1-1/+1
2005-06-27Add a menu item for creating tags.Libravatar Paul Mackerras1-43/+140
2005-06-27Fix a bug where we would corrupt the stuff read from git-rev-list.Libravatar Paul Mackerras1-2/+7
2005-06-27Add a menu entry for generating a patch between any two commits.Libravatar Paul Mackerras1-0/+87
2005-06-26csum-file interface updates: return resulting SHA1Libravatar Linus Torvalds4-16/+26
2005-06-27Fix behaviour in the case where we have no commits to display.Libravatar Paul Mackerras1-10/+17
2005-06-26git-pack-objects: write the pack files with a SHA1 csumLibravatar Linus Torvalds5-62/+158
2005-06-26Add "--pretty=full" format that also shows committer.Libravatar Linus Torvalds4-32/+25
2005-06-26Add git-verify-tag scriptLibravatar Jan Harkes1-0/+9
2005-06-27Check for the existence of the git directory on startup.Libravatar Paul Mackerras1-1/+11
2005-06-26git-pack-objects: use name information (if any) to sort objects for packing.Libravatar Linus Torvalds1-4/+23
2005-06-26Ooh. Make git-rev-list --object associate a name with objects.Libravatar Linus Torvalds2-9/+11
2005-06-26git-pack-objects: do the delta search in reverse size orderLibravatar Linus Torvalds1-12/+16
2005-06-26[PATCH] Add git-relink-script to fix up missing hardlinksLibravatar Ryan Anderson2-1/+174
2005-06-26git-rev-parse: add "--not" flag to mark subsequent heads negativeLibravatar Linus Torvalds1-15/+15
2005-06-26git-unpack-objects: start removing debug outputLibravatar Linus Torvalds1-1/+0
2005-06-26Fix object packing/unpacking.Libravatar Linus Torvalds2-62/+49