summaryrefslogtreecommitdiff
path: root/builtin/replace.c
AgeCommit message (Expand)Author
2015-02-17ref_transaction_update(): remove "have_old" parameterMichael Haggerty
2014-10-15refs.c: pass the ref log message to _create/delete/update instead of _commitRonnie Sahlberg
2014-09-11Merge branch 'rs/ref-transaction-1'Junio C Hamano
2014-09-03replace.c: use the ref transaction functions for updatesRonnie Sahlberg
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe
2014-07-27Merge branch 'cc/replace-graft'Junio C Hamano
2014-07-21replace: check mergetags when using --graftChristian Couder
2014-07-21replace: remove signature when using --graftChristian Couder
2014-07-21replace: add --graft optionChristian Couder
2014-06-25replace: add a --raw mode for --editJeff King
2014-06-25replace: use argv_array in export_objectJeff King
2014-06-25avoid double close of descriptors handed to run_commandJeff King
2014-06-25replace: replace spaces with tabs in indentationJeff King
2014-05-19replace: add --edit to usage stringChristian Couder
2014-05-19replace: die early if replace ref already existsChristian Couder
2014-05-19replace: refactor checking ref validityChristian Couder
2014-05-19replace: make sure --edit results in a different objectChristian Couder
2014-04-29replace: add --edit optionJeff King
2014-04-29replace: factor object resolution out of replace_objectJeff King
2014-04-29replace: use OPT_CMDMODE to handle modesJeff King
2014-04-29replace: refactor command-mode determinationJeff King
2014-03-14Merge branch 'mh/replace-refs-variable-rename'Junio C Hamano
2014-02-20rename read_replace_refs to check_replace_refsMichael Haggerty
2014-02-20use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy
2013-12-30replace info: rename 'full' to 'long' and clarify in-code symbolsChristian Couder
2013-12-12builtin/replace: unset read_replace_refsChristian Couder
2013-12-12builtin/replace: teach listing using short, medium or full formatsChristian Couder
2013-09-25Merge branch 'cc/replace-with-the-same-type'Jonathan Nieder
2013-09-20Merge branch 'bk/refs-multi-update'Junio C Hamano
2013-09-06replace: allow long option namesChristian Couder
2013-09-06replace: forbid replacing an object with one of a different typeChristian Couder
2013-08-30refs: report ref type from lock_any_ref_for_updateBrad King
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller
2013-06-18fix "builtin-*" references to be "builtin/*"Phil Hord
2012-11-13replace: parse revision argument for -dMichael J Gruber
2012-08-20i18n: replace: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2011-11-13Convert many resolve_ref() calls to read_ref*() and ref_exists()Nguyễn Thái Ngọc Duy
2011-10-05Change check_ref_format() to take a flags argumentMichael Haggerty
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds