From ce2fa7961fbd5d2598b7472edd02b23f421c8a64 Mon Sep 17 00:00:00 2001 From: Pieter de Bie Date: Fri, 12 Sep 2008 20:32:52 +0200 Subject: [PATCH] Update releasenotes --- Documentation/ReleaseNotes.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/ReleaseNotes.txt b/Documentation/ReleaseNotes.txt index d86ce0f..09658a6 100644 --- a/Documentation/ReleaseNotes.txt +++ b/Documentation/ReleaseNotes.txt @@ -6,7 +6,10 @@ V0.3: Changes since v0.2.1 * The program has an icon * Also displays remote branches in the branch list * Is better in determining if a directory is a bare git repository - +* Support for --left-right: use 'gitx --left-right HEAD..origin/master' + to see which commits are only on your branch or on their branch +* Navigate through changed hunks by using j/k keys +* Scroll down in webview by using space / shift-space V0.2.1 ===