summaryrefslogtreecommitdiff
path: root/builtin/show-ref.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-23show-ref: remove a stale commentLibravatar Junio C Hamano1-4/+0
2017-01-23show-ref: remove dead `if (verify)' checkLibravatar Vladimir Panteleev1-3/+0
2017-01-23show-ref: detect dangling refs under --verify as wellLibravatar Vladimir Panteleev1-8/+8
2017-01-23show-ref: move --quiet handling into show_one()Libravatar Vladimir Panteleev1-5/+4
2017-01-23show-ref: allow -d to work with --verifyLibravatar Vladimir Panteleev1-11/+12
2017-01-23show-ref: accept HEAD with --verifyLibravatar Vladimir Panteleev1-1/+1
2015-11-20show-ref: stop using PARSE_OPT_NO_INTERNAL_HELPLibravatar René Scharfe1-11/+1
2015-10-16usage: do not insist that standard input must come from a fileLibravatar Junio C Hamano1-1/+1
2015-08-31show-ref: place angle brackets around variables in usage stringLibravatar Alex Henrie1-1/+1
2015-05-25show_ref(): convert local variable peeled to object_idLibravatar Michael Haggerty1-3/+3
2015-05-25builtin/show-ref: rewrite to use object_idLibravatar Michael Haggerty1-18/+15
2015-05-25each_ref_fn: change to take an object_id parameterLibravatar Michael Haggerty1-3/+8
2015-01-14standardize usage info string formatLibravatar Alex Henrie1-1/+1
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Libravatar Christian Couder1-3/+3
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLLibravatar Stefan Beller1-5/+5
2013-08-05Remove deprecated OPTION_BOOLEAN for parsing argumentsLibravatar Stefan Beller1-3/+2
2013-07-22Merge branch 'db/show-ref-head'Libravatar Junio C Hamano1-2/+6
2013-07-17show-ref: make --head always show the HEAD refLibravatar Doug Bell1-2/+6
2013-06-02exclude_existing(): set existing_refs.strdup_stringsLibravatar Michael Haggerty1-1/+1
2012-10-25Merge branch 'jk/peel-ref'Libravatar Jeff King1-20/+3
2012-10-04peel_ref: do not return a null sha1Libravatar Jeff King1-20/+3
2012-08-22i18n: show-ref: mark parseopt strings for translationLibravatar Nguyễn Thái Ngọc Duy1-14/+14
2011-11-13Convert many resolve_ref() calls to read_ref*() and ref_exists()Libravatar Nguyễn Thái Ngọc Duy1-1/+1
2011-10-05Change check_ref_format() to take a flags argumentLibravatar Michael Haggerty1-1/+1
2010-11-15Describe various forms of "be quiet" using OPT__QUIETLibravatar Jonathan Nieder1-1/+2
2010-11-15add description parameter to OPT__QUIETLibravatar René Scharfe1-1/+1
2010-07-05string_list: Add STRING_LIST_INIT macro and make use of it.Libravatar Thiago Farina1-1/+1
2010-06-27string_list: Fix argument order for string_list_insertLibravatar Julian Phillips1-1/+1
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLibravatar Linus Torvalds1-0/+249