index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
update-ref.c
Commit message (
Expand
)
Author
Age
*
update-ref --stdin: pass transaction around explicitly
Jonathan Nieder
2014-09-03
*
update-ref --stdin: narrow scope of err strbuf
Jonathan Nieder
2014-09-03
*
refs.c: make ref_transaction_begin take an err argument
Ronnie Sahlberg
2014-09-03
*
refs.c: update ref_transaction_delete to check for error and return status
Ronnie Sahlberg
2014-09-03
*
refs.c: change ref_transaction_create to do error checking and return status
Ronnie Sahlberg
2014-09-03
*
refs.c: change ref_transaction_update() to do error checking and return status
Ronnie Sahlberg
2014-07-14
*
refs.c: remove the onerr argument to ref_transaction_commit
Ronnie Sahlberg
2014-07-14
*
update-ref: use err argument to get error from ref_transaction_commit
Ronnie Sahlberg
2014-07-14
*
refs.c: add a strbuf argument to ref_transaction_commit for error logging
Ronnie Sahlberg
2014-07-14
*
refs.c: ref_transaction_commit should not free the transaction
Ronnie Sahlberg
2014-07-14
*
update-ref --stdin: reimplement using reference transactions
Michael Haggerty
2014-04-07
*
update-ref --stdin: harmonize error messages
Michael Haggerty
2014-04-07
*
update-ref --stdin: improve the error message for unexpected EOF
Michael Haggerty
2014-04-07
*
update-ref --stdin -z: deprecate interpreting the empty string as zeros
Michael Haggerty
2014-04-07
*
update-ref.c: extract a new function, parse_next_sha1()
Michael Haggerty
2014-04-07
*
update-ref --stdin: simplify error messages for missing oldvalues
Michael Haggerty
2014-04-07
*
update-ref --stdin: make error messages more consistent
Michael Haggerty
2014-04-07
*
update-ref --stdin: improve error messages for invalid values
Michael Haggerty
2014-04-07
*
update-ref.c: extract a new function, parse_refname()
Michael Haggerty
2014-04-07
*
parse_cmd_verify(): copy old_sha1 instead of evaluating <oldvalue> twice
Michael Haggerty
2014-04-07
*
update-ref --stdin: read the whole input at once
Michael Haggerty
2014-04-07
*
update_refs(): fix constness
Michael Haggerty
2014-04-07
*
refs.h: rename the action_on_err constants
Michael Haggerty
2014-04-07
*
parse_arg(): really test that argument is properly terminated
Michael Haggerty
2014-04-07
*
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
2013-12-05
*
Merge branch 'bk/refs-multi-update'
Junio C Hamano
2013-09-20
|
\
|
*
update-ref: support multiple simultaneous updates
Brad King
2013-09-09
*
|
Replace deprecated OPT_BOOLEAN by OPT_BOOL
Stefan Beller
2013-08-05
|
/
*
Use imperative form in help usage to describe an action
Nguyễn Thái Ngọc Duy
2012-08-22
*
i18n: update-ref: mark parseopt strings for translation
Nguyễn Thái Ngọc Duy
2012-08-22
*
update-ref: whitespace fix
Pang Yan Han
2011-08-25
*
Move 'builtin-*' into a 'builtin/' subdirectory
Linus Torvalds
2010-02-22