]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-apply-patch-script.txt
[PATCH] Expose object ID computation functions.
[thirdparty/git.git] / Documentation / git-apply-patch-script.txt
CommitLineData
2cf565c5
DG
1git-apply-patch-script(1)
2=========================
3v0.1, May 2005
4
5NAME
6----
7git-apply-patch-script - Sample script to apply the diffs from git-diff-*
8
9
10SYNOPSIS
11--------
12'git-apply-patch-script'
13
14DESCRIPTION
15-----------
16This is a sample script to be used via the 'GIT_EXTERNAL_DIFF'
17environment variable to apply the differences that the "git-diff-*"
18family of commands report to the current work tree.
19
20
21Author
22------
23Written by Linus Torvalds <torvalds@osdl.org>
24
25Documentation
26--------------
27Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
28
29GIT
30---
31Part of the link:git.html[git] suite
32