index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vcs-svn
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert remaining die*(BUG) messages
Johannes Schindelin
2018-05-06
1
-2
/
+4
*
vcs-svn: release strbuf after use in end_revision()
Rene Scharfe
2017-09-07
1
-0
/
+1
*
Merge branch 'jn/vcs-svn-cleanup'
Junio C Hamano
2017-08-27
5
-85
/
+56
|
\
|
*
vcs-svn: move remaining repo_tree functions to fast_export.h
Jonathan Nieder
2017-08-23
5
-54
/
+39
|
*
vcs-svn: remove repo_delete wrapper function
Jonathan Nieder
2017-08-23
3
-8
/
+2
|
*
vcs-svn: remove custom mode constants
Jonathan Nieder
2017-08-23
4
-21
/
+16
|
*
vcs-svn: remove more unused prototypes and declarations
Jonathan Nieder
2017-08-23
1
-3
/
+0
*
|
Merge branch 'bc/vcs-svn-cleanup'
Junio C Hamano
2017-08-27
3
-17
/
+10
|
\
|
|
*
vcs-svn: rename repo functions to "svn_repo"
brian m. carlson
2017-08-21
3
-10
/
+10
|
*
vcs-svn: remove unused prototypes
brian m. carlson
2017-08-21
1
-7
/
+0
|
*
Merge branch 'mr/vcs-svn-printf-ulong' into maint
Junio C Hamano
2016-09-30
1
-2
/
+2
|
|
\
*
|
|
timestamp_t: a new data type for timestamps
Johannes Schindelin
2017-04-27
3
-5
/
+5
*
|
|
PRItime: introduce a new "printf format" for timestamps
Johannes Schindelin
2017-04-24
1
-2
/
+2
*
|
|
Merge branch 'mr/vcs-svn-printf-ulong'
Junio C Hamano
2016-09-22
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
vcs-svn/fast_export: fix timestamp fmt specifiers
Mike Ralphson
2016-09-14
1
-2
/
+2
*
|
vcs-svn: use error_errno()
Nguyễn Thái Ngọc Duy
2016-05-09
4
-7
/
+7
|
/
*
strbuf: introduce starts_with() and ends_with()
Christian Couder
2013-12-05
1
-10
/
+1
*
remote-svn: add incremental import
Florian Achleitner
2012-10-07
4
-11
/
+17
*
Create a note for every imported commit containing svn metadata
Florian Achleitner
2012-10-07
3
-4
/
+33
*
vcs-svn: add fast_export_note to create notes
Dmitry Ivankov
2012-10-07
2
-0
/
+14
*
remote-svn, vcs-svn: Enable fetching to private refs
Florian Achleitner
2012-10-07
4
-10
/
+10
*
Add svndump_init_fd to allow reading dumps from arbitrary FDs
Florian Achleitner
2012-10-07
2
-4
/
+19
*
Merge branch 'jn/vcs-svn'
Junio C Hamano
2012-07-14
7
-40
/
+31
|
\
|
*
vcs-svn: allow 64-bit Prop-Content-Length
Jonathan Nieder
2012-07-06
1
-15
/
+18
|
*
vcs-svn: suppress a signed/unsigned comparison warning
Jonathan Nieder
2012-07-06
1
-2
/
+3
|
*
vcs-svn: suppress a signed/unsigned comparison warning
David Barr
2012-07-06
1
-1
/
+1
|
*
vcs-svn: suppress signed/unsigned comparison warnings
David Barr
2012-07-06
1
-2
/
+2
|
*
vcs-svn: use strstr instead of memmem
David Barr
2012-07-06
1
-1
/
+1
|
*
vcs-svn: use constcmp instead of prefixcmp
David Barr
2012-07-06
1
-1
/
+1
|
*
vcs-svn: simplify cleanup in apply_one_window
David Barr
2012-07-06
1
-4
/
+4
|
*
vcs-svn: avoid self-assignment in dummy initialization of pre_off
David Barr
2012-07-06
1
-1
/
+1
|
*
vcs-svn: drop no-op reset methods
David Barr
2012-07-06
5
-13
/
+0
|
*
vcs-svn: suppress -Wtype-limits warning
Jonathan Nieder
2012-02-02
1
-3
/
+3
|
*
vcs-svn: allow import of > 4GiB files
Jonathan Nieder
2012-02-02
3
-14
/
+26
|
*
vcs-svn: rename check_overflow and its arguments for clarity
Ramsay Jones
2012-02-02
1
-7
/
+7
*
|
remove superfluous newlines in error messages
Pete Wyckoff
2012-05-01
1
-2
/
+2
*
|
vcs-svn: suppress a -Wtype-limits warning
Jonathan Nieder
2012-02-02
1
-3
/
+3
*
|
vcs-svn: allow import of > 4GiB files
Jonathan Nieder
2012-02-02
3
-14
/
+26
*
|
vcs-svn: rename check_overflow arguments for clarity
Ramsay Jones
2012-02-02
1
-7
/
+7
|
/
*
vcs-svn/svndiff.c: squelch false "unused" warning from gcc
Junio C Hamano
2012-01-27
1
-1
/
+1
*
Merge branch 'svn-fe' of git://repo.or.cz/git/jrn into jn/svn-fe
Junio C Hamano
2012-01-27
18
-938
/
+789
|
\
|
*
vcs-svn: reset first_commit_done in fast_export_init
Dmitry Ivankov
2011-06-23
1
-0
/
+1
|
*
vcs-svn: do not initialize report_buffer twice
Dmitry Ivankov
2011-06-21
1
-12
/
+0
|
*
vcs-svn: avoid hangs from corrupt deltas
Jonathan Nieder
2011-06-15
1
-6
/
+9
|
*
vcs-svn: guard against overflow when computing preimage length
Jonathan Nieder
2011-06-15
1
-1
/
+14
|
*
Merge branch 'db/delta-applier' into db/text-delta
Jonathan Nieder
2011-06-15
3
-2
/
+5
|
|
\
|
|
*
vcs-svn: cap number of bytes read from sliding view
Jonathan Nieder
2011-06-15
2
-1
/
+4
|
*
|
vcs-svn: implement text-delta handling
David Barr
2011-05-26
3
-5
/
+120
|
*
|
Merge branch 'db/delta-applier' into db/text-delta
Jonathan Nieder
2011-05-26
7
-4
/
+418
|
|
\
|
|
|
*
vcs-svn: let deltas use data from preimage
Jonathan Nieder
2011-03-28
1
-5
/
+23
[next]