aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/remote-ext.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-22consistently use "fallthrough" comments in switchesJeff King1-1/+1
2017-05-30remote-{ext,fd}: print usage message on invalid argumentsJeff King1-1/+4
2016-10-17pkt-line: rename packet_write() to packet_write_fmt()Lars Schneider1-2/+2
2016-05-06typofix: assorted typofixes in comments, documentation and messagesLi Peng1-1/+1
2016-02-22convert manual allocations to argv_arrayJeff King1-21/+5
2015-09-25remote-ext: simplify git pkt-line generationJeff King1-29/+5
2014-10-07use skip_prefix() to avoid more magic numbersRené Scharfe1-6/+4
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe1-2/+1
2011-03-22Remove unused variablesJohannes Schindelin1-4/+0
2011-03-22Fix sparse warningsStephen Boyd1-1/+1
2011-01-18remote-ext: do not segfault for blank linesJonathan Nieder1-4/+4
2010-11-19remote-fd/ext: finishing touches after code reviewIlari Liusvaara1-5/+3
2010-10-13git-remote-extIlari Liusvaara1-0/+248