summaryrefslogtreecommitdiff
path: root/contrib/git-svn
AgeCommit message (Expand)AuthorFilesLines
2006-06-22git-svn: fix commit --edit flag when using SVN:: librariesLibravatar Eric Wong1-6/+8
2006-06-20git-svn: fix --rmdir when using SVN:: librariesLibravatar Eric Wong3-6/+41
2006-06-16git-svn: rebuild convenience and bugfixesLibravatar Eric Wong1-2/+19
2006-06-16git-svn: svn (command-line) 1.0.x compatibilityLibravatar Eric Wong2-43/+51
2006-06-16git-svn: tests no longer fail if LC_ALL is not a UTF-8 localeLibravatar Eric Wong2-4/+9
2006-06-16git-svn: bugfix and optimize the 'log' commandLibravatar Eric Wong1-8/+52
2006-06-16git-svn: Eliminate temp file usage in libsvn_get_file()Libravatar Eric Wong1-33/+23
2006-06-16git-svn: fix several small bugs, enable branch optimizationLibravatar Eric Wong1-65/+81
2006-06-16git-svn: avoid creating some small filesLibravatar Eric Wong1-18/+8
2006-06-16git-svn: make the $GIT_DIR/svn/*/revs directory obsoleteLibravatar Eric Wong4-132/+224
2006-06-16git-svn: add support for Perl SVN::* librariesLibravatar Eric Wong3-111/+974
2006-06-16git-svn: add 'log' command, a facsimile of basic `svn log'Libravatar Eric Wong1-17/+243
2006-06-16git-svn: add UTF-8 message testLibravatar Eric Wong1-0/+13
2006-06-16git-svn: add some functionality to better support branches in svnLibravatar Eric Wong1-5/+424
2006-06-16git-svn: add --shared and --template= options to pass to init-dbLibravatar Eric Wong1-2/+8
2006-06-16git-svn: add --repack and --repack-flags= optionsLibravatar Eric Wong1-1/+17
2006-06-16git-svn: minor cleanups, extra error-checkingLibravatar Eric Wong1-36/+46
2006-06-16git-svn: Move all git-svn-related paths into $GIT_DIR/svnLibravatar Eric Wong2-16/+85
2006-06-16git-svn: support manually placed initial trees from fetchLibravatar Eric Wong1-1/+8
2006-06-16git-svn: optimize --branch and --branch-all-refLibravatar Eric Wong1-2/+9
2006-06-16git-svn: --branch-all-refs / -B supportLibravatar Eric Wong1-1/+14
2006-06-16git-svn: support -C<num> passing to git-diff-treeLibravatar Eric Wong1-2/+9
2006-06-16git-svn: don't allow commit if svn tree is not currentLibravatar Eric Wong1-2/+9
2006-06-16git-svn: restore original LC_ALL setting (or unset) for commitLibravatar Eric Wong1-11/+23
2006-06-16git-svn: eol_cp corner-case fixesLibravatar Eric Wong1-4/+11
2006-06-16git-svn: fix handling of filenames with embedded '@'Libravatar Eric Wong1-4/+13
2006-06-16git-svn: t0000: add -f flag to checkoutLibravatar Eric Wong1-5/+5
2006-05-29git-svn: remove assertion that broke with older versions of svnLibravatar Eric Wong1-1/+0
2006-05-29git-svn: t0001: workaround a heredoc bug in old versions of dashLibravatar Eric Wong1-1/+2
2006-05-23git-svn: ignore expansion of svn:keywordsLibravatar Eric Wong5-60/+254
2006-05-23git-svn: starting a 1.1.0-pre development versionLibravatar Eric Wong1-1/+1
2006-05-05git-svn 1.0.0Libravatar Eric Wong1-1/+1
2006-05-05git-svn: documentation updatesLibravatar Eric Wong2-13/+38
2006-04-04contrib/git-svn: handle array values correctlyLibravatar Eric Wong1-3/+2
2006-04-04contrib/git-svn: make sure our git-svn is up-to-date for testLibravatar Eric Wong1-1/+1
2006-04-04contrib/git-svn: ensure repo-config returns a value before using itLibravatar Eric Wong1-3/+6
2006-04-01contrib/git-svn: documentation updatesLibravatar Eric Wong2-13/+31
2006-04-01contrib/git-svn: accept configuration via repo-configLibravatar Eric Wong1-0/+17
2006-03-30contrib/git-svn: force GIT_DIR to an absolute pathLibravatar Eric Wong1-2/+5
2006-03-25contrib/git-svn: stabilize memory usage for big fetchesLibravatar Eric Wong1-46/+63
2006-03-20contrib/git-svn: allow rebuild to work on non-linear remote headsLibravatar Eric Wong1-1/+13
2006-03-09contrib/git-svn: fix a harmless warning on rebuild (with old repos)Libravatar Eric Wong1-1/+1
2006-03-09contrib/git-svn: remove the --no-stop-on-copy flagLibravatar Eric Wong2-13/+11
2006-03-09contrib/git-svn: fix svn compat and fetch argsLibravatar Eric Wong2-20/+75
2006-03-03contrib/git-svn: fix a copied-tree bug in an overzealous assertionLibravatar Eric Wong1-4/+11
2006-03-03contrib/git-svn: better documenting of CLI switchesLibravatar Eric Wong2-15/+31
2006-03-03contrib/git-svn: add --id/-i=$GIT_SVN_ID command-line switchLibravatar Eric Wong1-8/+11
2006-03-03contrib/git-svn: avoid re-reading the repository uuid, it never changesLibravatar Eric Wong1-15/+12
2006-03-03contrib/git-svn: create a more recent master if one does not existLibravatar Eric Wong1-3/+3
2006-03-03contrib/git-svn: cleanup option parsingLibravatar Eric Wong1-30/+35