summaryrefslogtreecommitdiff
path: root/builtin/revert.c
AgeCommit message (Expand)Author
2010-09-27builtin/revert.c: don't dereference a NULL pointerBrandon Casey
2010-09-03Merge branch 'jn/merge-renormalize'Junio C Hamano
2010-08-31Merge branch 'jn/cherry-revert-message-clean-up'Junio C Hamano
2010-08-18Merge branch 'cc/find-commit-subject'Junio C Hamano
2010-08-16cherry-pick/revert: Use advise() for hintsJonathan Nieder
2010-08-16cherry-pick/revert: Use error() for failure messageJonathan Nieder
2010-08-16Introduce advise() to print hintsJonathan Nieder
2010-08-16Eliminate “Finished cherry-pick/revert” messageJonathan Nieder
2010-08-06merge-recursive --renormalizeJonathan Nieder
2010-07-23revert: rename variables related to subject in get_message()Christian Couder
2010-07-23revert: refactor code to find commit subject in find_commit_subject()Christian Couder
2010-07-23revert: fix off by one read when searching the end of a commit subjectChristian Couder
2010-07-16revert: improve success message by adding abbreviated commit sha1Christian Couder
2010-07-16revert: don't print "Finished one cherry-pick." if commit failedChristian Couder
2010-07-16revert: refactor commit code into a new run_git_commit() functionChristian Couder
2010-07-16revert: report success when using option --strategyChristian Couder
2010-06-29revert: do not rebuild argv on heapJonathan Nieder
2010-06-25revert: accept arbitrary rev-list optionsChristian Couder
2010-06-02revert: allow cherry-picking more than one commitChristian Couder
2010-06-02revert: change help_msg() to take no argumentChristian Couder
2010-06-02revert: refactor code into a do_pick_commit() functionChristian Couder
2010-06-02revert: use run_command_v_opt() instead of execv_git_cmd()Christian Couder
2010-06-02revert: cleanup code for -x optionChristian Couder
2010-05-09Merge branch 'cc/revert-strategy'Junio C Hamano
2010-05-08cherry-pick: do not dump core when iconv failsJonathan Nieder
2010-04-03Merge branch 'jn/merge-diff3-label'Junio C Hamano
2010-04-01revert: add "--strategy" option to choose merge strategyChristian Couder
2010-04-01revert: refactor merge recursive code into its own functionChristian Couder
2010-04-01revert: use strbuf to refactor the code that writes the merge messageChristian Couder
2010-03-29Merge branch 'cc/cherry-pick-ff'Junio C Hamano
2010-03-21cherry-pick, revert: add a label for ancestorJonathan Nieder
2010-03-21revert: clarify label on conflict hunksJonathan Nieder
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds