aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/ls-remote.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-23wildmatch: remove unused wildopts parameterÆvar Arnfjörð Bjarmason1-1/+1
2017-03-30avoid using fixed PATH_MAX buffers for refsJeff King1-4/+6
2016-01-19ls-remote: add support for showing symrefsThomas Gummerer1-2/+8
2016-01-19ls-remote: use parse-options apiThomas Gummerer1-53/+29
2016-01-19ls-remote: document --refs optionThomas Gummerer1-1/+1
2015-11-20Convert struct ref to use object_id.brian m. carlson1-1/+1
2015-10-20Merge branch 'jk/war-on-sprintf'Junio C Hamano1-6/+2
2015-09-28ls-remote.txt: delete unsupported optionNguyễn Thái Ngọc Duy1-1/+1
2015-09-25replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King1-6/+2
2015-01-14standardize usage info string formatAlex Henrie1-1/+1
2014-05-27builtin/ls-remote.c: rearrange xcalloc argumentsBrian Gesiak1-1/+1
2014-02-20use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy1-1/+1
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder1-2/+2
2012-09-07ls-remote: document the '--get-url' optionStefan Naewe1-1/+1
2011-10-05Merge branch 'jc/ls-remote-short-help'Junio C Hamano1-0/+3
2011-09-16ls-remote: a lone "-h" is asking for helpJunio C Hamano1-0/+3
2011-05-18ls-remote: the --exit-code option reports "no matching refs"Michael Schubert1-2/+9
2011-03-02get_remote_url(): use the same data source as ls-remote to get remote urlsUwe Kleine-König1-0/+11
2010-08-15ls-remote: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy1-3/+0
2010-05-11ls-remote: print URL when no repo is specifiedTay Ray Chuan1-1/+9
2010-04-08ls-remote: fall-back to default remotes when no remote specifiedTay Ray Chuan1-4/+7
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-0/+107