aboutsummaryrefslogtreecommitdiff
path: root/builtin/replace.c
Commit message (Expand)AuthorAge
* replace: plug a memory leakJunio C Hamano2017-04-17
* avoid using fixed PATH_MAX buffers for refsJeff King2017-03-30
* Merge branch 'bc/object-id'Junio C Hamano2017-03-17
|\
| * builtin/replace: convert to struct object_idbrian m. carlson2017-02-22
* | delete_ref: accept a reflog message argumentKyle Meyer2017-02-20
|/
* Merge branch 'js/replace-edit-use-editor-configuration'Junio C Hamano2016-04-29
|\
| * replace --edit: respect core.editorJohannes Schindelin2016-04-20
* | Convert struct object to object_idbrian m. carlson2015-11-20
|/
* Merge branch 'mh/replace-refs'Junio C Hamano2015-08-03
|\
| * Allow to control where the replace refs are looked forMike Hommey2015-06-12
* | show_reference(): rewrite to take an object_id argumentMichael Haggerty2015-05-25
* | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-25
|/
* ref_transaction_update(): remove "have_old" parameterMichael Haggerty2015-02-17
* refs.c: pass the ref log message to _create/delete/update instead of _commitRonnie Sahlberg2014-10-15
* Merge branch 'rs/ref-transaction-1'Junio C Hamano2014-09-11
|\
| * replace.c: use the ref transaction functions for updatesRonnie Sahlberg2014-09-03
* | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-20
* | Merge branch 'cc/replace-graft'Junio C Hamano2014-07-27
|\ \
| * | replace: check mergetags when using --graftChristian Couder2014-07-21
| * | replace: remove signature when using --graftChristian Couder2014-07-21
| * | replace: add --graft optionChristian Couder2014-07-21
| |/
* | replace: add a --raw mode for --editJeff King2014-06-25
* | replace: use argv_array in export_objectJeff King2014-06-25
* | avoid double close of descriptors handed to run_commandJeff King2014-06-25
* | replace: replace spaces with tabs in indentationJeff King2014-06-25
|/
* replace: add --edit to usage stringChristian Couder2014-05-19
* replace: die early if replace ref already existsChristian Couder2014-05-19
* replace: refactor checking ref validityChristian Couder2014-05-19
* replace: make sure --edit results in a different objectChristian Couder2014-05-19
* replace: add --edit optionJeff King2014-04-29
* replace: factor object resolution out of replace_objectJeff King2014-04-29
* replace: use OPT_CMDMODE to handle modesJeff King2014-04-29
* replace: refactor command-mode determinationJeff King2014-04-29
* Merge branch 'mh/replace-refs-variable-rename'Junio C Hamano2014-03-14
|\
| * rename read_replace_refs to check_replace_refsMichael Haggerty2014-02-20
* | use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy2014-02-20
|/
* replace info: rename 'full' to 'long' and clarify in-code symbolsChristian Couder2013-12-30
* builtin/replace: unset read_replace_refsChristian Couder2013-12-12
* builtin/replace: teach listing using short, medium or full formatsChristian Couder2013-12-12
* Merge branch 'cc/replace-with-the-same-type'Jonathan Nieder2013-09-24
|\
| * replace: allow long option namesChristian Couder2013-09-06
| * replace: forbid replacing an object with one of a different typeChristian Couder2013-09-06
* | Merge branch 'bk/refs-multi-update'Junio C Hamano2013-09-20
|\ \
| * | refs: report ref type from lock_any_ref_for_updateBrad King2013-08-30
| |/
* | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-05
|/
* fix "builtin-*" references to be "builtin/*"Phil Hord2013-06-18
* replace: parse revision argument for -dMichael J Gruber2012-11-13
* i18n: replace: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-20
* Convert many resolve_ref() calls to read_ref*() and ref_exists()Nguyễn Thái Ngọc Duy2011-11-13
* Change check_ref_format() to take a flags argumentMichael Haggerty2011-10-05