summaryrefslogtreecommitdiffstats
path: root/remote-testsvn.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-0/+1
|\
| * object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | exec_cmd: rename to use dash in file nameStefan Beller2018-04-111-1/+1
|/
* sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-2/+2
* refs: convert read_ref and read_ref_full to object_idbrian m. carlson2017-10-161-1/+1
* Merge branch 'ab/free-and-null'Junio C Hamano2017-06-241-2/+1
|\
| * coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-161-2/+1
* | Merge branch 'bw/object-id'Junio C Hamano2017-06-191-11/+11
|\ \ | |/ |/|
| * notes: convert some accessor functions to struct object_idbrian m. carlson2017-06-021-5/+5
| * notes: make get_note return pointer to struct object_idbrian m. carlson2017-06-021-3/+3
| * notes: convert for_each_note to struct object_idbrian m. carlson2017-06-021-4/+4
* | use xfopen() in more placesNguyễn Thái Ngọc Duy2017-05-261-6/+2
|/
* 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()René Scharfe2014-07-181-9/+7
* use strchrnul() in place of strchr() and strlen()Rohit Mani2014-03-101-2/+2
* replace {pre,suf}fixcmp() with {starts,ends}_with()Christian 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