summaryrefslogtreecommitdiff
path: root/builtin/ls-remote.c
Commit message (Expand)AuthorAgeFilesLines
* ls-remote: add support for showing symrefstg/ls-remote-symrefThomas Gummerer2016-01-191-2/+8
* ls-remote: use parse-options apiThomas Gummerer2016-01-191-53/+29
* ls-remote: document --refs optionThomas Gummerer2016-01-191-1/+1
* Convert struct ref to use object_id.brian m. carlson2015-11-201-1/+1
* Merge branch 'jk/war-on-sprintf'Junio C Hamano2015-10-201-6/+2
|\
| * replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King2015-09-251-6/+2
* | ls-remote.txt: delete unsupported optionnd/ls-remote-does-not-have-u-optionNguyễn Thái Ngọc Duy2015-09-281-1/+1
|/
* standardize usage info string formatAlex Henrie2015-01-141-1/+1
* builtin/ls-remote.c: rearrange xcalloc argumentsBrian Gesiak2014-05-271-1/+1
* use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy2014-02-201-1/+1
* replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-2/+2
* ls-remote: document the '--get-url' optionStefan Naewe2012-09-071-1/+1
* Merge branch 'jc/ls-remote-short-help'Junio C Hamano2011-10-051-0/+3
|\
| * ls-remote: a lone "-h" is asking for helpjc/ls-remote-short-helpJunio C Hamano2011-09-161-0/+3
* | ls-remote: the --exit-code option reports "no matching refs"Michael Schubert2011-05-181-2/+9
* | get_remote_url(): use the same data source as ls-remote to get remote urlsUwe Kleine-König2011-03-021-0/+11
|/
* ls-remote: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-151-3/+0
* ls-remote: print URL when no repo is specifiedTay Ray Chuan2010-05-111-1/+9
* ls-remote: fall-back to default remotes when no remote specifiedTay Ray Chuan2010-04-081-4/+7
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+107