33 Commits (7ebee44167fc25b975f5543472c851ab1840af1b)

Author SHA1 Message Date
Brandon Casey 6355e505ba builtin/revert.c: don't dereference a NULL pointer 14 years ago
Elijah Newren 04df568be5 revert: Fix trivial comment style issue 14 years ago
Jonathan Nieder 314eeb6e48 cherry-pick/revert: Use advise() for hints 14 years ago
Jonathan Nieder 981ff5c37a cherry-pick/revert: Use error() for failure message 14 years ago
Jonathan Nieder 2a41dfb03b Introduce advise() to print hints 14 years ago
Jonathan Nieder 130ab8ab9c Eliminate “Finished cherry-pick/revert” message 14 years ago
Jonathan Nieder 7610fa57e6 merge-recursive --renormalize 14 years ago
Christian Couder dfe7effe7d revert: rename variables related to subject in get_message() 14 years ago
Christian Couder 11af2aaed6 revert: refactor code to find commit subject in find_commit_subject() 14 years ago
Christian Couder 2c048a3038 revert: fix off by one read when searching the end of a commit subject 14 years ago
Christian Couder f29b5e06b3 revert: improve success message by adding abbreviated commit sha1 15 years ago
Christian Couder 3b2c5b6df4 revert: don't print "Finished one cherry-pick." if commit failed 15 years ago
Christian Couder 5df16453d4 revert: refactor commit code into a new run_git_commit() function 15 years ago
Christian Couder 7b53b92fdb revert: report success when using option --strategy 15 years ago
Jonathan Nieder e0ef8495e9 revert: do not rebuild argv on heap 15 years ago
Christian Couder f873a273d1 revert: accept arbitrary rev-list options 15 years ago
Christian Couder 7e2bfd3f99 revert: allow cherry-picking more than one commit 15 years ago
Christian Couder 4b2095622f revert: change help_msg() to take no argument 15 years ago
Christian Couder 7af46595b2 revert: refactor code into a do_pick_commit() function 15 years ago
Christian Couder 2fb0e14f40 revert: use run_command_v_opt() instead of execv_git_cmd() 15 years ago
Christian Couder 831244bd0d revert: cleanup code for -x option 15 years ago
Jonathan Nieder 43acff34b9 cherry-pick: do not dump core when iconv fails 15 years ago
Christian Couder 91e5259896 revert: add "--strategy" option to choose merge strategy 15 years ago
Christian Couder ae8c79fd8f revert: refactor merge recursive code into its own function 15 years ago
Christian Couder bc84a7fbac revert: use strbuf to refactor the code that writes the merge message 15 years ago
Jonathan Nieder bf975d379d cherry-pick, revert: add a label for ancestor 15 years ago
Jonathan Nieder d68565402a revert: clarify label on conflict hunks 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Jeff King 4d128884fb cherry-pick: prettify the advice message 15 years ago
Jeff King 97915544f8 cherry-pick: show commit name instead of sha1 15 years ago
Jeff King 08565bdb4b cherry-pick: format help message as strbuf 15 years ago
Jeff King dd9314cc2a cherry-pick: refactor commit parsing code 15 years ago
Jeff King 6e359978e9 cherry-pick: rewrap advice message 15 years ago
Matthieu Moy d38a30df7d Be more user-friendly when refusing to do something because of conflict. 15 years ago
Junio C Hamano cb6020bb01 Teach --[no-]rerere-autoupdate option to merge, revert and friends 15 years ago
Thomas Rast 0721c314a5 Use die_errno() instead of die() when checking syscalls 16 years ago
Stephen Boyd 3778292017 parse-opts: prepare for OPT_FILENAME 16 years ago
Brandon Casey 330db18c02 Use 'UTF-8' rather than 'utf-8' everywhere for backward compatibility 16 years ago
Chris Johnsen 0d66e95903 builtin-revert.c: release index lock when cherry-picking an empty commit 16 years ago
Stephan Beyer 75f3ff2eea Generalize and libify index_is_dirty() to index_differs_from(...) 16 years ago
Robin Rosenberg d5be89d8ad git-revert: record the parent against which a revert was made 16 years ago
Alex Riesen a4f34cbb4c Use git_pathdup instead of xstrdup(git_path(...)) 16 years ago
Alex Riesen d258b25887 Plug a memleak in builtin-revert 16 years ago
Junio C Hamano acd3b9eca8 Enhance hold_lock_file_for_{update,append}() API 16 years ago
Miklos Vajna 6eb1b43793 cherry-pick/revert: make direct internal call to merge_tree() 16 years ago
Abhijit Menon-Sen aa1a0111cc Make cherry-pick use rerere for conflict resolution. 16 years ago
Stephan Beyer 1e5f7add98 builtin-revert.c: typofix 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Johannes Schindelin f95ebf7429 Allow cherry-picking root commits 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago