generated from AndreasAugustin/template
-
-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Describe the feature
We pull from the source repository.
Within the target repository we can loose the information about the last pulled git hash.
E.g. because of squashed commits. Github will keep those dangling commits some time but will most likely be garbage collected.
To keep the hash within the target repository the commit should be tagged with a version.
Current idea is to use something like the branch name <templatesync_hash>.
It needs to be possible to get an order of those tags to be able to find the last one.
Use Case
The current deletion of files feature is buggy and not working.
To be able to find all deleted remote files the last merge hash must be known.
Proposed Solution
Add the hash and push it together with the branch.
Acknowledgements
- I may be able to implement this feature request
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Projects
Status
To do