aboutsummaryrefslogtreecommitdiff
path: root/vcs-svn
Commit message (Expand)AuthorAge
...
| | * | vcs-svn: drop string_poolDavid Barr2011-03-22
| | * | vcs-svn: pass paths through to fast-importDavid Barr2011-03-22
| | * | Merge branch 'db/strbufs-for-metadata' into db/svn-fe-code-purgeJonathan Nieder2011-03-22
| | |\ \
| | * \ \ Merge branch 'db/length-as-hash' (early part) into db/svn-fe-code-purgeJonathan Nieder2011-03-22
| | |\ \ \
| * | \ \ \ Merge branch 'db/vcs-svn-incremental' into svn-feJonathan Nieder2011-05-26
| |\ \ \ \ \
| | * | | | | vcs-svn: avoid using ls command twiceDavid Barr2011-03-26
| | |/ / / /
| | * | | | vcs-svn: use mark from previous import for parent commitDavid Barr2011-03-07
| | * | | | vcs-svn: handle filenames with dq correctlyJonathan Nieder2011-03-07
| | * | | | vcs-svn: quote paths correctly for ls commandDavid Barr2011-03-07
| | * | | | vcs-svn: eliminate repo_tree structureJonathan Nieder2011-03-07
| | * | | | vcs-svn: add a comment before each commitJonathan Nieder2011-03-07
| | * | | | vcs-svn: save marks for imported commitsJonathan Nieder2011-03-07
| | * | | | vcs-svn: use higher mark numbers for blobsJonathan Nieder2011-03-07
| | * | | | vcs-svn: set up channel to read fast-import cat-blob responseDavid Barr2011-03-07
* | | | | | Fix a bitwise negation assignment issue spotted by Sun StudioÆvar Arnfjörð Bjarmason2011-12-21
* | | | | | Merge branch 'rj/sparse'Junio C Hamano2011-04-27
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | sparse: Fix some "symbol not declared" warningsRamsay Jones2011-04-22
* | | | | | remove doubled words, e.g., s/to to/to/, and fix related typosJim Meyering2011-04-13
|/ / / / /
* | | | | Merge branch 'svn-fe' of git://repo.or.cz/git/jrnJunio C Hamano2011-03-30
|\ \ \ \ \
| * | | | | vcs-svn: a void function shouldn't try to return somethingMichael Witten2011-03-29
| | |_|_|/ | |/| | |
| * | | | vcs-svn: add missing cast to printf argumentJonathan Nieder2011-03-27
* | | | | vcs-svn: add missing cast to printf argumentJonathan Nieder2011-03-28
* | | | | Merge branch 'svn-fe' of git://repo.or.cz/git/jrnJunio C Hamano2011-03-26
|\ \ \ \ \ | |/ / / /
| * | | | vcs-svn: handle log message with embedded NULJonathan Nieder2011-03-26
| * | | | vcs-svn: avoid unnecessary copying of log message and authorJonathan Nieder2011-03-26
| * | | | vcs-svn: remove buffer_read_stringJonathan Nieder2011-03-26
| * | | | vcs-svn: make reading of properties binary-safeJonathan Nieder2011-03-26
* | | | | Merge branch 'svn-fe' of git://repo.or.cz/git/jrnJunio C Hamano2011-03-22
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'db/length-as-hash' into svn-feJonathan Nieder2011-03-22
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | vcs-svn: use strchr to find RFC822 delimiterDavid Barr2011-03-22
| | | |/ | | |/|
| | * | vcs-svn: implement perfect hash for top-level keysDavid Barr2011-03-22
| | * | vcs-svn: implement perfect hash for node-prop keysDavid Barr2011-03-22
| * | | vcs-svn: use strbuf for author, UUID, and URLDavid Barr2011-03-22
| * | | vcs-svn: use strbuf for revision logDavid Barr2011-03-22
| |/ /
| * | vcs-svn: improve reporting of input errorsJonathan Nieder2011-03-22
| * | vcs-svn: make buffer_copy_bytes return length readJonathan Nieder2011-03-22
| * | vcs-svn: make buffer_skip_bytes return length readJonathan Nieder2011-03-22
| * | vcs-svn: improve support for reading large filesJonathan Nieder2011-03-22
| |/
| * vcs-svn: allow input errors to be detected promptlyJonathan Nieder2011-03-07
| * vcs-svn: simplify repo_modify_path and repo_copyJonathan Nieder2011-03-07
| * vcs-svn: handle_node: use repo_read_pathJonathan Nieder2011-03-07
| * vcs-svn: introduce repo_read_path to check the content at a pathJonathan Nieder2011-03-07
* | vcs-svn: remove spurious semicolonsJonathan Nieder2011-03-16
|/
* Merge commit 'jn/svn-fe' of git://github.com/gitster/git into svn-feJonathan Nieder2011-02-26
|\
| * vcs-svn: Allow change nodes for root of tree (/)Jonathan Nieder2010-12-07
| * vcs-svn: Implement Prop-delta handlingDavid Barr2010-11-24
| * vcs-svn: Sharpen parsing of property linesJonathan Nieder2010-11-24
| * vcs-svn: Split off function for handling of individual propertiesJonathan Nieder2010-11-24
| * vcs-svn: Make source easier to read on small screensJonathan Nieder2010-11-24
| * vcs-svn: More dump format sanity checksJonathan Nieder2010-11-24