summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-07-03Support :ext: access method.Sven Verdoolaege
2005-07-03Honour CVS_SERVER.Sven Verdoolaege
2005-07-03git-cvsimport-script: clean up documentationSven Verdoolaege
2005-07-03Make specification of CVS module to convert optional.Sven Verdoolaege
2005-07-03Fixed a typo in Documentation/git-cvsimport-script.txt.Sven Verdoolaege
2005-06-30cvsimport: add documentation.Matthias Urlichs
2005-06-30cvsimport: Added option '-p': pass options to cvspsMatthias Urlichs
2005-06-30cvsimport: Exit if an existing repository doesn't have the right branch.Matthias Urlichs
2005-06-30cvs import: Strip whitespace at the end of the log entryMatthias Urlichs
2005-06-30cvsimport: perform string comparison on "HEAD"Sven Verdoolaege
2005-06-30git-cvsimport-script: Removed redundant @old and @new clear.Matthias Urlichs
2005-06-30git-cvsimport-script: Remove setting Sticky; it may cause problemsMatthias Urlichs
2005-06-30cvs import: Call git-update-cache multiple timesMatthias Urlichs
2005-06-28More docMatthias Urlichs
2005-06-28Document the new migration toolMatthias Urlichs
2005-06-28Rollbak to the original branch after importingMatthias Urlichs
2005-06-28Local cvsimport fixupsMatthias Urlichs
2005-06-28Fix remote CVS import.Matthias Urlichs
2005-06-28Added Perl git-cvsimport-scriptMatthias Urlichs
2005-06-28Teach git-pull-script about pulling tagsLinus Torvalds
2005-06-28Fix another test that broke with the recent git-init-db updateLinus Torvalds
2005-06-28[PATCH] Skip writing out sha1 files for objects in packed git.Junio C Hamano
2005-06-28[PATCH] replace sha1sum with sum in t/t1002Mark Allen
2005-06-28Fix up test that counted subdirectories in ".git/objects"Linus Torvalds
2005-06-28git-init-db: create "pack" subdirectory under objectsLinus Torvalds
2005-06-28Merge rsync://rsync.kernel.org/pub/scm/gitk/gitkLinus Torvalds
2005-06-28csum-file: fix missing buf pointer updateLinus Torvalds
2005-06-27[PATCH] Teach read_sha1_file() and friends about packed git object store.Junio C Hamano
2005-06-27[PATCH] Enhance sha1_file_size() into sha1_object_info()Junio C Hamano
2005-06-27[PATCH] Remove "delta" object representation.Junio C Hamano
2005-06-27[PATCH] git-ssh-pull: commit-id consistencySven Verdoolaege
2005-06-27git-checkout-script: use "--verify --revs-only" to parse revsLinus Torvalds
2005-06-27Add a menu item for creating tags.Paul Mackerras
2005-06-27Fix a bug where we would corrupt the stuff read from git-rev-list.Paul Mackerras
2005-06-27Add a menu entry for generating a patch between any two commits.Paul Mackerras
2005-06-27csum-file interface updates: return resulting SHA1Linus Torvalds
2005-06-27Fix behaviour in the case where we have no commits to display.Paul Mackerras
2005-06-27git-pack-objects: write the pack files with a SHA1 csumLinus Torvalds
2005-06-27Add "--pretty=full" format that also shows committer.Linus Torvalds
2005-06-27Add git-verify-tag scriptJan Harkes
2005-06-27Check for the existence of the git directory on startup.Paul Mackerras
2005-06-26git-pack-objects: use name information (if any) to sort objects for packing.Linus Torvalds
2005-06-26Ooh. Make git-rev-list --object associate a name with objects.Linus Torvalds
2005-06-26git-pack-objects: do the delta search in reverse size orderLinus Torvalds
2005-06-26[PATCH] Add git-relink-script to fix up missing hardlinksRyan Anderson
2005-06-26git-rev-parse: add "--not" flag to mark subsequent heads negativeLinus Torvalds
2005-06-26git-unpack-objects: start removing debug outputLinus Torvalds
2005-06-26Fix object packing/unpacking.Linus Torvalds
2005-06-26[PATCH] Finish initial cut of git-pack-object/git-unpack-object pair.Junio C Hamano
2005-06-26Add "--depth=N" parameter to git-pack-objects to limit maximum delta depthLinus Torvalds