summaryrefslogtreecommitdiff
path: root/builtin/remote-ext.c
Commit message (Expand)AuthorAgeFilesLines
* consistently use "fallthrough" comments in switchesjk/fallthroughJeff King2017-09-221-1/+1
* remote-{ext,fd}: print usage message on invalid argumentsJeff King2017-05-301-1/+4
* pkt-line: rename packet_write() to packet_write_fmt()Lars Schneider2016-10-171-2/+2
* typofix: assorted typofixes in comments, documentation and messageslp/typofixesLi Peng2016-05-061-1/+1
* convert manual allocations to argv_arrayJeff King2016-02-221-21/+5
* remote-ext: simplify git pkt-line generationJeff King2015-09-251-29/+5
* use skip_prefix() to avoid more magic numbersrs/more-uses-of-skip-prefixRené Scharfe2014-10-071-6/+4
* run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-201-2/+1
* Remove unused variablesJohannes Schindelin2011-03-221-4/+0
* Fix sparse warningsStephen Boyd2011-03-221-1/+1
* remote-ext: do not segfault for blank linesJonathan Nieder2011-01-181-4/+4
* remote-fd/ext: finishing touches after code reviewIlari Liusvaara2010-11-191-5/+3
* git-remote-extIlari Liusvaara2010-10-131-0/+248