aboutsummaryrefslogtreecommitdiff
path: root/builtin/show-ref.c
Commit message (Expand)AuthorAge
* show-ref: remove a stale commentJunio C Hamano2017-01-23
* show-ref: remove dead `if (verify)' checkVladimir Panteleev2017-01-23
* show-ref: detect dangling refs under --verify as wellVladimir Panteleev2017-01-23
* show-ref: move --quiet handling into show_one()Vladimir Panteleev2017-01-23
* show-ref: allow -d to work with --verifyVladimir Panteleev2017-01-23
* show-ref: accept HEAD with --verifyVladimir Panteleev2017-01-23
* show-ref: stop using PARSE_OPT_NO_INTERNAL_HELPRené Scharfe2015-11-20
* usage: do not insist that standard input must come from a fileJunio C Hamano2015-10-16
* show-ref: place angle brackets around variables in usage stringAlex Henrie2015-08-31
* show_ref(): convert local variable peeled to object_idMichael Haggerty2015-05-25
* builtin/show-ref: rewrite to use object_idMichael Haggerty2015-05-25
* each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-25
* standardize usage info string formatAlex Henrie2015-01-14
* replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
* Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-05
* Remove deprecated OPTION_BOOLEAN for parsing argumentsStefan Beller2013-08-05
* Merge branch 'db/show-ref-head'Junio C Hamano2013-07-22
|\
| * show-ref: make --head always show the HEAD refDoug Bell2013-07-17
* | exclude_existing(): set existing_refs.strdup_stringsMichael Haggerty2013-06-02
|/
* Merge branch 'jk/peel-ref'Jeff King2012-10-25
|\
| * peel_ref: do not return a null sha1Jeff King2012-10-04
* | i18n: show-ref: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-22
|/
* Convert many resolve_ref() calls to read_ref*() and ref_exists()Nguyễn Thái Ngọc Duy2011-11-13
* Change check_ref_format() to take a flags argumentMichael Haggerty2011-10-05
* Describe various forms of "be quiet" using OPT__QUIETJonathan Nieder2010-11-15
* add description parameter to OPT__QUIETRené Scharfe2010-11-15
* string_list: Add STRING_LIST_INIT macro and make use of it.Thiago Farina2010-07-05
* string_list: Fix argument order for string_list_insertJulian Phillips2010-06-27
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-22