summaryrefslogtreecommitdiff
path: root/vcs-svn
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Merge branch 'db/length-as-hash' (early part) into db/svn-fe-code-purgeJonathan Nieder2011-03-225-93/+161
| | |\ \ \
| * | \ \ \ Merge branch 'db/vcs-svn-incremental' into svn-feJonathan Nieder2011-05-267-355/+247
| |\ \ \ \ \
| | * | | | | vcs-svn: avoid using ls command twiceDavid Barr2011-03-263-24/+6
| | |/ / / /
| | * | | | vcs-svn: use mark from previous import for parent commitDavid Barr2011-03-071-1/+1
| | * | | | vcs-svn: handle filenames with dq correctlyJonathan Nieder2011-03-071-10/+9
| | * | | | vcs-svn: quote paths correctly for ls commandDavid Barr2011-03-073-1/+13
| | * | | | vcs-svn: eliminate repo_tree structureJonathan Nieder2011-03-077-340/+184
| | * | | | vcs-svn: add a comment before each commitJonathan Nieder2011-03-073-7/+28
| | * | | | vcs-svn: save marks for imported commitsJonathan Nieder2011-03-071-0/+1
| | * | | | vcs-svn: use higher mark numbers for blobsJonathan Nieder2011-03-071-1/+1
| | * | | | vcs-svn: set up channel to read fast-import cat-blob responseDavid Barr2011-03-073-0/+37
* | | | | | Fix a bitwise negation assignment issue spotted by Sun StudioÆvar Arnfjörð Bjarmason2011-12-212-3/+3
* | | | | | Merge branch 'rj/sparse'Junio C Hamano2011-04-271-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | sparse: Fix some "symbol not declared" warningsRamsay Jones2011-04-221-0/+1
* | | | | | remove doubled words, e.g., s/to to/to/, and fix related typosJim Meyering2011-04-131-1/+1
|/ / / / /
* | | | | Merge branch 'svn-fe' of git://repo.or.cz/git/jrnJunio C Hamano2011-03-301-1/+2
|\ \ \ \ \
| * | | | | vcs-svn: a void function shouldn't try to return somethingMichael Witten2011-03-291-1/+2
| | |_|_|/ | |/| | |
| * | | | vcs-svn: add missing cast to printf argumentJonathan Nieder2011-03-271-1/+2
* | | | | vcs-svn: add missing cast to printf argumentJonathan Nieder2011-03-281-1/+2
* | | | | Merge branch 'svn-fe' of git://repo.or.cz/git/jrnJunio C Hamano2011-03-268-55/+39
|\ \ \ \ \ | |/ / / /
| * | | | vcs-svn: handle log message with embedded NULJonathan Nieder2011-03-265-13/+17
| * | | | vcs-svn: avoid unnecessary copying of log message and authorJonathan Nieder2011-03-261-10/+10
| * | | | vcs-svn: remove buffer_read_stringJonathan Nieder2011-03-263-20/+4
| * | | | vcs-svn: make reading of properties binary-safeJonathan Nieder2011-03-261-14/+10
* | | | | Merge branch 'svn-fe' of git://repo.or.cz/git/jrnJunio C Hamano2011-03-228-172/+265
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'db/length-as-hash' into svn-feJonathan Nieder2011-03-221-69/+105
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | vcs-svn: use strchr to find RFC822 delimiterDavid Barr2011-03-221-2/+5
| | | |/ | | |/|
| | * | vcs-svn: implement perfect hash for top-level keysDavid Barr2011-03-221-50/+59
| | * | vcs-svn: implement perfect hash for node-prop keysDavid Barr2011-03-221-19/+43
| * | | vcs-svn: use strbuf for author, UUID, and URLDavid Barr2011-03-225-30/+43
| * | | vcs-svn: use strbuf for revision logDavid Barr2011-03-221-20/+8
| |/ /
| * | vcs-svn: improve reporting of input errorsJonathan Nieder2011-03-222-5/+37
| * | vcs-svn: make buffer_copy_bytes return length readJonathan Nieder2011-03-222-10/+11
| * | vcs-svn: make buffer_skip_bytes return length readJonathan Nieder2011-03-223-8/+10
| * | vcs-svn: improve support for reading large filesJonathan Nieder2011-03-222-4/+4
| |/
| * vcs-svn: allow input errors to be detected promptlyJonathan Nieder2011-03-072-0/+6
| * vcs-svn: simplify repo_modify_path and repo_copyJonathan Nieder2011-03-073-22/+13
| * vcs-svn: handle_node: use repo_read_pathJonathan Nieder2011-03-071-10/+23
| * vcs-svn: introduce repo_read_path to check the content at a pathJonathan Nieder2011-03-072-1/+12
* | vcs-svn: remove spurious semicolonsJonathan Nieder2011-03-162-2/+2
|/
* Merge commit 'jn/svn-fe' of git://github.com/gitster/git into svn-feJonathan Nieder2011-02-264-84/+151
|\
| * vcs-svn: Allow change nodes for root of tree (/)Jonathan Nieder2010-12-071-1/+4
| * vcs-svn: Implement Prop-delta handlingDavid Barr2010-11-241-10/+44
| * vcs-svn: Sharpen parsing of property linesJonathan Nieder2010-11-241-11/+19
| * vcs-svn: Split off function for handling of individual propertiesJonathan Nieder2010-11-241-14/+19
| * vcs-svn: Make source easier to read on small screensJonathan Nieder2010-11-241-8/+0
| * vcs-svn: More dump format sanity checksJonathan Nieder2010-11-241-4/+14
| * vcs-svn: Reject path nodes without Node-actionJonathan Nieder2010-11-241-2/+5
| * vcs-svn: Delay read of per-path propertiesJonathan Nieder2010-11-241-22/+18
| * vcs-svn: Combine repo_replace and repo_modify functionsJonathan Nieder2010-11-243-20/+12