summaryrefslogtreecommitdiff
path: root/builtin/symbolic-ref.c
AgeCommit message (Expand)Author
2017-11-06refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`Michael Haggerty
2017-09-24refs: pass NULL to resolve_ref_unsafe() if hash is not neededRené Scharfe
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-02-21delete_ref: accept a reflog message argumentKyle Meyer
2016-09-02symbolic-ref -d: do not allow removal of HEADJunio C Hamano
2015-12-21symbolic-ref: propagate error code from create_symref()Jeff King
2015-01-14standardize usage info string formatAlex Henrie
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-10-16C: have space around && and || operatorsJunio C Hamano
2012-10-21git symbolic-ref --delete $symrefJohan Herland
2012-08-22i18n: symbolic-ref: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2012-02-27symbolic-ref --short: abbreviate the output unambiguouslyJan Krüger
2011-12-13Rename resolve_ref() to resolve_ref_unsafe()Nguyễn Thái Ngọc Duy
2010-11-15Describe various forms of "be quiet" using OPT__QUIETJonathan Nieder
2010-11-15add description parameter to OPT__QUIETRené Scharfe
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds