public
Description: "Color and the Problem of Perceptual Presence", a critical discussion of Alva Noë's account of color constancy.
Homepage: http://markelikalderon.com
Clone URL: git://github.com/PhilGeek/enactedcolor.git
100644 11 lines (10 sloc) 0.513 kb
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# This is file 'vc' from the vc bundle for TeX.
# The original file can be found at CTAN:support/vc.
# This file is Public Domain.
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 -f vc-git.awk > vc.tex
if [ "$1" = "-m" ]
then
git status |gawk -v script=status -f vc-git.awk >> vc.tex
fi