Skip to content

Commit 93598cd

Browse files
brsongraydon
authored andcommitted
---
yaml --- r: 1173 b: refs/heads/master c: c90d114 h: refs/heads/master i: 1171: 9f3a0a1 v: v3
1 parent 083240b commit 93598cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 73fd87baf50da704b04837fe059ed4fcad0f4660
2+
refs/heads/master: c90d114d36e83ee8b58fc8c3354f9a9b83459437

trunk/doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ all: rust.pdf rust.html
44

55
version.texi: Makefile rust.texi
66
git log -1 \
7-
--format='@macro gitversion%n%h %ci%n@end macro%n' >$@
7+
--pretty=format:'@macro gitversion%n%h %ci%n@end macro%n' >$@
88

99
%.pdf: %.texi version.texi
1010
texi2pdf $<

trunk/src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ all: $(CFG_RUSTC) $(MKFILES) $(GENERATED)
297297

298298
boot/util/version.ml: Makefile
299299
$(CFG_QUIET)git log -1 \
300-
--format='let version = "prerelease (%h %ci)";;' >$@ || exit 1
300+
--pretty=format:'let version = "prerelease (%h %ci)";;' >$@ || exit 1
301301

302302
loc:
303303
$(CFG_QUIET)wc -l $(BOOT_MLS) $(RUNTIME_CS) $(RUNTIME_HDR)

0 commit comments

Comments
 (0)