summaryrefslogtreecommitdiff
path: root/builtin-revert.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Use xmemdupz() in many places.Pierre Habouzit2007-09-181-3/+1
|/
* More staticJunio C Hamano2007-06-131-2/+2
* Missing statics.Pierre Habouzit2007-06-081-1/+1
* Fix command line parameter parser of revert/cherry-pickJunio C Hamano2007-05-231-2/+5
* Correct error message in revert/cherry-pickShawn O. Pearce2007-05-101-1/+1
* Use .git/MERGE_MSG in cherry-pick/revertShawn O. Pearce2007-05-081-11/+6
* git-revert: Revert revert message to old behaviourJohannes Schindelin2007-03-241-5/+5
* Correct new compiler warnings in builtin-revertShawn O. Pearce2007-03-121-2/+2
* Switch to run_command_v_opt in revertShawn O. Pearce2007-03-111-4/+9
* cherry-pick: Bug fix 'cherry picked from' message.Shawn O. Pearce2007-03-051-2/+2
* cherry-pick: Suggest a better method to retain authorshipJohannes Schindelin2007-03-041-13/+6
* Make git-revert & git-cherry-pick a builtinJohannes Schindelin2007-03-031-0/+406