We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git rev-parse
1 parent e1e4ee6 commit 67d4daeCopy full SHA for 67d4dae
doc/manual/Makefile
@@ -157,7 +157,7 @@ doctest:
157
GITREPOPATH = $(shell cd $(CURDIR) && git rev-parse --git-dir)
158
GITREMOTE = origin
159
GITREMOTEURL = $(shell git config --get remote.$(GITREMOTE).url)
160
-GITLASTCOMMIT = $(shell git --short rev-parse HEAD)
+GITLASTCOMMIT = $(shell git rev-parse --short HEAD)
161
162
publish:
163
@test -d build/html || \
0 commit comments