[gimp-web/testing] Add info on using git show --stat for logging



commit cc4f1e1b5d9d27637704749c50e896bd34960e34
Author: Pat David <patdavid gmail com>
Date:   Mon May 23 15:47:29 2016 -0500

    Add info on using git show --stat for logging

 content/about/meta/git-workflow.md |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/content/about/meta/git-workflow.md b/content/about/meta/git-workflow.md
index 2a9bab2..7b66354 100644
--- a/content/about/meta/git-workflow.md
+++ b/content/about/meta/git-workflow.md
@@ -145,3 +145,13 @@ This is helpful if there's a different author but we need to track down who actu
 
 <small markdown=1>I referenced [this post][] by Ariejan de Vroom for some of this information.</small>
 [this post]: https://ariejan.net/2009/10/26/how-to-create-and-apply-a-patch-with-git/
+
+
+
+## Bugzilla Logging
+If you fix something and need to reference what was fixed in a bugzilla thread, you can get consistent
+output with the rest of GIMP log messages by using:
+
+`git show --stat`
+
+and pasting the results into the bugzilla message.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]