git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Aneesh Kumar <aneesh.kumar@gmail.com>
To: Junio C Hamano <junkio@cox.net>
Cc: git@vger.kernel.org
Subject: Re: contrib/ area
Date: Fri, 17 Feb 2006 18:06:41 +0530	[thread overview]
Message-ID: <cc723f590602170436l5b33ae6s1780c3c8d6383627@mail.gmail.com> (raw)
In-Reply-To: <7vmzgq451m.fsf@assigned-by-dhcp.cox.net>

[-- Attachment #1: Type: text/plain, Size: 410 bytes --]

On 2/17/06, Junio C Hamano <junkio@cox.net> wrote:
>
>
> One final request to Aneesh.  Could you send a patch to add a
> bit of blurb and introductory text in contrib/gitview/README,
> please?  As it stands, it would be hard to get as much exposure
> as we had hoped by just having it in git.git repository.
>


Attaching below the same in the form of patch generated by git format-patch

-aneesh

[-- Attachment #2: 0001-Add-a-README-for-gitview.txt --]
[-- Type: text/plain, Size: 1296 bytes --]

From nobody Mon Sep 17 00:00:00 2001
From: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
Date: Fri Feb 17 18:18:36 2006 +0530
Subject: Add a README for gitview

---

 contrib/gitview/gitview.txt |   38 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 38 insertions(+), 0 deletions(-)
 create mode 100644 contrib/gitview/gitview.txt

36acfaffcbb86bb4c8d2634ea84306a451a9c19b
diff --git a/contrib/gitview/gitview.txt b/contrib/gitview/gitview.txt
new file mode 100644
index 0000000..171295a
--- /dev/null
+++ b/contrib/gitview/gitview.txt
@@ -0,0 +1,38 @@
+gitview(1)
+==========
+
+NAME
+----
+gitview - A GTK based repository browser for git
+
+SYNOPSIS
+--------
+'gitview'  [options] [args]
+
+DESCRIPTION
+---------
+
+Dependencies
+
+* Python 2.4
+* PyGTK 2.8 or later
+* PyCairo 1.0 or later
+
+OPTIONS
+------
+	--without-diff
+		If the user doesn't want to list the commit diffs in the main window. This may speed up the repository browsing.
+
+	<args>
+		All the valid option for git-rev-list(1)
+
+EXAMPLES
+------
+	gitview v2.6.12.. include/scsi drivers/scsi
+	  Show as the changes since version v2.6.12 that changed any file in the include/scsi
+	  or drivers/scsi subdirectories
+
+	gitk --since=2.weeks.ago
+	  Show the changes during the last two weeks 
+
+	
-- 
1.2.0-dirty


  parent reply	other threads:[~2006-02-17 12:37 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-17 11:07 contrib/ area Junio C Hamano
2006-02-17 12:05 ` Alexandre Julliard
2006-02-17 12:24   ` Martin Langhoff
2006-02-18  6:49   ` Junio C Hamano
2006-02-18 16:49     ` Alexandre Julliard
2006-02-19 21:18   ` Sam Vilain
2006-02-19 21:56     ` Alexandre Julliard
2006-02-17 12:36 ` Aneesh Kumar [this message]
2006-02-18  6:50   ` Junio C Hamano
2006-02-18  8:38     ` Aneesh Kumar
2006-02-18  9:02       ` Junio C Hamano
2006-02-21  1:41 ` Ben Clifford
2006-02-21  3:58   ` Junio C Hamano
     [not found]     ` <b7bc5ebe0602202110l53418b32q@mail.gmail.com>
2006-02-21  7:43       ` Petr Baudis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cc723f590602170436l5b33ae6s1780c3c8d6383627@mail.gmail.com \
    --to=aneesh.kumar@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=junkio@cox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).