Sign in
googlers
/
jrn
/
git
/
8d79589ad61132e038dd7312ab018c6d6518ead7
/
git-svn.perl
c0071ae
git-svn: allow --version to work anywhere
by Eric Wong
· 9 years ago
19e9542
git-svn: clone: Fail on missing url argument
by Christopher Layne
· 9 years ago
b557165
git-svn: fix URL canonicalization during init w/ SVN 1.7+
by Eric Wong
· 9 years ago
f7c6de0
git-svn: parse authors file more leniently
by Michael J Gruber
· 9 years ago
47092c1
git-svn: lazy load some modules
by Eric Wong
· 10 years ago
a94655d
git-svn: make it play nicely with submodules
by Ramkumar Ramachandra
· 10 years ago
83c9433
git-svn: support for git-svn propset
by Alfred Perlstein
· 10 years ago
30d45f7
git-svn: delay term initialization
by Eric Wong
· 10 years ago
a831a3f
git svn: find-rev allows short switches for near matches
by Eric Wong
· 10 years ago
4950eed
git svn: info: correctly handle absolute path args
by Eric Wong
· 11 years ago
785a1c8
git-svn: branch: avoid systematic prompt for cert/pass
by Monard Vong
· 11 years ago
fe191fc
Git 2.0: git svn: Set default --prefix='origin/' if --prefix is not given
by Johan Herland
· 11 years ago
f849bb6
git-svn: Warn about changing default for --prefix in Git v2.0
by Johan Herland
· 11 years ago
60786bd
git-svn: fix signed commit parsing
by Nicolas Vigier
· 11 years ago
eac9a1a
Merge branch 'vl/typofix'
by Junio C Hamano
· 12 years ago
f7e604e
random typofixes (committed missing a 't', successful missing an 's')
by Veres Lajos
· 12 years ago
9926f66
Fix `git svn` `rebase` & `dcommit` if top-level HEAD directory exist
by Slava Kardakov
· 12 years ago
f4f4c7f
git-svn: introduce --parents parameter for commands branch and tag
by Tobias Schulte
· 12 years ago
a7b1023
git-svn: added an --include-path flag
by Paul Walmsley
· 12 years ago
e234ac9
git-svn: avoid self-referencing mergeinfo
by Michael Contreras
· 12 years ago
0b670ab
git-svn: use a lowercase "usage:" string
by David Aguilar
· 12 years ago
1ca6e58
git-svn: use a lowercase "usage:" string
by David Aguilar
· 12 years ago
bc93ceb
git-svn: Simplify calculation of GIT_DIR
by Barry Wardell
· 12 years ago
2934a48
git-svn: teach find-rev to find near matches
by John Keeping
· 12 years ago
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
· 13 years ago
98c4ab3
git-svn: Teach dcommit --mergeinfo to handle multiple lines
by Bryan Jacobs
· 13 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
· 14 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
Next »