summaryrefslogtreecommitdiff
path: root/builtin/show-ref.c
Commit message (Expand)AuthorAgeFilesLines
* show-ref: place angle brackets around variables in usage stringah/show-ref-usage-stringAlex Henrie2015-08-311-1/+1
* show_ref(): convert local variable peeled to object_idMichael Haggerty2015-05-251-3/+3
* builtin/show-ref: rewrite to use object_idMichael Haggerty2015-05-251-18/+15
* each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-251-3/+8
* standardize usage info string formatAlex Henrie2015-01-141-1/+1
* replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-3/+3
* Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-051-5/+5
* Remove deprecated OPTION_BOOLEAN for parsing argumentsStefan Beller2013-08-051-3/+2
* Merge branch 'db/show-ref-head'Junio C Hamano2013-07-221-2/+6
|\
| * show-ref: make --head always show the HEAD refdb/show-ref-headDoug Bell2013-07-171-2/+6
* | exclude_existing(): set existing_refs.strdup_stringsMichael Haggerty2013-06-021-1/+1
|/
* Merge branch 'jk/peel-ref'Jeff King2012-10-251-20/+3
|\
| * peel_ref: do not return a null sha1Jeff King2012-10-041-20/+3
* | i18n: show-ref: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-221-14/+14
|/
* Convert many resolve_ref() calls to read_ref*() and ref_exists()Nguyễn Thái Ngọc Duy2011-11-131-1/+1
* Change check_ref_format() to take a flags argumentMichael Haggerty2011-10-051-1/+1
* Describe various forms of "be quiet" using OPT__QUIETJonathan Nieder2010-11-151-1/+2
* add description parameter to OPT__QUIETRené Scharfe2010-11-151-1/+1
* string_list: Add STRING_LIST_INIT macro and make use of it.Thiago Farina2010-07-051-1/+1
* string_list: Fix argument order for string_list_insertJulian Phillips2010-06-271-1/+1
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+249