summaryrefslogtreecommitdiffstats
path: root/builtin/symbolic-ref.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai2024-09-131-0/+1
* builtin: add a repository parameter for builtin functionsJohn Cai2024-09-131-1/+4
* Merge branch 'kn/ref-transaction-symref'Junio C Hamano2024-05-201-1/+1
|\
* | cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-4/+9
|/
* git-compat-util: move strbuf.c funcs to its headerCalvin Wan2023-07-051-0/+1
* cache.h: remove this no-longer-used headerElijah Newren2023-06-211-1/+0
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano2022-10-281-2/+3
|\
| * doc txt & -h consistency: add missing options and labelsÆvar Arnfjörð Bjarmason2022-10-131-2/+3
* | Merge branch 'jc/symbolic-ref-no-recurse'Junio C Hamano2022-10-211-7/+11
|\ \ | |/ |/|
| * symbolic-ref: teach "--[no-]recurse" optionJunio C Hamano2022-10-091-7/+11
* | symbolic-ref: refuse to set syntactically invalid targetLinus Torvalds2022-08-011-0/+2
|/
* symbolic-ref: don't leak shortened refname in check_symref()Andrzej Hunt2021-03-141-1/+3
* refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`Michael Haggerty2017-11-061-1/+1
* refs: pass NULL to resolve_ref_unsafe() if hash is not neededRené Scharfe2017-09-241-2/+1
* config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* delete_ref: accept a reflog message argumentKyle Meyer2017-02-211-1/+1
* symbolic-ref -d: do not allow removal of HEADJunio C Hamano2016-09-021-0/+2
* symbolic-ref: propagate error code from create_symref()Jeff King2015-12-211-1/+1
* standardize usage info string formatAlex Henrie2015-01-141-2/+2
* refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-151-1/+1
* replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-051-1/+1
* C: have space around && and || operatorsJunio C Hamano2013-10-161-1/+1
* git symbolic-ref --delete $symrefJohan Herland2012-10-211-10/+23
* i18n: symbolic-ref: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-221-4/+4
* symbolic-ref --short: abbreviate the output unambiguouslyJan Krüger2012-02-281-3/+8
* Rename resolve_ref() to resolve_ref_unsafe()Nguyễn Thái Ngọc Duy2011-12-131-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
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+57