64 Commits (1a5f3d702235d42c22853ea3fe15949caa4c41ed)

Author SHA1 Message Date
Eric Wong a0f5a0c828 git-svn: allow "0" in SVN path components 8 years ago
Eric Wong 112423eb90 git-svn: "git worktree" awareness 8 years ago
Eric Wong b26098fc2f git-svn: reduce scope of input record separator change 8 years ago
Eric Wong 62335bbbc7 git-svn: shorten glob error message 9 years ago
Victor Leschuk e4e5dd94e6 git-svn: loosen config globs limitations 9 years ago
Kazutoshi Satoda 1b42f45255 git-svn: apply "svn.pathnameencoding" before URL encoding 9 years ago
Kazutoshi Satoda 40f47448a9 git-svn: enable "svn.pathnameencoding" on dcommit 9 years ago
Eric Wong 0b6641557c git-svn: fix auth parameter handling on SVN 1.9.0+ 9 years ago
Kyle J. McKay e426311bef Git::SVN::*: avoid premature FileHandle closure 10 years ago
Eric Wong 47092c1067 git-svn: lazy load some modules 10 years ago
Alfred Perlstein 83c9433e67 git-svn: support for git-svn propset 10 years ago
Eric Wong 7ffa35b047 git-svn: use SVN::Ra::get_dir2 when possible 10 years ago
Eric Wong 835e3ddeff git-svn: prepare SVN::Ra config pieces once 10 years ago
Eric Wong aee7d04c12 git-svn: save a little memory as fetch progresses 10 years ago
Eric Wong 6725ecaba7 git-svn: remove unnecessary DESTROY override 10 years ago
Eric Wong dfa72fdb96 git-svn: reload RA every log-window-size 10 years ago
Matthieu Moy b3275838d9 pager: remove 'S' from $LESS by default 11 years ago
Justin Lebar 01689909eb comments: fix misuses of "nor" 11 years ago
Roman Kagan ac930287ff git-svn: workaround for a bug in svn serf backend 11 years ago
Jonathan Nieder e54c1f2d25 pager: set LV=-c alongside LESS=FRSX 11 years ago
Roman Kagan 2394e94e83 git-svn: workaround for a bug in svn serf backend 11 years ago
Uli Heller 73ffac3b38 git-svn: fix termination issues for remote svn connections 12 years ago
Kyle J. McKay 8ac251b66b git-svn: allow git-svn fetching to work using serf 12 years ago
Paul Walmsley a7b102302a git-svn: added an --include-path flag 12 years ago
Jonathan Nieder d301f18160 Git::SVN::*: add missing "NAME" section to perldoc 12 years ago
Sebastian Schuberth 3747c01570 git-svn: Support custom tunnel schemes instead of SSH only 12 years ago
Ben Walton 68868ff573 Move Git::SVN::get_tz to Git::get_tz_offset 12 years ago
Eric Wong 1b67bef256 git-svn: cleanup sprintf usage for uppercasing hex 12 years ago
Peter Wu cc3046271d git-svn: do not escape certain characters in paths 12 years ago
Jonathan Nieder 9012f571b4 git svn: do not overescape URLs (fallback case) 12 years ago
Jonathan Nieder 47263f5875 Git::SVN::Editor::T: pass $deletions to ->A and ->D 12 years ago
Sven Strickroth e9263e4580 git-svn, perl/Git.pm: extend and use Git->prompt method for querying users 12 years ago
Sven Strickroth 38ecf3a35d git-svn, perl/Git.pm: add central method for prompting passwords 12 years ago
Jonathan Nieder b8c78e2a9d git svn: work around SVN 1.7 mishandling of svn:special changes 12 years ago
Jonathan Nieder dc01f880a5 git-svn: keep leading slash when canonicalizing paths (fallback case) 13 years ago
Eric Wong f3045919d1 git-svn: use path accessor for Git::SVN objects 13 years ago
Ammon Riley 9478b11968 Make git-svn branch patterns match complete URL 13 years ago
Michael G. Schwern 705b49cb81 git-svn: canonicalize newly-minted URLs 13 years ago
Michael G. Schwern d2fd119c4f git-svn: introduce add_path_to_url function 13 years ago
Michael G. Schwern 8266fc8be1 git-svn: canonicalize earlier 13 years ago
Michael G. Schwern 9c27a57b2d git-svn: replace URL escapes with canonicalization 13 years ago
Michael G. Schwern 93c3fcbe4d git-svn: attempt to mimic SVN 1.7 URL canonicalization 13 years ago
Michael G. Schwern 565e56c2cc Git::SVN{,::Ra}: canonicalize earlier 13 years ago
Michael G. Schwern 3def8d0884 git-svn: path canonicalization uses SVN API 13 years ago
Michael G. Schwern 8169a3908c Git::SVN::Utils: remove irrelevant comment 13 years ago
Michael G. Schwern ca475a61f8 git-svn: add join_paths() to safely concatenate paths 13 years ago
Michael G. Schwern 280ad88aa0 git-svn: factor out _collapse_dotdot function 13 years ago
Michael G. Schwern 82009f3048 git-svn: use SVN 1.7 to canonicalize when possible 13 years ago
Michael G. Schwern 91e6e0c56c git-svn: move canonicalization to Git::SVN::Utils 13 years ago
Michael G. Schwern b1ea6c3829 use Git::SVN{,::RA}->url accessor globally 13 years ago