index
:
git
main
maint
master
next
seen
todo
Git: sistema de control de versiones
mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vcs-svn
/
fast_export.c
Age
Commit message (
Expand
)
Author
2020-08-13
drop vcs-svn experiment
Jeff King
2018-05-06
Convert remaining die*(BUG) messages
Johannes Schindelin
2017-08-27
Merge branch 'jn/vcs-svn-cleanup'
Junio C Hamano
2017-08-23
vcs-svn: move remaining repo_tree functions to fast_export.h
Jonathan Nieder
2017-08-23
vcs-svn: remove custom mode constants
Jonathan Nieder
2017-04-27
timestamp_t: a new data type for timestamps
Johannes Schindelin
2017-04-24
PRItime: introduce a new "printf format" for timestamps
Johannes Schindelin
2016-09-14
vcs-svn/fast_export: fix timestamp fmt specifiers
Mike Ralphson
2013-12-05
strbuf: introduce starts_with() and ends_with()
Christian Couder
2012-10-07
remote-svn: add incremental import
Florian Achleitner
2012-10-07
Create a note for every imported commit containing svn metadata
Florian Achleitner
2012-10-07
vcs-svn: add fast_export_note to create notes
Dmitry Ivankov
2012-10-07
remote-svn, vcs-svn: Enable fetching to private refs
Florian Achleitner
2012-07-06
vcs-svn: suppress signed/unsigned comparison warnings
David Barr
2012-07-06
vcs-svn: use strstr instead of memmem
David Barr
2012-07-06
vcs-svn: drop no-op reset methods
David Barr
2012-02-02
vcs-svn: allow import of > 4GiB files
Jonathan Nieder
2011-06-23
vcs-svn: reset first_commit_done in fast_export_init
Dmitry Ivankov
2011-06-21
vcs-svn: do not initialize report_buffer twice
Dmitry Ivankov
2011-06-15
vcs-svn: avoid hangs from corrupt deltas
Jonathan Nieder
2011-06-15
vcs-svn: guard against overflow when computing preimage length
Jonathan Nieder
2011-06-15
Merge branch 'db/delta-applier' into db/text-delta
Jonathan Nieder
2011-05-26
vcs-svn: implement text-delta handling
David Barr
2011-05-26
Merge branch 'db/svn-fe-code-purge' into svn-fe
Jonathan Nieder
2011-05-26
Merge branch 'db/vcs-svn-incremental' into svn-fe
Jonathan Nieder
2011-03-27
vcs-svn: add missing cast to printf argument
Jonathan Nieder
2011-03-26
vcs-svn: handle log message with embedded NUL
Jonathan Nieder
2011-03-22
vcs-svn: pass paths through to fast-import
David Barr
2011-03-22
Merge branch 'db/strbufs-for-metadata' into db/svn-fe-code-purge
Jonathan Nieder
2011-03-22
Merge branch 'db/length-as-hash' (early part) into db/svn-fe-code-purge
Jonathan Nieder
2011-03-22
vcs-svn: use strbuf for author, UUID, and URL
David Barr
2011-03-22
vcs-svn: improve reporting of input errors
Jonathan Nieder
2011-03-07
vcs-svn: use mark from previous import for parent commit
David Barr
2011-03-07
vcs-svn: handle filenames with dq correctly
Jonathan Nieder
2011-03-07
vcs-svn: quote paths correctly for ls command
David Barr
2011-03-07
vcs-svn: eliminate repo_tree structure
Jonathan Nieder
2011-03-07
vcs-svn: add a comment before each commit
Jonathan Nieder
2011-03-07
vcs-svn: save marks for imported commits
Jonathan Nieder
2011-03-07
vcs-svn: set up channel to read fast-import cat-blob response
David Barr
2011-02-26
vcs-svn: teach line_buffer to handle multiple input files
Jonathan Nieder
2010-09-12
vcs-svn: Fix some printf format compiler warnings
Ramsay Jones
2010-08-15
vcs-svn: Avoid %z in format string
Jonathan Nieder
2010-08-15
Infrastructure to write revisions in fast-export format
David Barr