aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/symbolic-ref.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt1-0/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-0/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-05-20Merge branch 'kn/ref-transaction-symref'Junio C Hamano1-1/+1
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-4/+9
2023-07-05git-compat-util: move strbuf.c funcs to its headerCalvin Wan1-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+0
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2022-10-28Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano1-2/+3
2022-10-21Merge branch 'jc/symbolic-ref-no-recurse'Junio C Hamano1-7/+11
2022-10-13doc txt & -h consistency: add missing options and labelsÆvar Arnfjörð Bjarmason1-2/+3
2022-10-09symbolic-ref: teach "--[no-]recurse" optionJunio C Hamano1-7/+11
2022-08-01symbolic-ref: refuse to set syntactically invalid targetLinus Torvalds1-0/+2
2021-03-14symbolic-ref: don't leak shortened refname in check_symref()Andrzej Hunt1-1/+3
2017-11-06refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`Michael Haggerty1-1/+1
2017-09-24refs: pass NULL to resolve_ref_unsafe() if hash is not neededRené Scharfe1-2/+1
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-02-20delete_ref: accept a reflog message argumentKyle Meyer1-1/+1
2016-09-02symbolic-ref -d: do not allow removal of HEADJunio C Hamano1-0/+2
2015-12-21symbolic-ref: propagate error code from create_symref()Jeff King1-1/+1
2015-01-14standardize usage info string formatAlex Henrie1-2/+2
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg1-1/+1
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder1-1/+1
2013-10-16C: have space around && and || operatorsJunio C Hamano1-1/+1
2012-10-21git symbolic-ref --delete $symrefJohan Herland1-10/+23
2012-08-22i18n: symbolic-ref: mark parseopt strings for translationNguyễn Thái Ngọc Duy1-4/+4
2012-02-27symbolic-ref --short: abbreviate the output unambiguouslyJan Krüger1-3/+8
2011-12-13Rename resolve_ref() to resolve_ref_unsafe()Nguyễn Thái Ngọc Duy1-1/+1
2010-11-15Describe various forms of "be quiet" using OPT__QUIETJonathan Nieder1-1/+2
2010-11-15add description parameter to OPT__QUIETRené Scharfe1-1/+1
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-0/+57