| Commit message (Expand) | Author | Age | Files | Lines |
* | update-ref: fix "verify" command with missing <oldvalue>mh/update-ref-verify | Michael Haggerty | 2014-12-11 | 1 | -9/+5 |
* | refs.c: pass the ref log message to _create/delete/update instead of _commit | Ronnie Sahlberg | 2014-10-15 | 1 | -6/+7 |
* | update-ref --stdin: pass transaction around explicitlyrs/ref-transaction-1 | Jonathan Nieder | 2014-09-03 | 1 | -12/+15 |
* | update-ref --stdin: narrow scope of err strbuf | Jonathan Nieder | 2014-09-03 | 1 | -1/+10 |
* | refs.c: make ref_transaction_begin take an err argument | Ronnie Sahlberg | 2014-09-03 | 1 | -1/+4 |
* | refs.c: update ref_transaction_delete to check for error and return status | Ronnie Sahlberg | 2014-09-03 | 1 | -2/+3 |
* | refs.c: change ref_transaction_create to do error checking and return status | Ronnie Sahlberg | 2014-09-03 | 1 | -1/+3 |
* | refs.c: change ref_transaction_update() to do error checking and return statusrs/ref-transaction-0 | Ronnie Sahlberg | 2014-07-14 | 1 | -5/+7 |
* | refs.c: remove the onerr argument to ref_transaction_commit | Ronnie Sahlberg | 2014-07-14 | 1 | -2/+1 |
* | update-ref: use err argument to get error from ref_transaction_commit | Ronnie Sahlberg | 2014-07-14 | 1 | -5/+5 |
* | refs.c: add a strbuf argument to ref_transaction_commit for error logging | Ronnie Sahlberg | 2014-07-14 | 1 | -1/+1 |
* | refs.c: ref_transaction_commit should not free the transaction | Ronnie Sahlberg | 2014-07-14 | 1 | -0/+1 |
* | update-ref --stdin: reimplement using reference transactions | Michael Haggerty | 2014-04-07 | 1 | -67/+75 |
* | update-ref --stdin: harmonize error messages | Michael Haggerty | 2014-04-07 | 1 | -12/+12 |
* | update-ref --stdin: improve the error message for unexpected EOF | Michael Haggerty | 2014-04-07 | 1 | -2/+2 |
* | update-ref --stdin -z: deprecate interpreting the empty string as zeros | Michael Haggerty | 2014-04-07 | 1 | -0/+2 |
* | update-ref.c: extract a new function, parse_next_sha1() | Michael Haggerty | 2014-04-07 | 1 | -62/+98 |
* | update-ref --stdin: simplify error messages for missing oldvalues | Michael Haggerty | 2014-04-07 | 1 | -3/+3 |
* | update-ref --stdin: make error messages more consistent | Michael Haggerty | 2014-04-07 | 1 | -4/+4 |
* | update-ref --stdin: improve error messages for invalid values | Michael Haggerty | 2014-04-07 | 1 | -11/+13 |
* | update-ref.c: extract a new function, parse_refname() | Michael Haggerty | 2014-04-07 | 1 | -49/+41 |
* | parse_cmd_verify(): copy old_sha1 instead of evaluating <oldvalue> twice | Michael Haggerty | 2014-04-07 | 1 | -1/+1 |
* | update-ref --stdin: read the whole input at once | Michael Haggerty | 2014-04-07 | 1 | -62/+108 |
* | update_refs(): fix constness | Michael Haggerty | 2014-04-07 | 1 | -1/+1 |
* | refs.h: rename the action_on_err constants | Michael Haggerty | 2014-04-07 | 1 | -2/+3 |
* | parse_arg(): really test that argument is properly terminated | Michael Haggerty | 2014-04-07 | 1 | -5/+15 |
* | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-with | Christian Couder | 2013-12-05 | 1 | -5/+5 |
* | Merge branch 'bk/refs-multi-update' | Junio C Hamano | 2013-09-20 | 1 | -1/+251 |
|\ |
|
| * | update-ref: support multiple simultaneous updates | Brad King | 2013-09-09 | 1 | -1/+251 |
* | | Replace deprecated OPT_BOOLEAN by OPT_BOOL | Stefan Beller | 2013-08-05 | 1 | -2/+2 |
|/ |
|
* | Use imperative form in help usage to describe an action | Nguyễn Thái Ngọc Duy | 2012-08-22 | 1 | -1/+1 |
* | i18n: update-ref: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 2012-08-22 | 1 | -5/+5 |
* | update-ref: whitespace fix | Pang Yan Han | 2011-08-25 | 1 | -1/+1 |
* | Move 'builtin-*' into a 'builtin/' subdirectory | Linus Torvalds | 2010-02-22 | 1 | -0/+58 |