summaryrefslogtreecommitdiff
path: root/contrib/git-svn
AgeCommit message (Expand)Author
2006-04-04contrib/git-svn: ensure repo-config returns a value before using itEric Wong
2006-04-02contrib/git-svn: documentation updatesEric Wong
2006-04-02contrib/git-svn: accept configuration via repo-configEric Wong
2006-03-30contrib/git-svn: force GIT_DIR to an absolute pathEric Wong
2006-03-26contrib/git-svn: stabilize memory usage for big fetchesEric Wong
2006-03-21contrib/git-svn: allow rebuild to work on non-linear remote headsEric Wong
2006-03-09contrib/git-svn: fix a harmless warning on rebuild (with old repos)Eric Wong
2006-03-09contrib/git-svn: remove the --no-stop-on-copy flagEric Wong
2006-03-09contrib/git-svn: fix svn compat and fetch argsEric Wong
2006-03-03contrib/git-svn: fix a copied-tree bug in an overzealous assertionEric Wong
2006-03-03contrib/git-svn: better documenting of CLI switchesEric Wong
2006-03-03contrib/git-svn: add --id/-i=$GIT_SVN_ID command-line switchEric Wong
2006-03-03contrib/git-svn: avoid re-reading the repository uuid, it never changesEric Wong
2006-03-03contrib/git-svn: create a more recent master if one does not existEric Wong
2006-03-03contrib/git-svn: cleanup option parsingEric Wong
2006-03-03contrib/git-svn: allow --authors-file to be specifiedEric Wong
2006-03-03contrib/git-svn: strip 'git-svn-id:' when commiting to SVNEric Wong
2006-03-03contrib/git-svn: several small bug fixes and changesEric Wong
2006-03-03contrib/git-svn: add -b/--branch switch for branch detectionEric Wong
2006-03-02contrib/git-svn: use refs/remotes/git-svn instead of git-svn-HEADEric Wong
2006-02-27contrib/git-svn: correct commit example in manpageEric Wong
2006-02-27contrib/git-svn: tell the user to not modify git-svn-HEAD directlyEric Wong
2006-02-26contrib/git-svn: version 0.10.0Eric Wong
2006-02-26contrib/git-svn: optimize sequential commits to svnEric Wong
2006-02-26contrib/git-svn: add show-ignore commandEric Wong
2006-02-20git-svn: 0.9.1: add --version and copyright/license (GPL v2+) informationEric Wong
2006-02-20contrib/git-svn: add Makefile, test, and associated ignoresEric Wong
2006-02-20git-svn: fix several corner-case and rare bugs with 'commit'Eric Wong
2006-02-20contrib/git-svn.txt: add a note about renamed/copied directory supportEric Wong
2006-02-20git-svn: change ; to && in addremove()Eric Wong
2006-02-20git-svn: remove any need for the XML::Simple dependencyEric Wong
2006-02-20git-svn: Allow for more argument types for commit (from..to)Eric Wong
2006-02-20git-svn: allow --find-copies-harder and -l<num> to be passed on commitEric Wong
2006-02-20git-svn: fix a typo in defining the --no-stop-on-copy optionEric Wong
2006-02-18git-svn: remove files from the index before adding/updatingEric Wong
2006-02-17git-svn: ensure fetch always works chronologically.Eric Wong
2006-02-17git-svn: fix revision order when XML::Simple is not loadedEric Wong
2006-02-16Introducing contrib/git-svn.Eric Wong