mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +00:00
disable hash stamping
This commit is contained in:
parent
3f38c47c66
commit
fc71d9287d
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
__version__ = "0.54.8-dev"
|
__version__ = "0.54.8-dev"
|
||||||
|
|
||||||
|
|
||||||
|
# This is disabled. Git pre-push hooks won't pick up a new commit with the hash.
|
||||||
|
|
||||||
"""[[[cog
|
"""[[[cog
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
|
@ -13,7 +16,7 @@ except subprocess.CalledProcessError:
|
||||||
|
|
||||||
cog.out(f'git_hash = "{git_hash}"')
|
cog.out(f'git_hash = "{git_hash}"')
|
||||||
]]]"""
|
]]]"""
|
||||||
git_hash = "36c41bf"
|
git_hash = None
|
||||||
"""[[[end]]]"""
|
"""[[[end]]]"""
|
||||||
|
|
||||||
if "-dev" in __version__ and git_hash:
|
if "-dev" in __version__ and git_hash:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue