summaryrefslogtreecommitdiff
path: root/builtin-revert.c
AgeCommit message (Expand)Author
2007-11-30Mention that git-rm can be an appropriate resolution as well as git-add.David Symonds
2007-11-30revert/cherry-pick: Allow overriding the help text by the calling PorcelainWincent Colaiuta
2007-11-25revert/cherry-pick: do not mention the original refJunio C Hamano
2007-11-14Merge branch 'maint'Junio C Hamano
2007-11-13Resurrect git-revert.sh example and add comment to builtin-revert.cJunio C Hamano
2007-11-13revert/cherry-pick: allow starting from dirty work tree.Junio C Hamano
2007-11-04Merge branch 'jc/revert-merge'Junio C Hamano
2007-11-02Merge branch 'ph/parseopt'Junio C Hamano
2007-10-31Merge branch 'maint' into HEADJunio C Hamano
2007-10-30cherry-pick/revert: more compact user direction messageNicolas Pitre
2007-10-30Make builtin-revert.c use parse_options.Pierre Habouzit
2007-10-27revert/cherry-pick: work on merge commits as wellJunio C Hamano
2007-09-19Use xmemdupz() in many places.Pierre Habouzit
2007-06-13More staticJunio C Hamano
2007-06-08Missing statics.Pierre Habouzit
2007-05-23Fix command line parameter parser of revert/cherry-pickJunio C Hamano
2007-05-10Correct error message in revert/cherry-pickShawn O. Pearce
2007-05-09Use .git/MERGE_MSG in cherry-pick/revertShawn O. Pearce
2007-03-24git-revert: Revert revert message to old behaviourJohannes Schindelin
2007-03-13Correct new compiler warnings in builtin-revertShawn O. Pearce
2007-03-12Switch to run_command_v_opt in revertShawn O. Pearce
2007-03-06cherry-pick: Bug fix 'cherry picked from' message.Shawn O. Pearce
2007-03-04cherry-pick: Suggest a better method to retain authorshipJohannes Schindelin
2007-03-04Make git-revert & git-cherry-pick a builtinJohannes Schindelin