aboutsummaryrefslogtreecommitdiff
path: root/builtin/ls-remote.c
Commit message (Expand)AuthorAge
* avoid using fixed PATH_MAX buffers for refsJeff King2017-03-30
* ls-remote: add support for showing symrefsThomas Gummerer2016-01-19
* ls-remote: use parse-options apiThomas Gummerer2016-01-19
* ls-remote: document --refs optionThomas Gummerer2016-01-19
* Convert struct ref to use object_id.brian m. carlson2015-11-20
* Merge branch 'jk/war-on-sprintf'Junio C Hamano2015-10-20
|\
| * replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King2015-09-25
* | ls-remote.txt: delete unsupported optionNguyễn Thái Ngọc Duy2015-09-28
|/
* standardize usage info string formatAlex Henrie2015-01-14
* builtin/ls-remote.c: rearrange xcalloc argumentsBrian Gesiak2014-05-27
* use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy2014-02-20
* replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
* ls-remote: document the '--get-url' optionStefan Naewe2012-09-07
* Merge branch 'jc/ls-remote-short-help'Junio C Hamano2011-10-05
|\
| * ls-remote: a lone "-h" is asking for helpJunio C Hamano2011-09-16
* | ls-remote: the --exit-code option reports "no matching refs"Michael Schubert2011-05-18
* | get_remote_url(): use the same data source as ls-remote to get remote urlsUwe Kleine-König2011-03-02
|/
* ls-remote: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-15
* ls-remote: print URL when no repo is specifiedTay Ray Chuan2010-05-11
* ls-remote: fall-back to default remotes when no remote specifiedTay Ray Chuan2010-04-08
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-22