]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/Git:_changed_behavior_w.r.t._timestamps.mdwn
Comment and done.
[ikiwiki.git] / doc / bugs / Git:_changed_behavior_w.r.t._timestamps.mdwn
index 6abe203a365c5b5552ac9fe59d7c0a15d49362d7..4ce7cc3df128fc40f7317dbc92c41cf52ac94bda 100644 (file)
@@ -187,3 +187,19 @@ intentional?  Otherwise I could supply a patch.
 > merge. As the file is then actually modified to resolve the merge
 > I think it makes sense to count the merge as the last modification in
 > that case. --[[Joey]] 
+
+>> That'd be reasonable, but `git log` will also show merges that are not
+>> conflicting (as in my case).
+
+>> Yet, I'm not totally disagreeing with your choice.  With this `git
+>> log` invocation, you're not able to tell from its output whether a
+>> conflict was resolved or not.
+
+>> Also, it's a bit like the *should we use the **author timestamp** or
+>> **commit timestamp*** discussion.  Your code will always use the
+>> latest timestamp.
+
+>> I guess I'll get my head wrapped around that, and it's fine, so this is
+>> [[done]].
+
+>> --[[tschwinge]]