From 261de2b0207773df141ac52a1573b7b437905a94 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 28 Apr 2010 02:32:30 +0100 Subject: [PATCH] status message ideas --- src/SparklePony.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/SparklePony.cs b/src/SparklePony.cs index a0759a0d..c8897662 100644 --- a/src/SparklePony.cs +++ b/src/SparklePony.cs @@ -309,6 +309,11 @@ public class Repository { Process.StartInfo.Arguments = "add --all"; Process.Start(); // TODO: Format the commit message here + // Format: list-add In 'GNOME3', Hylke Bons added 'widgets.svg' and 3 more. + // Format: pencil In 'GNOME3', Hylke Bons changed 'widgets.svg' and 2 more. + // Format: pencil In 'GNOME3', Hylke Bons renamed 'widgets.svg' to 'gnome.svg'. + // Format: edit-redo 'GNOME3', Hylke Bons moved 'widgets.svg' to 'gnome.svg'. + // Format: list-remove In 'GNOME3', Hylke Bons deleted 'widgets.svg'. Commit ("Stuff happened"); }