summaryrefslogtreecommitdiff
path: root/builtin-revert.c
AgeCommit message (Expand)Author
2008-12-22git-revert: record the parent against which a revert was madeRobin Rosenberg
2008-11-05Merge branch 'ar/mksnpath'Junio C Hamano
2008-10-31Merge branch 'maint'Junio C Hamano
2008-10-31Merge branch 'ar/maint-mksnpath' into ar/mksnpathJunio C Hamano
2008-10-31Use git_pathdup instead of xstrdup(git_path(...))Alex Riesen
2008-10-30Plug a memleak in builtin-revertAlex Riesen
2008-10-22Merge branch 'jc/maint-co-track'Junio C Hamano
2008-10-19Enhance hold_lock_file_for_{update,append}() APIJunio C Hamano
2008-09-03cherry-pick/revert: make direct internal call to merge_tree()Miklos Vajna
2008-08-11Make cherry-pick use rerere for conflict resolution.Abhijit Menon-Sen
2008-08-02Merge branch 'maint'Junio C Hamano
2008-08-02builtin-revert.c: typofixStephan Beyer
2008-07-17Merge branch 'sb/dashless'Junio C Hamano
2008-07-13Make usage strings dash-lessStephan Beyer
2008-07-07Allow cherry-picking root commitsJohannes Schindelin
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-04-26Allow cherry-pick (and revert) to add signoff lineDan McGee
2008-03-03Merge branch 'maint'Junio C Hamano
2008-03-03revert: actually check for a dirty indexJeff King
2008-02-22Avoid unnecessary "if-before-free" tests.Jim Meyering
2008-02-05Make error messages from cherry-pick/revert more sensibleJunio C Hamano
2008-01-16Improve use of lockfile APIBrandon Casey
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