Changing to relative location of vc-git.awk
This commit is contained in:
@@ -17,7 +17,7 @@ while [ -n "$(echo $1 | grep '-')" ]; do
|
||||
done
|
||||
# English locale.
|
||||
LC_ALL=C
|
||||
git --no-pager log -1 HEAD --pretty=format:"Hash: %H%nAbr. Hash: %h%nParent Hashes: %P%nAbr. Parent Hashes: %p%nAuthor Name: %an%nAuthor Email: %ae%nAuthor Date: %ai%nCommitter Name: %cn%nCommitter Email: %ce%nCommitter Date: %ci%n" |gawk -v script=log -v full=$full -f ~/bin/vc-git.awk > vc
|
||||
git --no-pager log -1 HEAD --pretty=format:"Hash: %H%nAbr. Hash: %h%nParent Hashes: %P%nAbr. Parent Hashes: %p%nAuthor Name: %an%nAuthor Email: %ae%nAuthor Date: %ai%nCommitter Name: %cn%nCommitter Email: %ce%nCommitter Date: %ci%n" |gawk -v script=log -v full=$full -f ./resources/vc-git.awk > vc
|
||||
if [ "$mod" = 1 ]
|
||||
then
|
||||
git status |gawk -v script=status -f ~/bin/vc-git.awk >> vc
|
||||
|
||||
Reference in New Issue
Block a user