[PATCH] Improve the compilation-time settings interface
[git/dscho.git] / Documentation / git-apply-patch-script.txt
bloba6f860d42424c70827498e1577e961689f995b8e
1 git-apply-patch-script(1)
2 =========================
3 v0.1, May 2005
5 NAME
6 ----
7 git-apply-patch-script - Sample script to apply the diffs from git-diff-*
10 SYNOPSIS
11 --------
12 'git-apply-patch-script'
14 DESCRIPTION
15 -----------
16 This is a sample script to be used via the 'GIT_EXTERNAL_DIFF'
17 environment variable to apply the differences that the "git-diff-*"
18 family of commands report to the current work tree.
21 Author
22 ------
23 Written by Linus Torvalds <torvalds@osdl.org>
25 Documentation
26 --------------
27 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
29 GIT
30 ---
31 Part of the link:git.html[git] suite