summaryrefslogtreecommitdiff
path: root/remote-testsvn.c
Commit message (Expand)AuthorAgeFilesLines
* common-main: call git_extract_argv0_path()Jeff King2016-07-011-1/+0
* add an extra level of indirection to main()Jeff King2016-07-011-1/+1
* strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-151-2/+2
* refs: move the remaining ref module declarations to refs.hMichael Haggerty2015-06-221-0/+1
* run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-201-2/+1
* remote-testsvn: use internal argv_array of struct child_process in cmd_import()rs/code-cleaningRené Scharfe2014-07-181-9/+7
* use strchrnul() in place of strchr() and strlen()rm/strchrnul-not-strlenRohit Mani2014-03-101-2/+2
* replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-5/+5
* sparse: Fix mingw_main() argument number/type errorsRamsay Jones2013-04-281-1/+1
* remote-testsvn: fix unitialized variableJeff King2012-12-151-1/+3
* remote-svn: add marks-file regenerationFlorian Achleitner2012-10-071-0/+71
* remote-svn: add incremental importFlorian Achleitner2012-10-071-4/+75
* remote-svn: Activate import/export-marks for fast-importFlorian Achleitner2012-10-071-1/+11
* Allow reading svn dumps from files via file:// urlsFlorian Achleitner2012-10-071-19/+33
* Implement a remote helper for svn in CFlorian Achleitner2012-10-071-0/+176