summaryrefslogtreecommitdiff
path: root/remote-testsvn.c
AgeCommit message (Expand)Author
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson
2017-10-16refs: convert read_ref and read_ref_full to object_idbrian m. carlson
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano
2017-06-19Merge branch 'bw/object-id'Junio C Hamano
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason
2017-06-02notes: convert some accessor functions to struct object_idbrian m. carlson
2017-06-02notes: make get_note return pointer to struct object_idbrian m. carlson
2017-06-02notes: convert for_each_note to struct object_idbrian m. carlson
2017-05-26use xfopen() in more placesNguyễn Thái Ngọc Duy
2016-07-01common-main: call git_extract_argv0_path()Jeff King
2016-07-01add an extra level of indirection to main()Jeff King
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano
2015-06-22refs: move the remaining ref module declarations to refs.hMichael Haggerty
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe
2014-07-18remote-testsvn: use internal argv_array of struct child_process in cmd_import()René Scharfe
2014-03-10use strchrnul() in place of strchr() and strlen()Rohit Mani
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-04-28sparse: Fix mingw_main() argument number/type errorsRamsay Jones
2012-12-15remote-testsvn: fix unitialized variableJeff King
2012-10-07remote-svn: add marks-file regenerationFlorian Achleitner
2012-10-07remote-svn: add incremental importFlorian Achleitner
2012-10-07remote-svn: Activate import/export-marks for fast-importFlorian Achleitner
2012-10-07Allow reading svn dumps from files via file:// urlsFlorian Achleitner
2012-10-07Implement a remote helper for svn in CFlorian Achleitner