Age | Commit message (Expand) | Author | Files | Lines |
2020-08-24 | Merge branch 'jk/unleak-fixes' | Junio C Hamano | 1 | -5/+3 |
2020-08-13 | ls-remote: simplify UNLEAK() usage | Jeff King | 1 | -5/+3 |
2020-07-28 | strvec: convert builtin/ callers away from argv_array name | Jeff King | 1 | -3/+3 |
2020-05-27 | builtin/ls-remote: initialize repository based on fetch | brian m. carlson | 1 | -0/+4 |
2019-03-21 | parse_opt_ref_sorting: always use with NONEG flag | Jeff King | 1 | -2/+1 |
2018-11-13 | Merge branch 'jk/proto-v2-ref-prefix-fix' | Junio C Hamano | 1 | -8/+5 |
2018-10-31 | ls-remote: pass heads/tags prefixes to transport | Jeff King | 1 | -0/+5 |
2018-10-31 | ls-remote: do not send ref prefixes for patterns | Jeff King | 1 | -8/+0 |
2018-10-19 | ls-remote: release memory instead of UNLEAK | Olga Telezhnaya | 1 | -1/+1 |
2018-05-23 | Merge branch 'bw/server-options' | Junio C Hamano | 1 | -0/+4 |
2018-05-08 | Merge branch 'hn/sort-ls-remote' | Junio C Hamano | 1 | -3/+27 |
2018-05-08 | Merge branch 'bw/protocol-v2' | Junio C Hamano | 1 | -2/+13 |
2018-04-24 | ls-remote: send server options when using protocol v2 | Brandon Williams | 1 | -0/+4 |
2018-04-24 | Merge branch 'bw/protocol-v2' into HEAD | Junio C Hamano | 1 | -2/+13 |
2018-04-09 | ls-remote: create '--sort' option | Harald Nordgren | 1 | -3/+27 |
2018-03-15 | ls-remote: pass ref prefixes when requesting a remote's refs | Brandon Williams | 1 | -2/+13 |
2018-03-15 | transport: convert transport_get_remote_refs to take a list of ref prefixes | Brandon Williams | 1 | -1/+1 |
2018-02-09 | completion: use __gitcomp_builtin in _git_ls_remote | Nguyễn Thái Ngọc Duy | 1 | -2/+3 |
2017-06-23 | wildmatch: remove unused wildopts parameter | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2017-03-30 | avoid using fixed PATH_MAX buffers for refs | Jeff King | 1 | -4/+6 |
2016-01-19 | ls-remote: add support for showing symrefs | Thomas Gummerer | 1 | -2/+8 |
2016-01-19 | ls-remote: use parse-options api | Thomas Gummerer | 1 | -53/+29 |
2016-01-19 | ls-remote: document --refs option | Thomas Gummerer | 1 | -1/+1 |
2015-11-20 | Convert struct ref to use object_id. | brian m. carlson | 1 | -1/+1 |
2015-10-20 | Merge branch 'jk/war-on-sprintf' | Junio C Hamano | 1 | -6/+2 |
2015-09-28 | ls-remote.txt: delete unsupported option | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2015-09-25 | replace trivial malloc + sprintf / strcpy calls with xstrfmt | Jeff King | 1 | -6/+2 |
2015-01-14 | standardize usage info string format | Alex Henrie | 1 | -1/+1 |
2014-05-27 | builtin/ls-remote.c: rearrange xcalloc arguments | Brian Gesiak | 1 | -1/+1 |
2014-02-20 | use wildmatch() directly without fnmatch() wrapper | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -2/+2 |
2012-09-07 | ls-remote: document the '--get-url' option | Stefan Naewe | 1 | -1/+1 |
2011-10-05 | Merge branch 'jc/ls-remote-short-help' | Junio C Hamano | 1 | -0/+3 |
2011-09-16 | ls-remote: a lone "-h" is asking for help | Junio C Hamano | 1 | -0/+3 |
2011-05-18 | ls-remote: the --exit-code option reports "no matching refs" | Michael Schubert | 1 | -2/+9 |
2011-03-02 | get_remote_url(): use the same data source as ls-remote to get remote urls | Uwe Kleine-König | 1 | -0/+11 |
2010-08-15 | ls-remote: run setup_git_directory_gently() sooner | Nguyễn Thái Ngọc Duy | 1 | -3/+0 |
2010-05-11 | ls-remote: print URL when no repo is specified | Tay Ray Chuan | 1 | -1/+9 |
2010-04-08 | ls-remote: fall-back to default remotes when no remote specified | Tay Ray Chuan | 1 | -4/+7 |
2010-02-22 | Move 'builtin-*' into a 'builtin/' subdirectory | Linus Torvalds | 1 | -0/+107 |