summaryrefslogtreecommitdiff
path: root/contrib/git-svn
Commit message (Expand)AuthorAgeFilesLines
* contrib/git-svn: handle array values correctlyEric Wong2006-04-041-3/+2
* contrib/git-svn: make sure our git-svn is up-to-date for testEric Wong2006-04-041-1/+1
* contrib/git-svn: ensure repo-config returns a value before using itEric Wong2006-04-041-3/+6
* contrib/git-svn: documentation updatesEric Wong2006-04-012-13/+31
* contrib/git-svn: accept configuration via repo-configEric Wong2006-04-011-0/+17
* contrib/git-svn: force GIT_DIR to an absolute pathEric Wong2006-03-301-2/+5
* contrib/git-svn: stabilize memory usage for big fetchesEric Wong2006-03-251-46/+63
* contrib/git-svn: allow rebuild to work on non-linear remote headsEric Wong2006-03-201-1/+13
* contrib/git-svn: fix a harmless warning on rebuild (with old repos)Eric Wong2006-03-091-1/+1
* contrib/git-svn: remove the --no-stop-on-copy flagEric Wong2006-03-092-13/+11
* contrib/git-svn: fix svn compat and fetch argsEric Wong2006-03-092-20/+75
* contrib/git-svn: fix a copied-tree bug in an overzealous assertionEric Wong2006-03-031-4/+11
* contrib/git-svn: better documenting of CLI switchesEric Wong2006-03-032-15/+31
* contrib/git-svn: add --id/-i=$GIT_SVN_ID command-line switchEric Wong2006-03-031-8/+11
* contrib/git-svn: avoid re-reading the repository uuid, it never changesEric Wong2006-03-031-15/+12
* contrib/git-svn: create a more recent master if one does not existEric Wong2006-03-031-3/+3
* contrib/git-svn: cleanup option parsingEric Wong2006-03-031-30/+35
* contrib/git-svn: allow --authors-file to be specifiedEric Wong2006-03-031-8/+32
* contrib/git-svn: strip 'git-svn-id:' when commiting to SVNEric Wong2006-03-031-0/+3
* contrib/git-svn: several small bug fixes and changesEric Wong2006-03-031-10/+17
* contrib/git-svn: add -b/--branch switch for branch detectionEric Wong2006-03-032-1/+54
* contrib/git-svn: use refs/remotes/git-svn instead of git-svn-HEADEric Wong2006-03-023-39/+78
* contrib/git-svn: correct commit example in manpageEric Wong2006-02-271-1/+1
* contrib/git-svn: tell the user to not modify git-svn-HEAD directlyEric Wong2006-02-271-1/+8
* contrib/git-svn: version 0.10.0Eric Wong2006-02-261-1/+1
* contrib/git-svn: optimize sequential commits to svnEric Wong2006-02-261-3/+27
* contrib/git-svn: add show-ignore commandEric Wong2006-02-262-0/+32
* git-svn: 0.9.1: add --version and copyright/license (GPL v2+) informationEric Wong2006-02-201-2/+11
* contrib/git-svn: add Makefile, test, and associated ignoresEric Wong2006-02-204-0/+252
* git-svn: fix several corner-case and rare bugs with 'commit'Eric Wong2006-02-201-60/+200
* contrib/git-svn.txt: add a note about renamed/copied directory supportEric Wong2006-02-201-0/+7
* git-svn: change ; to && in addremove()Eric Wong2006-02-201-2/+2
* git-svn: remove any need for the XML::Simple dependencyEric Wong2006-02-201-49/+35
* git-svn: Allow for more argument types for commit (from..to)Eric Wong2006-02-202-4/+11
* git-svn: allow --find-copies-harder and -l<num> to be passed on commitEric Wong2006-02-202-2/+15
* git-svn: fix a typo in defining the --no-stop-on-copy optionEric Wong2006-02-201-1/+1
* git-svn: remove files from the index before adding/updatingEric Wong2006-02-181-6/+5
* git-svn: ensure fetch always works chronologically.Eric Wong2006-02-171-3/+4
* git-svn: fix revision order when XML::Simple is not loadedEric Wong2006-02-171-3/+3
* Introducing contrib/git-svn.Eric Wong2006-02-162-0/+978