284 Commits (055b66158c984c4e902735ab2a1a188509423f43)

Author SHA1 Message Date
Lars Hjemli 05b4df3153 git-svn: add support for --first-parent 18 years ago
Eric Wong 751eb39590 git-svn: fix dcommit clobbering upstream when committing multiple changes 18 years ago
Junio C Hamano eeebd8d8c5 git-svn: Protect against "diff.color = true". 18 years ago
martin f. krafft 8f728fb96f git-svn init/clone --stdlayout option to default-init trunk/tags/branches 18 years ago
Eric Wong 15d54753bb git-svn: dcommit prints out the URL to be committed to 18 years ago
Eric Wong 6ed77266c6 git-svn: fix log with single revision against a non-HEAD branch 18 years ago
Robert Ewald bf655fd700 git-svn: Translate invalid characters in refname 18 years ago
Richard MUSIL 575d025c0d git-svn: Minimalistic patch which allows svn usernames with space(s). 18 years ago
Eric Wong 29633bb91c git-svn: fix commiting renames over DAV with funky file names 18 years ago
Eric Wong 46cf98baa5 git-svn: remove leading slashes from fetch lines in the generate config 18 years ago
Eric Wong 7730fbe624 git-svn: fix blocking with svn:// servers after do_switch 18 years ago
Sam Vilain 40cb8f8f08 git-svn: cache max revision in rev_db databases 18 years ago
Sam Vilain 3dfab993c8 git-svn: use git-log rather than rev-list | xargs cat-file 18 years ago
Michael Krelin 6caf5b1891 git-svn: honor ~/.subversion/ client cert file settings. 18 years ago
Sam Vilain c5f71ad099 git-svn: avoid string eval for defining functions 18 years ago
Eric Wong 733a65aa5d git-svn: allow dcommit to retain local merge information 18 years ago
Eric Wong 38570a47fc git-svn: reduce stat() calls for a backwards compatibility check 18 years ago
Eric Wong b54a901e05 git-svn: cleanup: factor out longest_common_path() function 18 years ago
Matthias Lederhofer 7ae3df8c0a Use new semantics of is_bare/inside_git_dir/inside_work_tree 18 years ago
Matthias Lederhofer 493c774e58 rev-parse: introduce --is-bare-repository 18 years ago
Eric Wong 7faf068660 git-svn: avoid md5 calculation entirely if SVN doesn't provide one 18 years ago
James Y Knight 20b3d206ac Fix git-svn to handle svn not reporting the md5sum of a file, and test. 18 years ago
Eric Wong dc431666d3 git-svn: don't minimize-url when doing an init that tracks multiple paths 18 years ago
Eric Wong 6442754d6c git-svn: avoid crashing svnserve when creating new directories 18 years ago
Eric Wong 4a1bb4c3f8 git-svn: don't attempt to minimize URLs by default 18 years ago
Eric Wong 4c03c3eb4e git-svn: fix segfaults due to initial SVN pool being cleared 18 years ago
Eric Wong 0dc03d6a30 git-svn: clean up caching of SVN::Ra functions 18 years ago
Eric Wong 645833b564 git-svn: don't drop the username from URLs when dcommit is run 18 years ago
Karl Hasselström 171af11082 Add --no-rebase option to git-svn dcommit 18 years ago
Adam Roben b3cb7e4582 git-svn: Add 'find-rev' command 18 years ago
Junio C Hamano bcd8ee5b43 Fix symlink handling in git-svn, related to PerlIO 18 years ago
Adam Roben 26e60160a0 git-svn: Added 'find-rev' command 18 years ago
Adam Roben 56973d20c1 git-svn: Ignore usernames in URLs in find_by_url 18 years ago
Adam Roben b03c7a63a0 git-svn: Don't rely on $_ after making a function call 18 years ago
Adam Roben ce11873921 Remove usernames from all commit messages, not just when using svmprops 18 years ago
Eric Wong 0c1ec5a1f7 git-svn: don't allow globs to match regular files 18 years ago
Eric Wong c284914a7c git-svn: quiet some warnings when run only with --version/--help 18 years ago
Eric Wong d627de6b13 git-svn: respect lower bound of -r/--revision when following parent 18 years ago
Eric Wong c16d08713e git-svn: fix log command to avoid infinite loop on long commit messages 18 years ago
Eric Wong 13c823fb52 git-svn: dcommit/rebase confused by patches with git-svn-id: lines 18 years ago
Eric Wong 512b620bd9 git-svn: bail out on incorrect command-line options 18 years ago
Eric Wong e421fc0797 git-svn: bail out on incorrect command-line options 18 years ago
Eric Wong d6bad6610a git-svn: fail on rebase if we are unable to find a ref to rebase against 18 years ago
Eric Wong a6a15a9958 git-svn: avoid respewing similar error messages for missing paths 18 years ago
Eric Wong 0b59451c1b git-svn: fix rel_path() when not connected to the repository root 18 years ago
Eric Wong dee41f3e55 git-svn: add -l/--local command to "git svn rebase" 18 years ago
Eric Wong 102a0a2db1 git-svn: fix show-ignore when not connected to the repository root 18 years ago
Eric Wong 2e5e24803f git-svn: fix some potential bugs with --follow-parent 18 years ago
Eric Wong e2c475d91c git-svn: fix reconnections to different paths of svn:// repositories 18 years ago
Eric Wong f30603fcf3 git-svn: fix clone when a target directory has been specified 18 years ago