This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 66
Capture svn info / git commit on deploy modules #441
Labels
Milestone
Comments
rlouapre
changed the title
Capture svn info / git commit on deploy module
Capture svn info / git commit on deploy modules
May 15, 2015
Interesting. How do you use that info? I think we could integrate this, and potentially auto-detect svn or git. Maybe add a toggle to activate it. ml.add-code-info=true/false |
It is essentially used during development phase when |
Looks like you could do something like:
getting the current commit hash, then add that to the repo. That does not indicate whether the repo has any uncommitted modifications, but it's something. |
grtjn
added a commit
to grtjn/roxy
that referenced
this issue
Jul 8, 2015
dmcassel
added a commit
that referenced
this issue
Aug 25, 2015
Fixed #441: allowed saving commit info in src
fixed in dev |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I end up writing these 2 extensions for that purpose:
For svn:
For git:
The text was updated successfully, but these errors were encountered: