aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/git-svn/git-svn.perl
AgeCommit message (Expand)AuthorFilesLines
2006-04-01contrib/git-svn: accept configuration via repo-configEric Wong1-0/+17
2006-03-30contrib/git-svn: force GIT_DIR to an absolute pathEric Wong1-2/+5
2006-03-25contrib/git-svn: stabilize memory usage for big fetchesEric Wong1-46/+63
2006-03-20contrib/git-svn: allow rebuild to work on non-linear remote headsEric Wong1-1/+13
2006-03-09contrib/git-svn: fix a harmless warning on rebuild (with old repos)Eric Wong1-1/+1
2006-03-09contrib/git-svn: remove the --no-stop-on-copy flagEric Wong1-0/+11
2006-03-09contrib/git-svn: fix svn compat and fetch argsEric Wong1-18/+45
2006-03-03contrib/git-svn: fix a copied-tree bug in an overzealous assertionEric Wong1-4/+11
2006-03-03contrib/git-svn: better documenting of CLI switchesEric Wong1-14/+15
2006-03-03contrib/git-svn: add --id/-i=$GIT_SVN_ID command-line switchEric Wong1-8/+11
2006-03-03contrib/git-svn: avoid re-reading the repository uuid, it never changesEric Wong1-15/+12
2006-03-03contrib/git-svn: create a more recent master if one does not existEric Wong1-3/+3
2006-03-03contrib/git-svn: cleanup option parsingEric Wong1-30/+35
2006-03-03contrib/git-svn: allow --authors-file to be specifiedEric Wong1-8/+32
2006-03-03contrib/git-svn: strip 'git-svn-id:' when commiting to SVNEric Wong1-0/+3
2006-03-03contrib/git-svn: several small bug fixes and changesEric Wong1-10/+17
2006-03-03contrib/git-svn: add -b/--branch switch for branch detectionEric Wong1-0/+38
2006-03-02contrib/git-svn: use refs/remotes/git-svn instead of git-svn-HEADEric Wong1-12/+51
2006-02-26contrib/git-svn: version 0.10.0Eric Wong1-1/+1
2006-02-26contrib/git-svn: optimize sequential commits to svnEric Wong1-3/+27
2006-02-26contrib/git-svn: add show-ignore commandEric Wong1-0/+25
2006-02-20git-svn: 0.9.1: add --version and copyright/license (GPL v2+) informationEric Wong1-2/+11
2006-02-20contrib/git-svn: add Makefile, test, and associated ignoresEric Wong1-0/+909