From 1f7a818743280577f4b6733d638a852cd22faf63 Mon Sep 17 00:00:00 2001
From: Johannes Gilger
Date: Thu, 2 Apr 2009 11:58:11 +0200
Subject: [PATCH 1/6] UserManual: Add disclaimer as to what GitX is
Add a disclaimer about the intended use of GitX. A lot of people seem to
think GitX is a way to make using a complex system easy. Other think
that they can learn git by clicking their way around GitX.
Signed-off-by: Johannes Gilger
---
Site/UserManual/text/01 - Introduction.markdown | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/Site/UserManual/text/01 - Introduction.markdown b/Site/UserManual/text/01 - Introduction.markdown
index e654123..9b153e2 100644
--- a/Site/UserManual/text/01 - Introduction.markdown
+++ b/Site/UserManual/text/01 - Introduction.markdown
@@ -2,4 +2,15 @@ User Manual
-----------
This is the GitX user's manual. In this document, you will be able to read
-about everything you need to know on how to use GitX.
\ No newline at end of file
+about everything you need to know on how to use GitX.
+
+### Disclaimer
+
+GitX aims to be a graphical wrapper around the most-frequently used
+git-commands, enabling you to satisfy your daily git needs in one consistent
+program. GitX doesn't aspire to be a complete interface for the wide variety of
+git command-line programs with their ever-growing number of options. It's also
+no easy way to learn git. A sound understanding of how git stores data, how it
+works on that data and how to recover from (accidental) deletion of branches
+and commits will not only help you with git but will also enable you to learn
+GitX with greater confidence and speed.
From 8b74bc04f52fac996b42ae60a1b78b8042284e57 Mon Sep 17 00:00:00 2001
From: Johannes Gilger
Date: Wed, 2 Sep 2009 13:22:31 +0200
Subject: [PATCH 2/6] GitX 0.7 Release-Notes
This prepares the GitX 0.7 release-notes and also fixes two small bugs
in the previous notes.
It also fixes a CSS-bug which makes the gitx-website display the same
font with Firefox and Safari instead of using a serif with FF.
Signed-off-by: Johannes Gilger
---
Documentation/ReleaseNotes/v0.7.txt | 25 +++++++++++++++++++++++++
Site/text/index.markdown | 2 +-
2 files changed, 26 insertions(+), 1 deletion(-)
create mode 100644 Documentation/ReleaseNotes/v0.7.txt
diff --git a/Documentation/ReleaseNotes/v0.7.txt b/Documentation/ReleaseNotes/v0.7.txt
new file mode 100644
index 0000000..a2b99dd
--- /dev/null
+++ b/Documentation/ReleaseNotes/v0.7.txt
@@ -0,0 +1,25 @@
+v0.7
+===
+
+This feature-release has the following new features and enhancements:
+
+* Line-wise staging by selecting lines from hunks
+* Discarding hunks/changes to files (using git apply --reverse)
+* Show current HEAD in window-title
+* Show current branch in orange in history view
+* Collapse commit-list/diff-view using Command-Shift-Up/Down
+* Sign-Off commits in commit view
+* "Show in Finder" for files in commit view
+* Commit hooks are executed when committing
+
+Small enhancements:
+
+* Show committer name if it differs from authors name
+* Columns in history view can be toggled
+* Branches can be deleted from the UI
+* Reuse author-information when amending a commit
+* Use modal alerts where possible
+* Don't display content of binary-files in tree-view
+* Correctly determine whether a repo is bare or not
+
+In addition a lot of bugs were fixed.
diff --git a/Site/text/index.markdown b/Site/text/index.markdown
index c8bea36..7de3247 100644
--- a/Site/text/index.markdown
+++ b/Site/text/index.markdown
@@ -20,7 +20,7 @@ then in silky smooth OS X style!