summaryrefslogtreecommitdiff
path: root/remote-testsvn.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-13drop vcs-svn experimentJeff King1-341/+0
2020-07-28strvec: convert remaining callers away from argv_array nameJeff King1-4/+4
2020-07-28strvec: rename files from argv-array to strvecJeff King1-1/+1
2020-06-24testsvn: respect `init.defaultBranch`Johannes Schindelin1-3/+7
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano1-0/+1
2018-05-16object-store: move object access functions to object-store.hStefan Beller1-0/+1
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller1-1/+1
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson1-2/+2
2017-10-16refs: convert read_ref and read_ref_full to object_idbrian m. carlson1-1/+1
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano1-2/+1
2017-06-19Merge branch 'bw/object-id'Junio C Hamano1-11/+11
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason1-2/+1
2017-06-02notes: convert some accessor functions to struct object_idbrian m. carlson1-5/+5
2017-06-02notes: make get_note return pointer to struct object_idbrian m. carlson1-3/+3
2017-06-02notes: convert for_each_note to struct object_idbrian m. carlson1-4/+4
2017-05-26use xfopen() in more placesNguyễn Thái Ngọc Duy1-6/+2
2016-07-01common-main: call git_extract_argv0_path()Jeff King1-1/+0
2016-07-01add an extra level of indirection to main()Jeff King1-1/+1
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano1-2/+2
2015-06-22refs: move the remaining ref module declarations to refs.hMichael Haggerty1-0/+1
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe1-2/+1
2014-07-18remote-testsvn: use internal argv_array of struct child_process in cmd_import()René Scharfe1-9/+7
2014-03-10use strchrnul() in place of strchr() and strlen()Rohit Mani1-2/+2
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder1-5/+5
2013-04-28sparse: Fix mingw_main() argument number/type errorsRamsay Jones1-1/+1
2012-12-15remote-testsvn: fix unitialized variableJeff King1-1/+3
2012-10-07remote-svn: add marks-file regenerationFlorian Achleitner1-0/+71
2012-10-07remote-svn: add incremental importFlorian Achleitner1-4/+75
2012-10-07remote-svn: Activate import/export-marks for fast-importFlorian Achleitner1-1/+11
2012-10-07Allow reading svn dumps from files via file:// urlsFlorian Achleitner1-18/+32
2012-10-07Implement a remote helper for svn in CFlorian Achleitner1-0/+176