summaryrefslogtreecommitdiff
path: root/builtin/replace.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-16refs: update ref transactions to use struct object_idLibravatar brian m. carlson1-1/+1
2017-10-16refs: convert delete_ref and refs_delete_ref to struct object_idLibravatar brian m. carlson1-1/+1
2017-08-20sha1_file: convert index_fd to struct object_idLibravatar Patryk Obara1-1/+1
2017-07-17sha1_name: convert get_sha1* to get_oid*Libravatar brian m. carlson1-2/+2
2017-07-10Merge branch 'ab/wildmatch'Libravatar Junio C Hamano1-1/+1
2017-06-24Merge branch 'bw/config-h'Libravatar Junio C Hamano1-0/+1
2017-06-23wildmatch: remove unused wildopts parameterLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams1-0/+1
2017-05-08Convert lookup_tag to struct object_idLibravatar brian m. carlson1-1/+1
2017-05-08Convert lookup_commit* to struct object_idLibravatar brian m. carlson1-2/+2
2017-04-17replace: plug a memory leakLibravatar Junio C Hamano1-0/+1
2017-03-30avoid using fixed PATH_MAX buffers for refsLibravatar Jeff King1-23/+27
2017-03-17Merge branch 'bc/object-id'Libravatar Junio C Hamano1-56/+56
2017-02-22builtin/replace: convert to struct object_idLibravatar brian m. carlson1-56/+56
2017-02-20delete_ref: accept a reflog message argumentLibravatar Kyle Meyer1-1/+1
2016-04-29Merge branch 'js/replace-edit-use-editor-configuration'Libravatar Junio C Hamano1-0/+1
2016-04-20replace --edit: respect core.editorLibravatar Johannes Schindelin1-0/+1
2015-11-20Convert struct object to object_idLibravatar brian m. carlson1-3/+3
2015-08-03Merge branch 'mh/replace-refs'Libravatar Junio C Hamano1-3/+3
2015-06-12Allow to control where the replace refs are looked forLibravatar Mike Hommey1-3/+3
2015-05-25show_reference(): rewrite to take an object_id argumentLibravatar Michael Haggerty1-10/+8
2015-05-25each_ref_fn: change to take an object_id parameterLibravatar Michael Haggerty1-1/+3
2015-02-17ref_transaction_update(): remove "have_old" parameterLibravatar Michael Haggerty1-1/+1
2014-10-15refs.c: pass the ref log message to _create/delete/update instead of _commitLibravatar Ronnie Sahlberg1-2/+3
2014-09-11Merge branch 'rs/ref-transaction-1'Libravatar Junio C Hamano1-6/+8
2014-09-03replace.c: use the ref transaction functions for updatesLibravatar Ronnie Sahlberg1-6/+8
2014-08-20run-command: introduce CHILD_PROCESS_INITLibravatar René Scharfe1-2/+2
2014-07-27Merge branch 'cc/replace-graft'Libravatar Junio C Hamano1-1/+125
2014-07-21replace: check mergetags when using --graftLibravatar Christian Couder1-0/+47
2014-07-21replace: remove signature when using --graftLibravatar Christian Couder1-0/+5
2014-07-21replace: add --graft optionLibravatar Christian Couder1-1/+73
2014-06-25replace: add a --raw mode for --editLibravatar Jeff King1-10/+21
2014-06-25replace: use argv_array in export_objectLibravatar Jeff King1-3/+5
2014-06-25avoid double close of descriptors handed to run_commandLibravatar Jeff King1-2/+0
2014-06-25replace: replace spaces with tabs in indentationLibravatar Jeff King1-3/+3
2014-05-19replace: add --edit to usage stringLibravatar Christian Couder1-0/+1
2014-05-19replace: die early if replace ref already existsLibravatar Christian Couder1-1/+4
2014-05-19replace: refactor checking ref validityLibravatar Christian Couder1-11/+20
2014-05-19replace: make sure --edit results in a different objectLibravatar Christian Couder1-0/+3
2014-04-29replace: add --edit optionLibravatar Jeff King1-1/+111
2014-04-29replace: factor object resolution out of replace_objectLibravatar Jeff King1-8/+18
2014-04-29replace: use OPT_CMDMODE to handle modesLibravatar Jeff King1-24/+25
2014-04-29replace: refactor command-mode determinationLibravatar Jeff King1-8/+6
2014-03-14Merge branch 'mh/replace-refs-variable-rename'Libravatar Junio C Hamano1-1/+1
2014-02-20rename read_replace_refs to check_replace_refsLibravatar Michael Haggerty1-1/+1
2014-02-20use wildmatch() directly without fnmatch() wrapperLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2013-12-30replace info: rename 'full' to 'long' and clarify in-code symbolsLibravatar Christian Couder1-10/+14
2013-12-12builtin/replace: unset read_replace_refsLibravatar Christian Couder1-0/+2
2013-12-12builtin/replace: teach listing using short, medium or full formatsLibravatar Christian Couder1-7/+54
2013-09-24Merge branch 'cc/replace-with-the-same-type'Libravatar Jonathan Nieder1-3/+13