summaryrefslogtreecommitdiff
path: root/remote-testsvn.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-16refs: convert read_ref and read_ref_full to object_idLibravatar brian m. carlson1-1/+1
2017-06-24Merge branch 'ab/free-and-null'Libravatar Junio C Hamano1-2/+1
2017-06-19Merge branch 'bw/object-id'Libravatar Junio C Hamano1-11/+11
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleLibravatar Ævar Arnfjörð Bjarmason1-2/+1
2017-06-02notes: convert some accessor functions to struct object_idLibravatar brian m. carlson1-5/+5
2017-06-02notes: make get_note return pointer to struct object_idLibravatar brian m. carlson1-3/+3
2017-06-02notes: convert for_each_note to struct object_idLibravatar brian m. carlson1-4/+4
2017-05-26use xfopen() in more placesLibravatar Nguyễn Thái Ngọc Duy1-6/+2
2016-07-01common-main: call git_extract_argv0_path()Libravatar Jeff King1-1/+0
2016-07-01add an extra level of indirection to main()Libravatar Jeff King1-1/+1
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Libravatar Junio C Hamano1-2/+2
2015-06-22refs: move the remaining ref module declarations to refs.hLibravatar Michael Haggerty1-0/+1
2014-08-20run-command: introduce CHILD_PROCESS_INITLibravatar René Scharfe1-2/+1
2014-07-18remote-testsvn: use internal argv_array of struct child_process in cmd_import()Libravatar René Scharfe1-9/+7
2014-03-10use strchrnul() in place of strchr() and strlen()Libravatar Rohit Mani1-2/+2
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Libravatar Christian Couder1-5/+5
2013-04-28sparse: Fix mingw_main() argument number/type errorsLibravatar Ramsay Jones1-1/+1
2012-12-15remote-testsvn: fix unitialized variableLibravatar Jeff King1-1/+3
2012-10-07remote-svn: add marks-file regenerationLibravatar Florian Achleitner1-0/+71
2012-10-07remote-svn: add incremental importLibravatar Florian Achleitner1-4/+75
2012-10-07remote-svn: Activate import/export-marks for fast-importLibravatar Florian Achleitner1-1/+11
2012-10-07Allow reading svn dumps from files via file:// urlsLibravatar Florian Achleitner1-19/+33
2012-10-07Implement a remote helper for svn in CLibravatar Florian Achleitner1-0/+176