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: handle leading/trailing whitespace from svnsync revprops
Eric Wong
2008-01-12
1
-6
/
+12
*
Trim leading / off of paths in git-svn prop_walk
Kevin Ballard
2008-01-09
1
-0
/
+1
*
Merge in GIT 1.5.3.8
Junio C Hamano
2008-01-08
1
-0
/
+4
|
\
|
*
git-svn: clarify the "Ignoring error from SVN" piece
Eric Wong
2008-01-08
1
-0
/
+4
|
*
git-svn: support for funky branch and project names over HTTP(S)
Eric Wong
2008-01-08
1
-2
/
+22
*
|
git-svn: unlink index files that were globbed, too
Eric Wong
2008-01-02
1
-3
/
+6
*
|
git-svn: allow dcommit --no-rebase to commit multiple, dependent changes
Eric Wong
2008-01-02
1
-2
/
+2
*
|
git-svn: avoid warning when run without arguments
Eric Wong
2007-12-19
1
-2
/
+2
*
|
git-svn: workaround a for broken symlinks in SVN
Eric Wong
2007-12-19
1
-3
/
+9
*
|
git-svn: avoid leaving leftover committer/author info in rebase
Eric Wong
2007-12-19
1
-11
/
+39
*
|
git-svn: handle our top-level path being deleted and later re-added
Eric Wong
2007-12-14
1
-0
/
+14
*
|
git-svn: unlink internal index files after operations
Eric Wong
2007-12-13
1
-0
/
+3
*
|
git-svn: expand handling of From: and Signed-off-by:
Andy Whitcroft
2007-12-13
1
-4
/
+13
*
|
Merge branch 'ew/svn-rev-db'
Junio C Hamano
2007-12-13
1
-101
/
+222
|
\
\
|
*
|
git-svn: reinstate old rev_db optimization in new rev_map
Eric Wong
2007-12-11
1
-14
/
+57
|
*
|
git-svn: replace .rev_db with a more space-efficient .rev_map format
Eric Wong
2007-12-11
1
-104
/
+182
*
|
|
git-svn: get color config from --get-colorbool
Jeff King
2007-12-11
1
-33
/
+2
|
/
/
*
|
git-svn: Don't create a "master" branch every time rebase is run
Steven Grimm
2007-12-01
1
-0
/
+2
*
|
git-svn: add a show-externals command.
Vineet Kumar
2007-12-01
1
-0
/
+18
*
|
git-svn: Remove unnecessary Git::SVN::Util package
David D. Kilzer
2007-12-01
1
-14
/
+9
*
|
git-svn: add support for pulling author from From: and Signed-off-by:
Andy Whitcroft
2007-12-01
1
-7
/
+30
*
|
git-svn now reads settings even if called in subdirectory
Gustaf Hendeby
2007-12-01
1
-17
/
+18
*
|
git-svn: allow `info' command to work offline
Eric Wong
2007-11-22
1
-3
/
+23
*
|
git-svn: info --url [path]
David D. Kilzer
2007-11-22
1
-2
/
+7
*
|
git-svn info: implement info command
David D. Kilzer
2007-11-22
1
-0
/
+133
*
|
git-svn: extract reusable code into utility functions
David D. Kilzer
2007-11-22
1
-32
/
+64
*
|
git-svn: Fix a typo and add a comma in an error message in git-svn
David Reiss
2007-11-17
1
-1
/
+1
*
|
git-svn log: handle unreachable revisions like "svn log"
David D Kilzer
2007-11-17
1
-19
/
+44
*
|
git-svn log: include commit log for the smallest revision in a range
David D Kilzer
2007-11-17
1
-3
/
+3
*
|
git-svn log: fix ascending revision ranges
David D Kilzer
2007-11-17
1
-1
/
+1
*
|
git-svn's dcommit must use subversion's config
Konstantin V. Arkhipov
2007-11-17
1
-0
/
+3
*
|
git-svn: support for funky branch and project names over HTTP(S)
Eric Wong
2007-11-12
1
-2
/
+22
*
|
Merge branch 'maint'
Junio C Hamano
2007-11-12
1
-0
/
+3
|
\
|
|
*
git-svn: prevent dcommitting if the index is dirty.
Benoit Sigoure
2007-11-12
1
-0
/
+3
*
|
Merge branch 'maint'
Junio C Hamano
2007-11-06
1
-4
/
+44
|
\
|
|
*
git-svn: fix dcommit clobbering when committing a series of diffs
Eric Wong
2007-11-05
1
-4
/
+44
*
|
git-svn: sort the options in the --help message.
Benoit Sigoure
2007-11-04
1
-1
/
+1
*
|
git-svn: simplify the handling of fatal errors
Benoit Sigoure
2007-10-17
1
-21
/
+21
*
|
git-svn: add git svn proplist
Benoit Sigoure
2007-10-17
1
-1
/
+17
*
|
git-svn: add git svn propget
Benoit Sigoure
2007-10-17
1
-0
/
+57
*
|
git-svn: implement git svn create-ignore
Benoit Sigoure
2007-10-17
1
-0
/
+27
*
|
git-svn: add a generic tree traversal to fetch SVN properties
Benoit Sigoure
2007-10-17
1
-20
/
+45
*
|
git-svn: use "no warnings 'once'" to disable false-positives
Eygene Ryabinkin
2007-10-17
1
-44
/
+43
*
|
git-svn: respect Subversion's [auth] section configuration values
Eygene Ryabinkin
2007-10-16
1
-0
/
+23
*
|
Don't checkout the full tree if avoidable
Steven Walter
2007-10-04
1
-16
/
+48
*
|
Merge branch 'maint'
Junio C Hamano
2007-09-24
1
-1
/
+1
|
\
|
|
*
git-svn: don't attempt to spawn pager if we don't want one
Eric Wong
2007-09-24
1
-1
/
+1
*
|
Merge branch 'lh/svn-first-parent'
Junio C Hamano
2007-09-15
1
-4
/
+6
|
\
\
|
|
/
|
/
|
|
*
git-svn: always use --first-parent
Lars Hjemli
2007-09-07
1
-12
/
+5
|
*
git-svn: add support for --first-parent
Lars Hjemli
2007-09-06
1
-4
/
+13
[next]