From 9b907aef79325fc9a559e4c5d3eb327ad062d41e Mon Sep 17 00:00:00 2001 From: shefty Date: Wed, 25 Feb 2009 05:25:55 +0000 Subject: [PATCH] docs: add 'trunk' to generate-patch command line It's easier to generate patches if you can copy the command line directly out of the generate-patch.txt file. So include 'trunk' in the path. Signed-off-by: Sean Hefty git-svn-id: svn://openib.tc.cornell.edu/gen1@1988 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- trunk/docs/generate-patch.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/docs/generate-patch.txt b/trunk/docs/generate-patch.txt index 65293024..3210baba 100644 --- a/trunk/docs/generate-patch.txt +++ b/trunk/docs/generate-patch.txt @@ -4,7 +4,7 @@ by comparing two branches using a 'diff' program (e.g. GnuWin32 'diff'), the following syntax will help produce patches that are more easily reviewable: -diff -up -r -X docs\dontdiff.txt -I \$Id: old_path new_path +diff -up -r -X trunk\docs\dontdiff.txt -I \$Id: old_path new_path For full diff syntax information, see the diff documentation, but as a summary: -- 2.46.0