summaryrefslogtreecommitdiff
path: root/builtin/ls-remote.c
AgeCommit message (Expand)Author
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