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