summaryrefslogtreecommitdiff
path: root/builtin/replace.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-20Merge branch 'bk/refs-multi-update'Libravatar Junio C Hamano1-1/+1
2013-09-06replace: allow long option namesLibravatar Christian Couder1-3/+3
2013-09-06replace: forbid replacing an object with one of a different typeLibravatar Christian Couder1-0/+10
2013-08-30refs: report ref type from lock_any_ref_for_updateLibravatar Brad King1-1/+1
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLLibravatar Stefan Beller1-3/+3
2013-06-18fix "builtin-*" references to be "builtin/*"Libravatar Phil Hord1-1/+1
2012-11-13replace: parse revision argument for -dLibravatar Michael J Gruber1-6/+9
2012-08-20i18n: replace: mark parseopt strings for translationLibravatar Nguyễn Thái Ngọc Duy1-6/+6
2011-11-13Convert many resolve_ref() calls to read_ref*() and ref_exists()Libravatar Nguyễn Thái Ngọc Duy1-2/+2
2011-10-05Change check_ref_format() to take a flags argumentLibravatar Michael Haggerty1-1/+1
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLibravatar Linus Torvalds1-0/+159