summaryrefslogtreecommitdiff
path: root/builtin/show-ref.c
AgeCommit message (Expand)Author
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller
2013-08-05Remove deprecated OPTION_BOOLEAN for parsing argumentsStefan Beller
2013-07-22Merge branch 'db/show-ref-head'Junio C Hamano
2013-07-18show-ref: make --head always show the HEAD refDoug Bell
2013-06-02exclude_existing(): set existing_refs.strdup_stringsMichael Haggerty
2012-10-25Merge branch 'jk/peel-ref'Jeff King
2012-10-05peel_ref: do not return a null sha1Jeff King
2012-08-22i18n: show-ref: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2011-11-13Convert many resolve_ref() calls to read_ref*() and ref_exists()Nguyễn Thái Ngọc Duy
2011-10-05Change check_ref_format() to take a flags argumentMichael Haggerty
2010-11-15Describe various forms of "be quiet" using OPT__QUIETJonathan Nieder
2010-11-15add description parameter to OPT__QUIETRené Scharfe
2010-07-05string_list: Add STRING_LIST_INIT macro and make use of it.Thiago Farina
2010-06-27string_list: Fix argument order for string_list_insertJulian Phillips
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds