Age | Commit message (Expand) | Author | Files | Lines |
2006-04-04 | contrib/git-svn: handle array values correctly | Eric Wong | 1 | -3/+2 |
2006-04-04 | contrib/git-svn: make sure our git-svn is up-to-date for test | Eric Wong | 1 | -1/+1 |
2006-04-04 | contrib/git-svn: ensure repo-config returns a value before using it | Eric Wong | 1 | -3/+6 |
2006-04-01 | contrib/git-svn: documentation updates | Eric Wong | 2 | -13/+31 |
2006-04-01 | contrib/git-svn: accept configuration via repo-config | Eric Wong | 1 | -0/+17 |
2006-03-30 | contrib/git-svn: force GIT_DIR to an absolute path | Eric Wong | 1 | -2/+5 |
2006-03-25 | contrib/git-svn: stabilize memory usage for big fetches | Eric Wong | 1 | -46/+63 |
2006-03-20 | contrib/git-svn: allow rebuild to work on non-linear remote heads | Eric Wong | 1 | -1/+13 |
2006-03-09 | contrib/git-svn: fix a harmless warning on rebuild (with old repos) | Eric Wong | 1 | -1/+1 |
2006-03-09 | contrib/git-svn: remove the --no-stop-on-copy flag | Eric Wong | 2 | -13/+11 |
2006-03-09 | contrib/git-svn: fix svn compat and fetch args | Eric Wong | 2 | -20/+75 |
2006-03-03 | contrib/git-svn: fix a copied-tree bug in an overzealous assertion | Eric Wong | 1 | -4/+11 |
2006-03-03 | contrib/git-svn: better documenting of CLI switches | Eric Wong | 2 | -15/+31 |
2006-03-03 | contrib/git-svn: add --id/-i=$GIT_SVN_ID command-line switch | Eric Wong | 1 | -8/+11 |
2006-03-03 | contrib/git-svn: avoid re-reading the repository uuid, it never changes | Eric Wong | 1 | -15/+12 |
2006-03-03 | contrib/git-svn: create a more recent master if one does not exist | Eric Wong | 1 | -3/+3 |
2006-03-03 | contrib/git-svn: cleanup option parsing | Eric Wong | 1 | -30/+35 |
2006-03-03 | contrib/git-svn: allow --authors-file to be specified | Eric Wong | 1 | -8/+32 |
2006-03-03 | contrib/git-svn: strip 'git-svn-id:' when commiting to SVN | Eric Wong | 1 | -0/+3 |
2006-03-03 | contrib/git-svn: several small bug fixes and changes | Eric Wong | 1 | -10/+17 |
2006-03-03 | contrib/git-svn: add -b/--branch switch for branch detection | Eric Wong | 2 | -1/+54 |
2006-03-02 | contrib/git-svn: use refs/remotes/git-svn instead of git-svn-HEAD | Eric Wong | 3 | -39/+78 |
2006-02-27 | contrib/git-svn: correct commit example in manpage | Eric Wong | 1 | -1/+1 |
2006-02-27 | contrib/git-svn: tell the user to not modify git-svn-HEAD directly | Eric Wong | 1 | -1/+8 |
2006-02-26 | contrib/git-svn: version 0.10.0 | Eric Wong | 1 | -1/+1 |
2006-02-26 | contrib/git-svn: optimize sequential commits to svn | Eric Wong | 1 | -3/+27 |
2006-02-26 | contrib/git-svn: add show-ignore command | Eric Wong | 2 | -0/+32 |
2006-02-20 | git-svn: 0.9.1: add --version and copyright/license (GPL v2+) information | Eric Wong | 1 | -2/+11 |
2006-02-20 | contrib/git-svn: add Makefile, test, and associated ignores | Eric Wong | 4 | -0/+252 |
2006-02-20 | git-svn: fix several corner-case and rare bugs with 'commit' | Eric Wong | 1 | -60/+200 |
2006-02-20 | contrib/git-svn.txt: add a note about renamed/copied directory support | Eric Wong | 1 | -0/+7 |
2006-02-20 | git-svn: change ; to && in addremove() | Eric Wong | 1 | -2/+2 |
2006-02-20 | git-svn: remove any need for the XML::Simple dependency | Eric Wong | 1 | -49/+35 |
2006-02-20 | git-svn: Allow for more argument types for commit (from..to) | Eric Wong | 2 | -4/+11 |
2006-02-20 | git-svn: allow --find-copies-harder and -l<num> to be passed on commit | Eric Wong | 2 | -2/+15 |
2006-02-20 | git-svn: fix a typo in defining the --no-stop-on-copy option | Eric Wong | 1 | -1/+1 |
2006-02-18 | git-svn: remove files from the index before adding/updating | Eric Wong | 1 | -6/+5 |
2006-02-17 | git-svn: ensure fetch always works chronologically. | Eric Wong | 1 | -3/+4 |
2006-02-17 | git-svn: fix revision order when XML::Simple is not loaded | Eric Wong | 1 | -3/+3 |
2006-02-16 | Introducing contrib/git-svn. | Eric Wong | 2 | -0/+978 |