Jens Lehmann wrote:
> Am 23.06.2014 20:24, schrieb Stephen Kelly:
>> Stephen Kelly wrote:
>>
>>> I see that gitk is showing the output of git diff --submodule, similar
>>> to git submodule summary.
>
> Right, and for your use case --submodule would have to learn a
> different value in addition t
Am 23.06.2014 20:24, schrieb Stephen Kelly:
> Stephen Kelly wrote:
>
>> I see that gitk is showing the output of git diff --submodule, similar to
>> git submodule summary.
Right, and for your use case --submodule would have to learn a
different value in addition to 'log' and 'short'. And the defa
Stephen Kelly wrote:
> I see that gitk is showing the output of git diff --submodule, similar to
> git submodule summary.
>
> Assuming that is not going to be changed, maybe I can hack
> parseblobdiffline locally. I have not really tried to read of write tcl
> code before though, so I'd still pre
Stephen Kelly wrote:
> Failing all of that, can you show me where the code would need to be
> changed to list all of the newly-reachable commits? I can keep a commit
> for myself then.
I see that gitk is showing the output of git diff --submodule, similar to
git submodule summary.
Assuming that
Jens Lehmann wrote:
> But I agree that this is suboptimal for your workflow. What about adding
> a "Visualize These Changes In The Submodule" menu entry for the context
> menu of a change in gitk just like the one git gui already has? Then the
> user could examine the merges in more detail if he w
Jens Lehmann wrote:
> Am 22.06.2014 17:45, schrieb Stephen Kelly:
>> Jens Lehmann wrote:
>>
>>> Am 22.06.2014 16:09, schrieb Stephen Kelly:
>>> But I agree that this is suboptimal for your workflow. What about adding
>>> a "Visualize These Changes In The Submodule" menu entry for the context
>>>
Am 22.06.2014 17:45, schrieb Stephen Kelly:
> Jens Lehmann wrote:
>
>> Am 22.06.2014 16:09, schrieb Stephen Kelly:
>> But I agree that this is suboptimal for your workflow. What about adding
>> a "Visualize These Changes In The Submodule" menu entry for the context
>> menu of a change in gitk just
Stephen Kelly wrote:
>> But I agree that this is suboptimal for your workflow. What about adding
>> a "Visualize These Changes In The Submodule" menu entry for the context
>> menu of a change in gitk just like the one git gui already has?
>
> Can you tell me how to find and try that out in git gu
Jens Lehmann wrote:
> Am 22.06.2014 16:09, schrieb Stephen Kelly:
>> Please show the same information (ie all commits newly reachable
>> from develop) in the submodule gitk output.
>
> This should not happen by default. If you have a feature branch based
> workflow, the merge is just what you wa
Am 22.06.2014 16:09, schrieb Stephen Kelly:
>
> Hello,
>
> boost.git, is using submodules.
>
> If I run gitk after a pull, there are some messages along the lines of
>
>
> Update preprocessor from develop.
>
> Submodule libs/preprocessor 9d2d1ff..1422fce:
> Merge branch 'master' i
Hello,
boost.git, is using submodules.
If I run gitk after a pull, there are some messages along the lines of
Update preprocessor from develop.
Submodule libs/preprocessor 9d2d1ff..1422fce:
Merge branch 'master' into develop
That is, it shows only the merge.
If I then run
g
11 matches
Mail list logo