Author name in version Iceberg?
What is needed to make sure the author/committer name is shown in a method version instead of 'GitHub' when using Iceberg? Stephan
Iceberg currently uses metadata-less format that does not store method timestamp because of the merging conflicts. You cannot do anything now, sorry. -- Pavel 2017-09-14 9:23 GMT+02:00 stephan <stephan@stack.nl>:
What is needed to make sure the author/committer name is shown in a method version instead of 'GitHub' when using Iceberg?
Stephan
AFAIK Esteban is planning to support blame in future at least for Tonel (the FileTree replacement), however we are not yet there. -- Pavel 2017-09-14 10:50 GMT+02:00 stephan <stephan@stack.nl>:
On 14-09-17 10:06, Pavel Krivanek wrote:
Iceberg currently uses metadata-less format that does not store method timestamp because of the merging conflicts. You cannot do anything now, sorry.
No support for blame?
Stephan
On 14 Sep 2017, at 10:53, Pavel Krivanek <pavel.krivanek@gmail.com> wrote:
AFAIK Esteban is planning to support blame in future at least for Tonel (the FileTree replacement), however we are not yet there.
this ^ (but we will support it for both: filetree AND tonel, if possible/easy/not hard to maintain) cheers, Esteban
-- Pavel
2017-09-14 10:50 GMT+02:00 stephan <stephan@stack.nl <mailto:stephan@stack.nl>>: On 14-09-17 10:06, Pavel Krivanek wrote: Iceberg currently uses metadata-less format that does not store method timestamp because of the merging conflicts. You cannot do anything now, sorry.
No support for blame?
Stephan
Hi guys We worked during years without blame. If you tell me I have a long list of more important items for esteban: - Freetype plugin killing - retina support - Idle Vm - signed mac VM - cleaning host logic in C VM logic - using SDL2 In fact our list is huge and I do not see blame. On Thu, Sep 14, 2017 at 10:57 AM, Esteban Lorenzano <estebanlm@gmail.com> wrote:
On 14 Sep 2017, at 10:53, Pavel Krivanek <pavel.krivanek@gmail.com> wrote:
AFAIK Esteban is planning to support blame in future at least for Tonel (the FileTree replacement), however we are not yet there.
this ^
(but we will support it for both: filetree AND tonel, if possible/easy/not hard to maintain)
cheers, Esteban
-- Pavel
2017-09-14 10:50 GMT+02:00 stephan <stephan@stack.nl>:
On 14-09-17 10:06, Pavel Krivanek wrote:
Iceberg currently uses metadata-less format that does not store method timestamp because of the merging conflicts. You cannot do anything now, sorry.
No support for blame?
Stephan
On 14-09-17 20:05, Stephane Ducasse wrote:
We worked during years without blame. If you tell me I have a long list of more important items for esteban: ...
In fact our list is huge and I do not see blame.
The thing is just to use blame to extract the author information. I guess it is the easiest way to get that out of git without storing the timestamp. Stephan
ahhhh ok but still we need help because our todo list is long. On Thu, Sep 14, 2017 at 8:37 PM, stephan <stephan@stack.nl> wrote:
On 14-09-17 20:05, Stephane Ducasse wrote:
We worked during years without blame. If you tell me I have a long list of more important items for esteban:
...
In fact our list is huge and I do not see blame.
The thing is just to use blame to extract the author information. I guess it is the easiest way to get that out of git without storing the timestamp.
Stephan
For FileTree using log should be enough to get the authorship. For tonel you need blame. On Thu, Sep 14, 2017 at 8:47 PM, Stephane Ducasse <stepharo.self@gmail.com> wrote:
ahhhh ok but still we need help because our todo list is long.
On Thu, Sep 14, 2017 at 8:37 PM, stephan <stephan@stack.nl> wrote:
On 14-09-17 20:05, Stephane Ducasse wrote:
We worked during years without blame. If you tell me I have a long list of more important items for esteban:
...
In fact our list is huge and I do not see blame.
The thing is just to use blame to extract the author information. I guess it is the easiest way to get that out of git without storing the timestamp.
Stephan
participants (5)
-
Esteban Lorenzano -
Pavel Krivanek -
Peter Uhnák -
stephan -
Stephane Ducasse