index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
git-svn.perl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
git-svn: search --authors-prog in PATH too
Andreas Heiduk
2018-04-05
1
-1
/
+2
*
Merge branch 'ew/svn-branch-segfault-fix'
Junio C Hamano
2018-02-13
1
-0
/
+5
|
\
|
*
git-svn: control destruction order to avoid segfault
Eric Wong
2018-01-30
1
-0
/
+5
*
|
Merge branch 'jm/svn-pushmergeinfo-fix'
Junio C Hamano
2018-01-23
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
git-svn: fix svn.pushmergeinfo handling of svn+ssh usernames.
Jason Merrill
2017-09-17
1
-0
/
+1
*
|
git-svn: convert CRLF to LF in commit message to SVN
Eric Wong
2017-12-14
1
-0
/
+1
|
/
*
git svn: fix authentication with 'branch'
Hiroshi Shirosaki
2017-03-07
1
-3
/
+3
*
git-svn: "git worktree" awareness
Eric Wong
2016-10-14
1
-4
/
+5
*
git-svn: reduce scope of input record separator change
Eric Wong
2016-10-14
1
-2
/
+2
*
git-svn: allow --version to work anywhere
Eric Wong
2016-07-22
1
-2
/
+2
*
git-svn: clone: Fail on missing url argument
Christopher Layne
2016-07-03
1
-1
/
+4
*
git-svn: fix URL canonicalization during init w/ SVN 1.7+
Eric Wong
2016-03-16
1
-6
/
+8
*
git-svn: parse authors file more leniently
Michael J Gruber
2015-09-10
1
-1
/
+1
*
git-svn: lazy load some modules
Eric Wong
2015-02-26
1
-6
/
+7
*
git-svn: make it play nicely with submodules
Ramkumar Ramachandra
2015-01-15
1
-0
/
+6
*
git-svn: support for git-svn propset
Alfred Perlstein
2014-12-09
1
-1
/
+48
*
git-svn: delay term initialization
Eric Wong
2014-09-14
1
-7
/
+11
*
git svn: find-rev allows short switches for near matches
Eric Wong
2014-09-14
1
-2
/
+2
*
git svn: info: correctly handle absolute path args
Eric Wong
2014-09-14
1
-6
/
+33
*
git-svn: branch: avoid systematic prompt for cert/pass
Monard Vong
2014-09-14
1
-1
/
+3
*
Git 2.0: git svn: Set default --prefix='origin/' if --prefix is not given
Johan Herland
2014-04-19
1
-11
/
+1
*
git-svn: Warn about changing default for --prefix in Git v2.0
Johan Herland
2013-10-13
1
-1
/
+11
*
git-svn: fix signed commit parsing
Nicolas Vigier
2013-10-10
1
-1
/
+1
*
Merge branch 'vl/typofix'
Junio C Hamano
2013-06-27
1
-1
/
+1
|
\
|
*
random typofixes (committed missing a 't', successful missing an 's')
Veres Lajos
2013-06-19
1
-1
/
+1
*
|
Fix `git svn` `rebase` & `dcommit` if top-level HEAD directory exist
Slava Kardakov
2013-06-12
1
-2
/
+2
*
|
git-svn: introduce --parents parameter for commands branch and tag
Tobias Schulte
2013-05-21
1
-1
/
+18
*
|
git-svn: added an --include-path flag
Paul Walmsley
2013-05-09
1
-0
/
+4
*
|
git-svn: avoid self-referencing mergeinfo
Michael Contreras
2013-05-09
1
-3
/
+8
|
/
*
git-svn: use a lowercase "usage:" string
David Aguilar
2013-02-25
1
-2
/
+2
*
git-svn: use a lowercase "usage:" string
David Aguilar
2013-02-24
1
-1
/
+1
*
git-svn: Simplify calculation of GIT_DIR
Barry Wardell
2013-01-24
1
-23
/
+14
*
git-svn: teach find-rev to find near matches
John Keeping
2013-01-18
1
-2
/
+10
*
git-svn: use path accessor for Git::SVN objects
Eric Wong
2012-10-06
1
-1
/
+1
*
Merge branch 'ms/git-svn-1.7'
Junio C Hamano
2012-08-22
1
-62
/
+30
|
\
|
*
git-svn: remove ad-hoc canonicalizations
Michael G. Schwern
2012-08-02
1
-4
/
+4
|
*
git-svn: introduce add_path_to_url function
Michael G. Schwern
2012-08-02
1
-1
/
+2
|
*
git-svn: canonicalize earlier
Michael G. Schwern
2012-08-02
1
-3
/
+3
|
*
git-svn: replace URL escapes with canonicalization
Michael G. Schwern
2012-08-02
1
-21
/
+3
|
*
git-svn: add join_paths() to safely concatenate paths
Michael G. Schwern
2012-08-02
1
-1
/
+2
|
*
git-svn: move canonicalization to Git::SVN::Utils
Michael G. Schwern
2012-08-02
1
-26
/
+7
|
*
use Git::SVN{,::RA}->url accessor globally
Michael G. Schwern
2012-08-02
1
-5
/
+6
|
*
use Git::SVN->path accessor globally
Michael G. Schwern
2012-08-02
1
-5
/
+7
*
|
git svn: handle errors and concurrent commits in dcommit
Robert Luberda
2012-08-10
1
-19
/
+55
|
/
*
Extract Git::SVN::GlobSpec from git-svn.
Michael G. Schwern
2012-07-28
1
-59
/
+0
*
Move Git::IndexInfo into its own file.
Michael G. Schwern
2012-07-28
1
-32
/
+0
*
Load all the modules in one place and before running code.
Michael G. Schwern
2012-07-28
1
-23
/
+21
*
Extract Git::SVN::Migration from git-svn.
Michael G. Schwern
2012-07-28
1
-257
/
+1
*
Prepare Git::SVN::Migration for extraction from git-svn.
Michael G. Schwern
2012-07-28
1
-12
/
+24
*
Extract Git::SVN::Log from git-svn.
Michael G. Schwern
2012-07-28
1
-394
/
+1
[next]