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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-27
vcs-svn: skeleton of an svn delta parser
Jonathan Nieder
2
-0
/
+62
2011-03-27
vcs-svn: make buffer_read_binary API more convenient
Jonathan Nieder
2
-4
/
+4
2011-03-27
vcs-svn: learn to maintain a sliding view of a file
Jonathan Nieder
3
-0
/
+96
2011-03-27
vcs-svn: add missing cast to printf argument
Jonathan Nieder
1
-1
/
+2
2011-03-26
Merge branch 'svn-fe' of git://repo.or.cz/git/jrn
Junio C Hamano
8
-55
/
+39
2011-03-26
vcs-svn: avoid using ls command twice
David Barr
3
-24
/
+6
2011-03-26
vcs-svn: handle log message with embedded NUL
Jonathan Nieder
5
-13
/
+17
2011-03-26
vcs-svn: avoid unnecessary copying of log message and author
Jonathan Nieder
1
-10
/
+10
2011-03-26
vcs-svn: remove buffer_read_string
Jonathan Nieder
3
-20
/
+4
2011-03-26
vcs-svn: make reading of properties binary-safe
Jonathan Nieder
1
-14
/
+10
2011-03-22
Merge branch 'svn-fe' of git://repo.or.cz/git/jrn
Junio C Hamano
8
-172
/
+265
2011-03-22
Merge branch 'db/length-as-hash' into svn-fe
Jonathan Nieder
1
-69
/
+105
2011-03-22
vcs-svn: drop obj_pool
David Barr
1
-61
/
+0
2011-03-22
vcs-svn: drop treap
David Barr
3
-349
/
+0
2011-03-22
vcs-svn: drop string_pool
David Barr
3
-168
/
+0
2011-03-22
vcs-svn: pass paths through to fast-import
David Barr
5
-62
/
+62
2011-03-22
Merge branch 'db/strbufs-for-metadata' into db/svn-fe-code-purge
Jonathan Nieder
4
-48
/
+47
2011-03-22
Merge branch 'db/length-as-hash' (early part) into db/svn-fe-code-purge
Jonathan Nieder
5
-93
/
+161
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
5
-30
/
+43
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
2
-5
/
+37
2011-03-22
vcs-svn: make buffer_copy_bytes return length read
Jonathan Nieder
2
-10
/
+11
2011-03-22
vcs-svn: make buffer_skip_bytes return length read
Jonathan Nieder
3
-8
/
+10
2011-03-22
vcs-svn: improve support for reading large files
Jonathan Nieder
2
-4
/
+4
2011-03-16
vcs-svn: remove spurious semicolons
Jonathan Nieder
2
-2
/
+2
2011-03-07
vcs-svn: use mark from previous import for parent commit
David Barr
1
-1
/
+1
2011-03-07
vcs-svn: handle filenames with dq correctly
Jonathan Nieder
1
-10
/
+9
2011-03-07
vcs-svn: quote paths correctly for ls command
David Barr
3
-1
/
+13
2011-03-07
vcs-svn: eliminate repo_tree structure
Jonathan Nieder
7
-340
/
+184
2011-03-07
vcs-svn: add a comment before each commit
Jonathan Nieder
3
-7
/
+28
2011-03-07
vcs-svn: save marks for imported commits
Jonathan Nieder
1
-0
/
+1
2011-03-07
vcs-svn: use higher mark numbers for blobs
Jonathan Nieder
1
-1
/
+1
2011-03-07
vcs-svn: set up channel to read fast-import cat-blob response
David Barr
3
-0
/
+37
2011-03-07
vcs-svn: allow input errors to be detected promptly
Jonathan Nieder
2
-0
/
+6
2011-03-07
vcs-svn: simplify repo_modify_path and repo_copy
Jonathan Nieder
3
-22
/
+13
2011-03-07
vcs-svn: handle_node: use repo_read_path
Jonathan Nieder
1
-10
/
+23
2011-03-07
vcs-svn: introduce repo_read_path to check the content at a path
Jonathan Nieder
2
-1
/
+12
2011-02-26
Merge commit 'jn/svn-fe' of git://github.com/gitster/git into svn-fe
Jonathan Nieder
4
-84
/
+151
2011-02-26
vcs-svn: teach line_buffer about temporary files
Jonathan Nieder
3
-1
/
+52
2011-02-26
vcs-svn: allow input from file descriptor
Jonathan Nieder
3
-4
/
+14
2011-02-26
vcs-svn: allow character-oriented input
Jonathan Nieder
2
-0
/
+6
2011-02-26
vcs-svn: add binary-safe read function
Jonathan Nieder
2
-0
/
+7
2011-02-26
vcs-svn: teach line_buffer to handle multiple input files
Jonathan Nieder
6
-38
/
+41
2011-02-26
vcs-svn: collect line_buffer data in a struct
Jonathan Nieder
2
-23
/
+33
2011-02-26
vcs-svn: replace buffer_read_string memory pool with a strbuf
Jonathan Nieder
1
-10
/
+6
2011-02-26
vcs-svn: eliminate global byte_buffer
Jonathan Nieder
1
-1
/
+2
2011-01-18
svndump.c: Fix a printf format compiler warning
Ramsay Jones
1
-1
/
+1
[prev]
[next]