From c92a8be45d706575ad2654491fc4aae7d095241f Mon Sep 17 00:00:00 2001 From: "G.raud" Date: Mon, 31 Mar 2014 15:06:04 +0200 Subject: [PATCH] README: [fix] in examples do not prepend the program name by the cwd --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 3a1efbc..62596be 100644 --- a/README +++ b/README @@ -17,11 +17,11 @@ Basic usage: cd git-repo # may be a subdir of the toplevel of a repo GIT_AUTHOR_NAME="Firstname Lastname" GIT_AUTHOR_EMAIL=user@host \ - ./archives2git ../oldproject-?.??.tar.gz + archives2git ../oldproject-?.??.tar.gz Some possible options: - ./archives2git + archives2git --keep-filter 'test x.gitignore = x"$file"' # keep (only) the .gitignore file --keep-filter 'echo "$file" | grep -q -f $HOME/filepats' -- 2.11.4.GIT