465 Commits (0b3dcfe721dc8734e2688f936afad055d8541d97)

Author SHA1 Message Date
Konstantin V. Arkhipov 3caf320ba8 git-svn's dcommit must use subversion's config 17 years ago
Eric Wong cfbe7ab333 git-svn: support for funky branch and project names over HTTP(S) 17 years ago
Benoit Sigoure c8cfa3e4a5 git-svn: prevent dcommitting if the index is dirty. 17 years ago
Eric Wong c74d9acf20 git-svn: fix dcommit clobbering when committing a series of diffs 17 years ago
Benoit Sigoure aa807bc266 git-svn: sort the options in the --help message. 17 years ago
Benoit Sigoure 207f1a75e7 git-svn: simplify the handling of fatal errors 17 years ago
Benoit Sigoure 51e057cf80 git-svn: add git svn proplist 17 years ago
Benoit Sigoure 1515345156 git-svn: add git svn propget 17 years ago
Benoit Sigoure d05ddec51e git-svn: implement git svn create-ignore 17 years ago
Benoit Sigoure 01bdab84e3 git-svn: add a generic tree traversal to fetch SVN properties 17 years ago
Eygene Ryabinkin fd499bcc9d git-svn: use "no warnings 'once'" to disable false-positives 17 years ago
Eygene Ryabinkin 602015e0e6 git-svn: respect Subversion's [auth] section configuration values 17 years ago
Steven Walter 9ff74e95da Don't checkout the full tree if avoidable 18 years ago
Eric Wong b019304886 git-svn: don't attempt to spawn pager if we don't want one 18 years ago
Eric Wong 7b02b85a66 git-svn: understand grafts when doing dcommit 18 years ago
Eric Wong a51cdb0c04 git-svn: fix "Malformed network data" with svn:// servers 18 years ago
Lars Hjemli 4dbfe2e9bd git-svn: always use --first-parent 18 years ago
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