Retrieve all the different changes for a feature #486
-
I've made for testing three edits on a single feature, now I'd like to get all the different changes applied for that particular feature identifier. trying with:
but it gives only the whole change while the log tells about the three different commits since the Is that possible with a single command? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Sorry we missed this a month ago. It sounds like you are looking for:
Does that all sound right? None of that exists at present but I think we can work on it. |
Beta Was this translation helpful? Give feedback.
-
This has been implemented - it'll be in the v0.10.8 release when it happens. Feel free to download a recent build and try it out.
|
Beta Was this translation helpful? Give feedback.
Sorry we missed this a month ago.
It sounds like you are looking for:
log
produce a diff for each commit; i.e. an equivalent ofgit log -p
.Does that all sound right? None of that exists at present but I think we can work on it.