Sign in
googlers
/
jrn
/
git
/
75940a001acb0c09abea8ac71ed1568ab125c795
/
git-svn.perl
f304591
git-svn: use path accessor for Git::SVN objects
by Eric Wong
· 12 years ago
9d305e5
Merge branch 'ms/git-svn-1.7'
by Junio C Hamano
· 13 years ago
e48fb75
git svn: handle errors and concurrent commits in dcommit
by Robert Luberda
· 13 years ago
5eaa1fd
git-svn: remove ad-hoc canonicalizations
by Michael G. Schwern
· 13 years ago
d2fd119
git-svn: introduce add_path_to_url function
by Michael G. Schwern
· 13 years ago
8266fc8
git-svn: canonicalize earlier
by Michael G. Schwern
· 13 years ago
9c27a57
git-svn: replace URL escapes with canonicalization
by Michael G. Schwern
· 13 years ago
ca475a6
git-svn: add join_paths() to safely concatenate paths
by Michael G. Schwern
· 13 years ago
91e6e0c
git-svn: move canonicalization to Git::SVN::Utils
by Michael G. Schwern
· 13 years ago
b1ea6c3
use Git::SVN{,::RA}->url accessor globally
by Michael G. Schwern
· 13 years ago
6a8d999
use Git::SVN->path accessor globally
by Michael G. Schwern
· 13 years ago
3d9be15
Extract Git::SVN::GlobSpec from git-svn.
by Michael G. Schwern
· 13 years ago
10c2aa5
Move Git::IndexInfo into its own file.
by Michael G. Schwern
· 13 years ago
e96cdba
Load all the modules in one place and before running code.
by Michael G. Schwern
· 13 years ago
b772cb9
Extract Git::SVN::Migration from git-svn.
by Michael G. Schwern
· 13 years ago
b0e7525
Prepare Git::SVN::Migration for extraction from git-svn.
by Michael G. Schwern
· 13 years ago
b74fda1
Extract Git::SVN::Log from git-svn.
by Michael G. Schwern
· 13 years ago
2c96a6c
Prepare Git::SVN::Log for extraction from git-svn.
by Michael G. Schwern
· 13 years ago
5c71028
Move initialization of Git::SVN variables into Git::SVN.
by Michael G. Schwern
· 13 years ago
29499c0
Extract Git::SVN from git-svn into its own .pm file.
by Michael G. Schwern
· 13 years ago
0f80aa0
Prepare Git::SVN for extraction into its own file.
by Michael G. Schwern
· 13 years ago
c2768fa
Extract some utilities from git-svn to allow extracting Git::SVN.
by Michael G. Schwern
· 13 years ago
e3bd4dd
git-svn: don't create master if another head exists
by Marcin Owsiany
· 13 years ago
68f532f
git-svn: use YAML format for mergeinfo cache when possible
by Jonathan Nieder
· 13 years ago
9f7ad14
git-svn: make Git::SVN::RA a separate file
by Jonathan Nieder
· 13 years ago
8f9facf
git-svn: make Git::SVN::Editor a separate file
by Jonathan Nieder
· 13 years ago
7c0382b
Merge branch 'jc/svn-auth-providers-unusable-at-1.6.12'
by Junio C Hamano
· 13 years ago
c26ddce
git-svn: platform auth providers are working only on 1.6.15 or newer
by Junio C Hamano
· 13 years ago
a618032
git-svn: make Git::SVN::Fetcher a separate file
by Jonathan Nieder
· 13 years ago
72827aa
git-svn: rename SVN::Git::* packages to Git::SVN::*
by Jonathan Nieder
· 13 years ago
c102f4c
git-svn: move Git::SVN::Prompt into its own file
by Jonathan Nieder
· 13 years ago
b64e1f5
git-svn: support rebase --preserve-merges
by Avishay Lavie
· 13 years ago
d73f640
Merge branch 'master' of git://git.bogomips.org/git-svn
by Junio C Hamano
· 13 years ago
e834fa0
Merge branch 'jk/maint-gitweb-test-use-sane-perl'
by Junio C Hamano
· 13 years ago
f760c90
git-svn: introduce SVN version comparison function
by Junio C Hamano
· 13 years ago
0754e08
Consistently use perl from /usr/bin/ for scripts
by Zbigniew Jędrzejewski-Szmek
· 13 years ago
082afee
git-svn: use platform specific auth providers
by Matthijs Kooijman
· 13 years ago
8c3a534
git-svn: drop redundant blocking of SIGPIPE
by Roman Kagan
· 13 years ago
6ade9bd
git-svn: ignore SIGPIPE
by Roman Kagan
· 13 years ago
037a98c
git-svn: use POSIX::sigprocmask to block signals
by Roman Kagan
· 13 years ago
379862e
git-svn.perl: fix a false-positive in the "already exists" test
by Steven Walter
· 13 years ago
5ec514b
git-svn.perl: perform deletions before anything else
by Steven Walter
· 13 years ago
6aa17fc
git-svn: Fix time zone in --localtime
by Wei-Yin Chen (陳威尹)
· 13 years ago
83cf21f
git-svn: un-break "git svn rebase" when log.abbrevCommit=true
by Ævar Arnfjörð Bjarmason
· 13 years ago
b380e3a
git-svn: remove redundant porcelain option to rev-list
by Ævar Arnfjörð Bjarmason
· 13 years ago
93ccbba
git-svn.perl: close the edit for propedits even with no mods
by Steven Walter
· 13 years ago
0e7e30f
svn: Quote repository root in regex match
by Ted Percival
· 13 years ago
578183b
Merge branch 'pt/mingw-misc-fixes'
by Junio C Hamano
· 13 years ago
cdb51a1
git-svn: Allow certain refs to be ignored
by Michael Olson
· 13 years ago
afd7f1e
git svn dcommit: new option --interactive.
by Frédéric Heitzmann
· 13 years ago
184892f
git-svn: On MSYS, escape and quote SVN_SSH also if set by the user
by Sebastian Schuberth
· 13 years ago
87182b1
use -h for synopsis and --help for manpage consistently
by Clemens Buchacher
· 13 years ago
1e5814f
git-svn: teach git-svn to populate svn:mergeinfo
by Bryan Jacobs
· 14 years ago
98c4ab3
git-svn: Teach dcommit --mergeinfo to handle multiple lines
by Bryan Jacobs
· 14 years ago
85f022e
git-svn: fix fetch with moved path when using rewriteRoot
by Eric Wong
· 14 years ago
40a1530
git-svn: New flag to emulate empty directories
by Ray Chen
· 14 years ago
124b70a
git-svn: Correctly handle root commits in mergeinfo ranges
by Michael Haggerty
· 14 years ago
eabd73a
git-svn: Disambiguate rev-list arguments to improve error message
by Michael Haggerty
· 14 years ago
391b142
Merge branch 'maint'
by Junio C Hamano
· 14 years ago
9963e02
git-svn: Fix git svn log --show-commit
by Michael J Gruber
· 14 years ago
698a9ab
Merge branch 'mh/git-svn-automkdirs'
by Junio C Hamano
· 14 years ago
f5549af
git-svn: Cache results of running the executable "git config"
by James Y Knight
· 14 years ago
12a296b
git-svn: Add a svn-remote.<name>.pushurl config key
by Alejandro R. Sedeño
· 14 years ago
55f9d7a
git-svn: add an option to skip the creation of empty directories
by Michael Haggerty
· 14 years ago
b1b4755
git-log: put space after commit mark
by Michael J Gruber
· 14 years ago
6abd933
git-svn: allow the mergeinfo property to be set
by Steven Walter
· 14 years ago
9b73ce7
Merge branch 'ab/require-perl-5.8'
by Junio C Hamano
· 14 years ago
d48b284
perl: bump the required Perl version to 5.8 from 5.6.[21]
by Ævar Arnfjörð Bjarmason
· 14 years ago
8565a56
git-svn: fix processing of decorated commit hashes
by Mathias Lafeldt
· 14 years ago
a3c7505
git-svn: check_cherry_pick should exclude commits already in our history
by Steven Walter
· 15 years ago
3235b70
git-svn: fix fetch with deleted tag
by David D. Kilzer
· 15 years ago
54fb7f9
git-svn: fix regex to remove "tail" from svn tags
by David D. Kilzer
· 15 years ago
46cb16f
git svn: URL-decode left-hand side of svn refspec
by Steven Walter
· 15 years ago
181264a
git svn: fix dcommit to work with touched files
by David D. Kilzer
· 15 years ago
3713e22
git svn: add an option to recode pathnames
by Dmitry Statyvka
· 15 years ago
8ac3a66
git-svn: write memoized data explicitly to avoid Storable bug
by Sergey Vlasov
· 15 years ago
b1a954a
git svn: avoid unnecessary '/' in paths for SVN
by Eric Wong
· 15 years ago
b4b3360
git-svn: strip off leading slashes on --trunk argument
by Jonathan Nieder
· 15 years ago
7c42e39
git svn: fix empty directory creation
by Michael J. Kiwala
· 15 years ago
73d4195
git-svn: mangle refnames forbidden in git
by Torsten Schmutzler
· 15 years ago
1174768
git-svn: Remove unused use of File::Temp
by Ævar Arnfjörð Bjarmason
· 15 years ago
70ee0b7
git svn: avoid uninitialized var in 'reset'
by Jonathan Nieder
· 15 years ago
2e5b98d
Merge branch 'fl/askpass'
by Junio C Hamano
· 15 years ago
bf60fff
git-svn: Fix merge detecting with rewrite-root
by Tuomas Suutari
· 15 years ago
b077924
git-svn: make git svn --version work again
by Michael J Gruber
· 15 years ago
942c9aa
Revert "git-svn: always initialize with core.autocrlf=false"
by Erik Faye-Lund
· 15 years ago
b91a8a3
git-svn: req_svn when needed
by Michael J Gruber
· 15 years ago
56a853b
git-svn: Support retrieving passwords with GIT_ASKPASS
by Frank Li
· 15 years ago
52ebb06
Merge branch 'jn/maint-fix-pager'
by Junio C Hamano
· 15 years ago
d32fad2
git svn: delay importing SVN::Base until it is needed
by josh robb
· 15 years ago
6a2009e
git-svn: Fix discarding of extra parents from svn:mergeinfo
by Tuomas Suutari
· 15 years ago
190c1cd
git svn: Fix launching of pager
by Jonathan Nieder
· 15 years ago
8bff7c5
git-svn: persistent memoization
by Andrew Myrick
· 15 years ago
a004fb9
If deriving SVN_SSH from GIT_SSH on msys, also add quotes
by Sebastian Schuberth
· 15 years ago
0757620
git-svn: allow subset of branches/tags to be specified in glob spec
by Jay Soffian
· 15 years ago
3e18ce1
git-svn: allow UUID to be manually remapped via rewriteUUID
by Jay Soffian
· 15 years ago
6594f0b
git-svn: add --username/commit-url options for branch/tag
by Igor Mironov
· 15 years ago
99bacd6
git-svn: respect commiturl option for branch/tag
by Igor Mironov
· 15 years ago
a83b91e
git-svn: fix mismatched src/dst errors for branch/tag
by Igor Mironov
· 15 years ago
41c0169
git-svn: handle merge-base failures
by Andrew Myrick
· 15 years ago
Next »