Age | Commit message (Expand) | Author | Files | Lines |
2017-06-24 | Merge branch 'ab/free-and-null' | Junio C Hamano | 1 | -2/+1 |
2017-06-19 | Merge branch 'bw/object-id' | Junio C Hamano | 1 | -11/+11 |
2017-06-16 | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
2017-06-02 | notes: convert some accessor functions to struct object_id | brian m. carlson | 1 | -5/+5 |
2017-06-02 | notes: make get_note return pointer to struct object_id | brian m. carlson | 1 | -3/+3 |
2017-06-02 | notes: convert for_each_note to struct object_id | brian m. carlson | 1 | -4/+4 |
2017-05-26 | use xfopen() in more places | Nguyễn Thái Ngọc Duy | 1 | -6/+2 |
2016-07-01 | common-main: call git_extract_argv0_path() | Jeff King | 1 | -1/+0 |
2016-07-01 | add an extra level of indirection to main() | Jeff King | 1 | -1/+1 |
2016-01-15 | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 1 | -2/+2 |
2015-06-22 | refs: move the remaining ref module declarations to refs.h | Michael Haggerty | 1 | -0/+1 |
2014-08-20 | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 1 | -2/+1 |
2014-07-18 | remote-testsvn: use internal argv_array of struct child_process in cmd_import() | René Scharfe | 1 | -9/+7 |
2014-03-10 | use strchrnul() in place of strchr() and strlen() | Rohit Mani | 1 | -2/+2 |
2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -5/+5 |
2013-04-28 | sparse: Fix mingw_main() argument number/type errors | Ramsay Jones | 1 | -1/+1 |
2012-12-15 | remote-testsvn: fix unitialized variable | Jeff King | 1 | -1/+3 |
2012-10-07 | remote-svn: add marks-file regeneration | Florian Achleitner | 1 | -0/+71 |
2012-10-07 | remote-svn: add incremental import | Florian Achleitner | 1 | -4/+75 |
2012-10-07 | remote-svn: Activate import/export-marks for fast-import | Florian Achleitner | 1 | -1/+11 |
2012-10-07 | Allow reading svn dumps from files via file:// urls | Florian Achleitner | 1 | -19/+33 |
2012-10-07 | Implement a remote helper for svn in C | Florian Achleitner | 1 | -0/+176 |