index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Documentation
/
git-update-ref.txt
Age
Commit message (
Expand
)
Author
2025-01-21
doc: use .adoc extension for AsciiDoc files
brian m. carlson
2024-12-13
Merge branch 'kh/doc-update-ref-grammofix'
Junio C Hamano
2024-12-02
Documentation/git-update-ref.txt: add missing word
Kristoffer Haugsbakk
2024-10-21
Documentation: mutually link update-ref and symbolic-ref
Kristoffer Haugsbakk
2024-10-21
Documentation/git-update-ref.txt: discuss symbolic refs
Kristoffer Haugsbakk
2024-10-21
Documentation/git-update-ref.txt: remove confusing paragraph
Kristoffer Haugsbakk
2024-10-21
Documentation/git-update-ref.txt: demote symlink to last section
Kristoffer Haugsbakk
2024-10-21
Documentation/git-update-ref.txt: remove safety paragraphs
Kristoffer Haugsbakk
2024-10-21
Documentation/git-update-ref.txt: drop “flag”
Kristoffer Haugsbakk
2024-06-07
update-ref: add support for 'symref-update' command
Karthik Nayak
2024-06-07
update-ref: add support for 'symref-create' command
Karthik Nayak
2024-06-07
update-ref: add support for 'symref-delete' command
Karthik Nayak
2024-06-07
update-ref: add support for 'symref-verify' command
Karthik Nayak
2024-04-02
update-ref: use {old,new}-oid instead of {old,new}value
Karthik Nayak
2023-10-09
documentation: add missing article
Elijah Newren
2020-11-16
update-ref: allow creation of multiple transactions
Patrick Steinhardt
2020-07-27
Modify pseudo refs through ref backend storage
Han-Wen Nienhuys
2020-04-02
update-ref: implement interactive transaction handling
Patrick Steinhardt
2020-03-30
git-update-ref.txt: add missing word
Patrick Steinhardt
2018-10-30
Merge branch 'ah/doc-updates'
Junio C Hamano
2018-10-23
doc: fix formatting in git-update-ref
Andreas Heiduk
2018-09-12
update-ref: allow --no-deref with --stdin
Elijah Newren
2018-05-02
doc: keep first level section header in upper case
Nguyễn Thái Ngọc Duy
2015-07-21
update-ref and tag: add --create-reflog arg
David Turner
2014-04-07
update-ref --stdin -z: deprecate interpreting the empty string as zeros
Michael Haggerty
2013-09-09
update-ref: support multiple simultaneous updates
Brad King
2013-02-01
Documentation: avoid poor-man's small caps GIT
Thomas Ackermann
2011-07-22
Merge branch 'bw/log-all-ref-updates-doc'
Junio C Hamano
2011-07-12
Documentation: clearly specify what refs are honored by core.logAllRefUpdates
Bert Wesarg
2011-07-06
Documentation: use [verse] for SYNOPSIS sections
Martin von Zweigbergk
2011-03-11
doc: drop author/documentation sections from most pages
Jeff King
2008-07-01
Documentation: be consistent about "git-" versus "git "
Jonathan Nieder
2008-06-22
Merge branch 'kh/update-ref'
Junio C Hamano
2008-06-06
documentation: move git(7) to git(1)
Christian Couder
2008-06-02
Make old sha1 optional with git update-ref -d
Karl Hasselström
2008-01-06
Documentation: rename gitlink macro to linkgit
Dan McGee
2007-05-10
git-update-ref: add --no-deref option for overwriting/detaching ref
Sven Verdoolaege
2007-01-18
Documentation: sync git.txt command list and manual page title
Junio C Hamano
2006-09-27
update-ref: -d flag and ref creation safety.
Junio C Hamano
2006-05-19
Change order of -m option to update-ref.
Shawn Pearce
2006-05-17
Log ref updates to logs/refs/<ref>
Shawn Pearce
2006-05-17
Convert update-ref to use ref_lock API.
Shawn Pearce
2006-03-05
git/Documentation: fix SYNOPSIS style bugs
Dmitry V. Levin
2005-10-04
Add missing documentation.
Junio C Hamano