aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/remote-ext.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-17builtin: send usage() help text to standard outputJunio C Hamano1-0/+2
2024-09-13builtin: remove USE_THE_REPOSITORY for those without the_repositoryJohn Cai1-1/+0
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-0/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2023-03-28builtins: annotate always-empty prefix parametersJeff King1-0/+2
2023-01-08convert trivial uses of strncmp() to skip_prefix()Jeff King1-2/+4
2020-07-28strvec: convert builtin/ callers away from argv_array nameJeff King1-2/+2
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