<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,18 +1,53 @@
-# Egg (Emacs Got Git) is an clone of Magit
-
-## MAGIT
-
-Magit is an interface to the version control system Git, implemented
-as an extension to Emacs by Marius Voller.
-
-Please find his code at: http://zagadka.vm.bytemark.co.uk/magit
-
-
-## EGG
+# Egg (Emacs Got Git).
+
+## Intro
+
+Egg is an Emacs interface to git. It's a suite composed of a
+minor-mode and various special-buffers presenting different UIs to
+help the user performing many git operations.
+
+- egg-minor-mode: providing git-specific vc-look-alike interface
+  including similar key-bindings, a minor-mode menu and history
+  annotations (blame).
+- egg's status-buffer:
+  - index manipulation/commit preparation
+  - interactive rebase stepping
+  - merge conflict resolution
+  - stashing work-in-progress
+  - adding ignore pattern
+  - staging new files
+  - ediff or ediff3 launching. (e.g. 3-way ediff of
+    work-dir/INDEX/HEAD, 3-way ediff of work-dir/theirs/ours)
+- egg's log-buffer
+  - browse repo's history
+  - ref (tag, branch, etc) creation and deletion
+  - push and fetch
+  - start merge/rebase/interactive-rebase session
+  - attach/detach HEAD
+  - search history (pickaxe)
+  - compare revisions
+- egg's file-log-buffer: restricted version of the log-buffer, used to
+  browse history of a single file.
+- egg's reflog-buffer: restricted variation of the log-buffer, used to
+  browse the git's reflog and re-attach HEAD.
+- egg's query:commit-buffer: restricted variation of the log-buffer,
+  used to browse history-search's results (pickaxe)
+- egg's stash-buffer: a log-buffer look-a-like, used to browse and
+  apply stash entries to work-dir
+- egg-grep: a compile-mode which can grep files in non-checkout git
+  revisions.
+- egg's commit-log-edit buffer: used to compose the commit-message for
+  the upcoming commit. it can do some minor index manipulation.
+- egg's tag:msg-buffer: used to compose the message of an annotated tag
+- egg's diff-buffer: used to view the delta between file or repo revisions.
+
+## History
 
 The design and most ideas in Egg was borrowed/stolen from
 Magit. However, egg has grown with many functionalities not present in
 magit and should be considered based its own merits.
 
+## MAGIT
 
-*The END.*
+Magit is an interface to the version control system Git, implemented
+by Marius Voller. His code at: http://zagadka.vm.bytemark.co.uk/magit</diff>
      <filename>README.markdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d4c2976bafdade81719064af95678c933e47420e</id>
    </parent>
  </parents>
  <author>
    <name>Bogolisk</name>
    <email>bogolisk@gmail.com</email>
  </author>
  <url>http://github.com/bogolisk/egg/commit/0ec30fd9dc520eabcaa05b6fe44fe34679af0eb1</url>
  <id>0ec30fd9dc520eabcaa05b6fe44fe34679af0eb1</id>
  <committed-date>2009-01-04T18:17:42-08:00</committed-date>
  <authored-date>2009-01-04T18:17:42-08:00</authored-date>
  <message>test markdown</message>
  <tree>6fb304c59eda10ce7110a863e73f486aa112c47f</tree>
  <committer>
    <name>Bogolisk</name>
    <email>bogolisk@gmail.com</email>
  </committer>
</commit>
