index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
perl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
git svn: work around SVN 1.7 mishandling of svn:special changes
Jonathan Nieder
2012-10-10
1
-1
/
+24
*
git-svn: keep leading slash when canonicalizing paths (fallback case)
Jonathan Nieder
2012-10-06
1
-1
/
+0
*
Git::SVN: rename private path field
Jonathan Nieder
2012-10-06
1
-2
/
+2
*
git-svn: use path accessor for Git::SVN objects
Eric Wong
2012-10-06
1
-1
/
+1
*
Make git-svn branch patterns match complete URL
Ammon Riley
2012-10-06
1
-1
/
+3
*
git-svn.perl: keep processing all commits in parents_exclude
Steven Walter
2012-10-06
1
-1
/
+0
*
git-svn.perl: consider all ranges for a given merge, instead of only tip-by-tip
Steven Walter
2012-10-06
1
-5
/
+3
*
Merge branch 'ms/git-svn-1.7'
Junio C Hamano
2012-08-22
5
-109
/
+341
|
\
|
*
git-svn: remove ad-hoc canonicalizations
Michael G. Schwern
2012-08-02
1
-1
/
+0
|
*
git-svn: canonicalize newly-minted URLs
Michael G. Schwern
2012-08-02
2
-6
/
+22
|
*
git-svn: introduce add_path_to_url function
Michael G. Schwern
2012-08-02
3
-22
/
+46
|
*
git-svn: canonicalize earlier
Michael G. Schwern
2012-08-02
1
-2
/
+2
|
*
git-svn: replace URL escapes with canonicalization
Michael G. Schwern
2012-08-02
2
-23
/
+6
|
*
git-svn: attempt to mimic SVN 1.7 URL canonicalization
Michael G. Schwern
2012-08-02
2
-4
/
+19
|
*
Git::SVN{,::Ra}: canonicalize earlier
Michael G. Schwern
2012-08-02
2
-3
/
+9
|
*
git-svn: path canonicalization uses SVN API
Michael G. Schwern
2012-08-02
1
-0
/
+24
|
*
Git::SVN::Utils: remove irrelevant comment
Michael G. Schwern
2012-08-02
1
-2
/
+0
|
*
git-svn: add join_paths() to safely concatenate paths
Michael G. Schwern
2012-08-02
2
-4
/
+38
|
*
git-svn: factor out _collapse_dotdot function
Michael G. Schwern
2012-08-02
1
-1
/
+13
|
*
git-svn: use SVN 1.7 to canonicalize when possible
Michael G. Schwern
2012-08-02
1
-0
/
+16
|
*
git-svn: move canonicalization to Git::SVN::Utils
Michael G. Schwern
2012-08-02
1
-1
/
+51
|
*
use Git::SVN{,::RA}->url accessor globally
Michael G. Schwern
2012-08-02
2
-8
/
+9
|
*
use Git::SVN->path accessor globally
Michael G. Schwern
2012-08-02
3
-6
/
+6
|
*
Git::SVN::Ra: use accessor for URLs
Michael G. Schwern
2012-08-02
1
-11
/
+27
|
*
Git::SVN: use accessor for URLs internally
Michael G. Schwern
2012-08-02
1
-14
/
+28
|
*
Git::SVN: use accessors internally for path
Michael G. Schwern
2012-08-02
1
-31
/
+55
*
|
git svn: reset invalidates the memoized mergeinfo caches
Peter Baumann
2012-08-10
1
-2
/
+25
|
/
*
Extract Git::SVN::GlobSpec from git-svn.
Michael G. Schwern
2012-07-28
3
-0
/
+62
*
Move Git::IndexInfo into its own file.
Michael G. Schwern
2012-07-28
3
-0
/
+35
*
Extract Git::SVN::Migration from git-svn.
Michael G. Schwern
2012-07-28
2
-0
/
+259
*
Extract Git::SVN::Log from git-svn.
Michael G. Schwern
2012-07-28
2
-0
/
+396
*
Move initialization of Git::SVN variables into Git::SVN.
Michael G. Schwern
2012-07-28
1
-2
/
+7
*
Extract Git::SVN from git-svn into its own .pm file.
Michael G. Schwern
2012-07-28
2
-0
/
+2320
*
Extract some utilities from git-svn to allow extracting Git::SVN.
Michael G. Schwern
2012-07-28
2
-0
/
+60
*
perl: detect new files in MakeMaker builds
Junio C Hamano
2012-07-28
2
-0
/
+4
*
The Makefile.PL will now find .pm files itself.
Michael G. Schwern
2012-07-28
1
-13
/
+16
*
Don't lose Error.pm if $@ gets clobbered.
Michael G. Schwern
2012-07-28
1
-2
/
+1
*
Quiet warning if Makefile.PL is run with -w and no --localedir
Michael G. Schwern
2012-07-28
1
-1
/
+2
*
perl/Makefile: Fix a missing double-quote
Johannes Sixt
2012-06-29
1
-1
/
+1
*
perl/Makefile: move "mkdir -p" to module installation loop for maintainability
Jonathan Nieder
2012-06-16
1
-2
/
+14
*
perl/Makefile: install Git::SVN::* when NO_PERL_MAKEMAKER=yes, too
Jonathan Nieder
2012-06-15
1
-7
/
+24
*
perl/Makefile.PL: warn about duplicate module list in perl/Makefile
Jonathan Nieder
2012-06-15
1
-0
/
+4
*
git-svn: use YAML format for mergeinfo cache when possible
Jonathan Nieder
2012-06-10
2
-0
/
+94
*
git-svn: make Git::SVN::RA a separate file
Jonathan Nieder
2012-06-10
2
-0
/
+659
*
git-svn: make Git::SVN::Editor a separate file
Jonathan Nieder
2012-06-10
3
-1
/
+539
*
git-svn: make Git::SVN::Fetcher a separate file
Jonathan Nieder
2012-05-29
2
-0
/
+603
*
git-svn: move Git::SVN::Prompt into its own file
Jonathan Nieder
2012-05-29
2
-0
/
+203
*
correct spelling: an URL -> a URL
Jim Meyering
2012-03-28
1
-1
/
+1
*
perl/Makefile: install Git::I18N under NO_PERL_MAKEMAKER
Ævar Arnfjörð Bjarmason
2012-03-16
1
-2
/
+5
*
Git::I18N: compatibility with perl <5.8.3
Ævar Arnfjörð Bjarmason
2012-03-10
1
-1
/
+10
[next]