git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git-filter-branch.txt: mention absolute path for scripts in --tree-filter
@ 2010-03-15  8:26 Jari Aalto
  2010-03-15  9:30 ` Johannes Sixt
  0 siblings, 1 reply; 5+ messages in thread
From: Jari Aalto @ 2010-03-15  8:26 UTC (permalink / raw)
  To: git


Signed-off-by: Jari Aalto <jari.aalto@cante.net>
---
 Documentation/git-filter-branch.txt |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Documentation/git-filter-branch.txt b/Documentation/git-filter-branch.txt
index 020028c..01bd0ad 100644
--- a/Documentation/git-filter-branch.txt
+++ b/Documentation/git-filter-branch.txt
@@ -91,6 +91,9 @@ OPTIONS
 	is then used as-is (new files are auto-added, disappeared files
 	are auto-removed - neither .gitignore files nor any other ignore
 	rules *HAVE ANY EFFECT*!).
++
+In case the <command> is a shell script, provide an absolute path.
+An example: --tree-filter 'sh /path/to/filter.sh'
 
 --index-filter <command>::
 	This is the filter for rewriting the index.  It is similar to the
-- 
1.7.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-03-15 17:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-15  8:26 [PATCH] git-filter-branch.txt: mention absolute path for scripts in --tree-filter Jari Aalto
2010-03-15  9:30 ` Johannes Sixt
2010-03-15 11:32   ` Jari Aalto
2010-03-15 11:57     ` Johannes Sixt
2010-03-15 17:14       ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).