summaryrefslogtreecommitdiff
path: root/builtin/symbolic-ref.c
Commit message (Expand)AuthorAgeFilesLines
* 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-201-1/+1
* symbolic-ref -d: do not allow removal of HEADjc/forbid-symbolic-ref-d-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()cc/starts-n-ends-withChristian 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 unambiguouslyjk/symbolic-ref-shortJan Krüger2012-02-271-3/+8
* Rename resolve_ref() to resolve_ref_unsafe()nd/resolve-refNguyễ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