Actions
User story #3123
closedMake a commit when restoring an archive
Status:
Released
Priority:
2
Assignee:
Category:
Web - Maintenance
Target version:
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:
Description
To create a new commit containing datas from an old commit you can execute the following git commands :
git rm targetFiles (to remove everything from what you want, could be anything (with .) or a directory or a file ...) git checkout MyReference targetFiles (My reference is a tag or commit, it will add the content from the reference corresponding to files) git commit
We have to mimic those command using Jgit
This will need an upgrade of Jgit as the version we use (1.3) can't do that easily.
Updated by Vincent MEMBRÉ almost 12 years ago
- Status changed from In progress to 10
Pull request https://github.com/Normation/rudder/pull/54
Updated by Jonathan CLARKE almost 12 years ago
- Status changed from 10 to Pending technical review
Updated by Vincent MEMBRÉ almost 12 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset 99c9c24bd12cc5d3c747dcd1a0e38712a836460f.
Updated by Matthieu CERDA almost 12 years ago
- Status changed from Pending release to Released
Updated by Nicolas PERRON almost 12 years ago
- Project changed from Rudder to 34
- Category deleted (
11) - Parent task deleted (
#3102)
Updated by Benoît PECCATTE over 9 years ago
- Tracker changed from Enhancement to User story
Actions