[PATCH] Fix git patch header processing in git-apply.
[git.git] / Documentation / git-revert-script.txt
1 git-revert-script(1)
2 ====================
3
4 NAME
5 ----
6 git-revert-script - Revert an existing commit.
7
8 SYNOPSIS
9 --------
10 'git-revert-script' <commit>
11
12 DESCRIPTION
13 -----------
14 Given one existing commit, revert the change the patch introduces, and record a
15 new commit that records it.  This requires your working tree to be clean (no
16 modifications from the HEAD commit).
17
18 OPTIONS
19 -------
20 <commit>::
21         Commit to revert.
22
23 Author
24 ------
25 Written by Junio C Hamano <junkio@cox.net>
26
27 Documentation
28 --------------
29 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
30
31 GIT
32 ---
33 Part of the link:git.html[git] suite
34