projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f68db81
)
git_sha1_gen.py: fix out-of-date comment
author
Eric Engestrom
<eric@engestrom.ch>
Tue, 19 May 2020 23:22:01 +0000
(
01:22
+0200)
committer
Marge Bot
<eric+marge@anholt.net>
Wed, 20 May 2020 22:05:41 +0000
(22:05 +0000)
This hasn't been true since
7088622e5fb506b64c90
("buildsys: move file
regeneration logic to the script itself") almost 3 years ago.
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5112>
bin/git_sha1_gen.py
patch
|
blob
|
history
diff --git
a/bin/git_sha1_gen.py
b/bin/git_sha1_gen.py
index c6fbf4903020b1b1f292468f313a983c356ca340..7fb5c9907353a536f9137a303942dcf77afc0a22 100644
(file)
--- a/
bin/git_sha1_gen.py
+++ b/
bin/git_sha1_gen.py
@@
-1,6
+1,5
@@
"""
Generate the contents of the git_sha1.h file.
-The output of this script goes to stdout.
"""