index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vcs-svn
/
svndump.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-07
remote-svn: add incremental import
Florian Achleitner
1
-5
/
+5
2012-10-07
Create a note for every imported commit containing svn metadata
Florian Achleitner
1
-2
/
+19
2012-10-07
remote-svn, vcs-svn: Enable fetching to private refs
Florian Achleitner
1
-6
/
+6
2012-10-07
Add svndump_init_fd to allow reading dumps from arbitrary FDs
Florian Achleitner
1
-4
/
+18
2012-07-13
Merge branch 'jn/vcs-svn'
Junio C Hamano
1
-18
/
+19
2012-07-05
vcs-svn: allow 64-bit Prop-Content-Length
Jonathan Nieder
1
-15
/
+18
2012-07-05
vcs-svn: use constcmp instead of prefixcmp
David Barr
1
-1
/
+1
2012-07-05
vcs-svn: drop no-op reset methods
David Barr
1
-2
/
+0
2012-04-30
remove superfluous newlines in error messages
Pete Wyckoff
1
-2
/
+2
2012-02-02
vcs-svn: allow import of > 4GiB files
Jonathan Nieder
1
-6
/
+15
2012-02-02
vcs-svn: allow import of > 4GiB files
Jonathan Nieder
1
-6
/
+15
2012-01-27
Merge branch 'svn-fe' of git://repo.or.cz/git/jrn into jn/svn-fe
Junio C Hamano
1
-36
/
+81
2011-05-26
vcs-svn: implement text-delta handling
David Barr
1
-4
/
+9
2011-05-26
Merge branch 'db/svn-fe-code-purge' into svn-fe
Jonathan Nieder
1
-14
/
+18
2011-05-26
Merge branch 'db/vcs-svn-incremental' into svn-fe
Jonathan Nieder
1
-25
/
+61
2011-04-22
sparse: Fix some "symbol not declared" warnings
Ramsay Jones
1
-0
/
+1
2011-03-29
vcs-svn: a void function shouldn't try to return something
Michael Witten
1
-1
/
+2
2011-03-26
vcs-svn: avoid using ls command twice
David Barr
1
-2
/
+1
2011-03-26
vcs-svn: handle log message with embedded NUL
Jonathan Nieder
1
-1
/
+1
2011-03-26
vcs-svn: avoid unnecessary copying of log message and author
Jonathan Nieder
1
-10
/
+10
2011-03-26
vcs-svn: make reading of properties binary-safe
Jonathan Nieder
1
-14
/
+10
2011-03-22
Merge branch 'db/length-as-hash' into svn-fe
Jonathan Nieder
1
-69
/
+105
2011-03-22
vcs-svn: pass paths through to fast-import
David Barr
1
-15
/
+19
2011-03-22
Merge branch 'db/strbufs-for-metadata' into db/svn-fe-code-purge
Jonathan Nieder
1
-37
/
+34
2011-03-22
Merge branch 'db/length-as-hash' (early part) into db/svn-fe-code-purge
Jonathan Nieder
1
-73
/
+129
2011-03-22
vcs-svn: use strchr to find RFC822 delimiter
David Barr
1
-2
/
+5
2011-03-22
vcs-svn: implement perfect hash for top-level keys
David Barr
1
-50
/
+59
2011-03-22
vcs-svn: implement perfect hash for node-prop keys
David Barr
1
-19
/
+43
2011-03-22
vcs-svn: use strbuf for author, UUID, and URL
David Barr
1
-17
/
+28
2011-03-22
vcs-svn: use strbuf for revision log
David Barr
1
-20
/
+8
2011-03-22
vcs-svn: improve reporting of input errors
Jonathan Nieder
1
-3
/
+26
2011-03-07
vcs-svn: eliminate repo_tree structure
Jonathan Nieder
1
-17
/
+36
2011-03-07
vcs-svn: add a comment before each commit
Jonathan Nieder
1
-7
/
+22
2011-03-07
vcs-svn: set up channel to read fast-import cat-blob response
David Barr
1
-0
/
+5
2011-03-07
vcs-svn: simplify repo_modify_path and repo_copy
Jonathan Nieder
1
-3
/
+1
2011-03-07
vcs-svn: handle_node: use repo_read_path
Jonathan Nieder
1
-10
/
+23
2011-02-26
Merge commit 'jn/svn-fe' of git://github.com/gitster/git into svn-fe
Jonathan Nieder
1
-67
/
+142
2011-02-26
vcs-svn: teach line_buffer to handle multiple input files
Jonathan Nieder
1
-13
/
+16
2011-01-18
svndump.c: Fix a printf format compiler warning
Ramsay Jones
1
-1
/
+1
2010-12-07
vcs-svn: Allow change nodes for root of tree (/)
Jonathan Nieder
1
-1
/
+4
2010-11-24
vcs-svn: Implement Prop-delta handling
David Barr
1
-10
/
+44
2010-11-24
vcs-svn: Sharpen parsing of property lines
Jonathan Nieder
1
-11
/
+19
2010-11-24
vcs-svn: Split off function for handling of individual properties
Jonathan Nieder
1
-14
/
+19
2010-11-24
vcs-svn: Make source easier to read on small screens
Jonathan Nieder
1
-8
/
+0
2010-11-24
vcs-svn: More dump format sanity checks
Jonathan Nieder
1
-4
/
+14
2010-11-24
vcs-svn: Reject path nodes without Node-action
Jonathan Nieder
1
-2
/
+5
2010-11-24
vcs-svn: Delay read of per-path properties
Jonathan Nieder
1
-22
/
+18
2010-11-24
vcs-svn: Combine repo_replace and repo_modify functions
Jonathan Nieder
1
-4
/
+4
2010-11-24
vcs-svn: Replace = Delete + Add
Jonathan Nieder
1
-6
/
+7
2010-11-24
vcs-svn: handle_node: Handle deletion case early
Jonathan Nieder
1
-3
/
+8
[next]