| Commit message (Expand) | Author | Age |
* | tag, update-ref: improve description of option "create-reflog" | Ralf Thielow | 2015-09-11 |
* | Merge branch 'dt/refs-backend-preamble' | Junio C Hamano | 2015-08-03 |
|\ |
|
| * | update-ref and tag: add --create-reflog arg | David Turner | 2015-07-21 |
* | | delete_ref(): use the usual convention for old_sha1 | Michael Haggerty | 2015-06-22 |
* | | cmd_update_ref(): make logic more straightforward | Michael Haggerty | 2015-06-22 |
|/ |
|
* | ref_transaction_verify(): new function to check a reference's value | Michael Haggerty | 2015-02-17 |
* | ref_transaction_delete(): remove "have_old" parameter | Michael Haggerty | 2015-02-17 |
* | ref_transaction_update(): remove "have_old" parameter | Michael Haggerty | 2015-02-17 |
* | refs.c: change some "flags" to "unsigned int" | Michael Haggerty | 2015-02-17 |
* | standardize usage info string format | Alex Henrie | 2015-01-14 |
* | update-ref: fix "verify" command with missing <oldvalue> | Michael Haggerty | 2014-12-11 |
* | refs.c: pass the ref log message to _create/delete/update instead of _commit | Ronnie Sahlberg | 2014-10-15 |
* | 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 |