-
Suggestion
-
Resolution: Fixed
Example:
/home/stash/data/repositories/1/config
[stash] hierarchyid = 9b3731760974b2b323e7 [repository] name = test-repo [project] name = PROJECT
In this case we can easy get project and repository names in hook with command: `git config --get project.name`
[BSERV-3972] Store project and repository names in git config
Workflow | Original: JAC Suggestion Workflow [ 3396116 ] | New: JAC Suggestion Workflow 3 [ 3624199 ] |
Status | Original: RESOLVED [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: BSERV Suggestions Workflow [ 2686889 ] | New: JAC Suggestion Workflow [ 3396116 ] |
Workflow | Original: Stash Workflow [ 561363 ] | New: BSERV Suggestions Workflow [ 2686889 ] |
Status | Original: Closed [ 6 ] | New: Resolved [ 5 ] |
Remote Link | Original: This issue links to "Page (Extranet)" [ 238268 ] |
Remote Link | New: This issue links to "Page (Extranet)" [ 292690 ] |
Remote Link | New: This issue links to "Page (Extranet)" [ 243209 ] |
Remote Link | New: This issue links to "Page (Extranet)" [ 238268 ] |
Fix Version/s | New: 4.12.0 [ 64397 ] | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: To be reviewed [ 10026 ] | New: Closed [ 6 ] |
zakaria.boutami
That's correct. Git intentionally does not allow the server to make changes to clones; it's a security consideration, to ensure a malevolent server cannot "attack" clients through their configuration.
Best regards,
Bryan Turner
Atlassian Bitbucket