summaryrefslogtreecommitdiff
path: root/builtin/ls-remote.c
AgeCommit message (Expand)Author
2018-02-09completion: use __gitcomp_builtin in _git_ls_remoteNguyễn Thái Ngọc Duy
2017-06-24wildmatch: remove unused wildopts parameterÆvar Arnfjörð Bjarmason
2017-03-30avoid using fixed PATH_MAX buffers for refsJeff King
2016-01-19ls-remote: add support for showing symrefsThomas Gummerer
2016-01-19ls-remote: use parse-options apiThomas Gummerer
2016-01-19ls-remote: document --refs optionThomas Gummerer
2015-11-20Convert struct ref to use object_id.brian m. carlson
2015-10-20Merge branch 'jk/war-on-sprintf'Junio C Hamano
2015-09-28ls-remote.txt: delete unsupported optionNguyễn Thái Ngọc Duy
2015-09-25replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King
2015-01-14standardize usage info string formatAlex Henrie
2014-05-27builtin/ls-remote.c: rearrange xcalloc argumentsBrian Gesiak
2014-02-20use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2012-09-07ls-remote: document the '--get-url' optionStefan Naewe
2011-10-05Merge branch 'jc/ls-remote-short-help'Junio C Hamano
2011-09-16ls-remote: a lone "-h" is asking for helpJunio C Hamano
2011-05-18ls-remote: the --exit-code option reports "no matching refs"Michael Schubert
2011-03-02get_remote_url(): use the same data source as ls-remote to get remote urlsUwe Kleine-König
2010-08-16ls-remote: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy
2010-05-12ls-remote: print URL when no repo is specifiedTay Ray Chuan
2010-04-09ls-remote: fall-back to default remotes when no remote specifiedTay Ray Chuan
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds