Age | Commit message (Expand) | Author | Files | Lines |
2017-07-17 | sha1_name: convert get_sha1* to get_oid* | brian m. carlson | 1 | -2/+2 |
2017-07-10 | Merge branch 'ab/wildmatch' | Junio C Hamano | 1 | -1/+1 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
2017-06-23 | wildmatch: remove unused wildopts parameter | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-05-08 | Convert lookup_tag to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-05-08 | Convert lookup_commit* to struct object_id | brian m. carlson | 1 | -2/+2 |
2017-04-17 | replace: plug a memory leak | Junio C Hamano | 1 | -0/+1 |
2017-03-30 | avoid using fixed PATH_MAX buffers for refs | Jeff King | 1 | -23/+27 |
2017-03-17 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -56/+56 |
2017-02-22 | builtin/replace: convert to struct object_id | brian m. carlson | 1 | -56/+56 |
2017-02-20 | delete_ref: accept a reflog message argument | Kyle Meyer | 1 | -1/+1 |
2016-04-29 | Merge branch 'js/replace-edit-use-editor-configuration' | Junio C Hamano | 1 | -0/+1 |
2016-04-20 | replace --edit: respect core.editor | Johannes Schindelin | 1 | -0/+1 |
2015-11-20 | Convert struct object to object_id | brian m. carlson | 1 | -3/+3 |
2015-08-03 | Merge branch 'mh/replace-refs' | Junio C Hamano | 1 | -3/+3 |
2015-06-12 | Allow to control where the replace refs are looked for | Mike Hommey | 1 | -3/+3 |
2015-05-25 | show_reference(): rewrite to take an object_id argument | Michael Haggerty | 1 | -10/+8 |
2015-05-25 | each_ref_fn: change to take an object_id parameter | Michael Haggerty | 1 | -1/+3 |
2015-02-17 | ref_transaction_update(): remove "have_old" parameter | Michael Haggerty | 1 | -1/+1 |
2014-10-15 | refs.c: pass the ref log message to _create/delete/update instead of _commit | Ronnie Sahlberg | 1 | -2/+3 |
2014-09-11 | Merge branch 'rs/ref-transaction-1' | Junio C Hamano | 1 | -6/+8 |
2014-09-03 | replace.c: use the ref transaction functions for updates | Ronnie Sahlberg | 1 | -6/+8 |
2014-08-20 | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 1 | -2/+2 |
2014-07-27 | Merge branch 'cc/replace-graft' | Junio C Hamano | 1 | -1/+125 |
2014-07-21 | replace: check mergetags when using --graft | Christian Couder | 1 | -0/+47 |
2014-07-21 | replace: remove signature when using --graft | Christian Couder | 1 | -0/+5 |
2014-07-21 | replace: add --graft option | Christian Couder | 1 | -1/+73 |
2014-06-25 | replace: add a --raw mode for --edit | Jeff King | 1 | -10/+21 |
2014-06-25 | replace: use argv_array in export_object | Jeff King | 1 | -3/+5 |
2014-06-25 | avoid double close of descriptors handed to run_command | Jeff King | 1 | -2/+0 |
2014-06-25 | replace: replace spaces with tabs in indentation | Jeff King | 1 | -3/+3 |
2014-05-19 | replace: add --edit to usage string | Christian Couder | 1 | -0/+1 |
2014-05-19 | replace: die early if replace ref already exists | Christian Couder | 1 | -1/+4 |
2014-05-19 | replace: refactor checking ref validity | Christian Couder | 1 | -11/+20 |
2014-05-19 | replace: make sure --edit results in a different object | Christian Couder | 1 | -0/+3 |
2014-04-29 | replace: add --edit option | Jeff King | 1 | -1/+111 |
2014-04-29 | replace: factor object resolution out of replace_object | Jeff King | 1 | -8/+18 |
2014-04-29 | replace: use OPT_CMDMODE to handle modes | Jeff King | 1 | -24/+25 |
2014-04-29 | replace: refactor command-mode determination | Jeff King | 1 | -8/+6 |
2014-03-14 | Merge branch 'mh/replace-refs-variable-rename' | Junio C Hamano | 1 | -1/+1 |
2014-02-20 | rename read_replace_refs to check_replace_refs | Michael Haggerty | 1 | -1/+1 |
2014-02-20 | use wildmatch() directly without fnmatch() wrapper | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2013-12-30 | replace info: rename 'full' to 'long' and clarify in-code symbols | Christian Couder | 1 | -10/+14 |
2013-12-12 | builtin/replace: unset read_replace_refs | Christian Couder | 1 | -0/+2 |
2013-12-12 | builtin/replace: teach listing using short, medium or full formats | Christian Couder | 1 | -7/+54 |
2013-09-24 | Merge branch 'cc/replace-with-the-same-type' | Jonathan Nieder | 1 | -3/+13 |
2013-09-20 | Merge branch 'bk/refs-multi-update' | Junio C Hamano | 1 | -1/+1 |
2013-09-06 | replace: allow long option names | Christian Couder | 1 | -3/+3 |
2013-09-06 | replace: forbid replacing an object with one of a different type | Christian Couder | 1 | -0/+10 |