git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH 0/3] updates to gitk & git-gui doc now gitview has gone
@ 2017-01-12 21:32 Philip Oakley
  2017-01-12 21:32 ` [PATCH 1/3] doc: gitk: remove gitview reference Philip Oakley
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Philip Oakley @ 2017-01-12 21:32 UTC (permalink / raw)
  To: GitList; +Cc: Junio C Hamano

gitview was removed recently.

> Sent: Tuesday, January 10, 2017 11:48 PM
> Subject: What's cooking in git.git (Jan 2017, #01; Tue, 10)

> * sb/remove-gitview (2017-01-07) 1 commit
>   (merged to 'next' on 2017-01-10 at dcb3abd146)
>  + contrib: remove gitview

> Will merge to 'master'.


Lets remove the reference in the gitk man page, and do some other
fixups while in the area.

Philip Oakley (3):
  doc: gitk: remove gitview reference
  doc: gitk: add the upstream repo location
  doc: git-gui browser does not default to HEAD

 Documentation/git-gui.txt |  2 +-
 Documentation/gitk.txt    | 14 ++++++++------
 2 files changed, 9 insertions(+), 7 deletions(-)

-- 
2.9.0.windows.1.323.g0305acf


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH 1/3] doc: gitk: remove gitview reference
  2017-01-12 21:32 [PATCH 0/3] updates to gitk & git-gui doc now gitview has gone Philip Oakley
@ 2017-01-12 21:32 ` Philip Oakley
  2017-01-12 22:25   ` Stefan Beller
  2017-01-12 21:32 ` [PATCH 2/3] doc: gitk: add the upstream repo location Philip Oakley
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 7+ messages in thread
From: Philip Oakley @ 2017-01-12 21:32 UTC (permalink / raw)
  To: GitList; +Cc: Junio C Hamano, Paul Mackerras

contrib/gitview has been removed. Remove the reference.

Signed-off-by: Philip Oakley <philipoakley@iee.org>
---
cc: Paul Mackerras <paulus@ozlabs.org>
---
 Documentation/gitk.txt | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Documentation/gitk.txt b/Documentation/gitk.txt
index e382dd9..73c02b9 100644
--- a/Documentation/gitk.txt
+++ b/Documentation/gitk.txt
@@ -187,10 +187,6 @@ SEE ALSO
 'qgit(1)'::
 	A repository browser written in C++ using Qt.
 
-'gitview(1)'::
-	A repository browser written in Python using Gtk. It's based on
-	'bzrk(1)' and distributed in the contrib area of the Git repository.
-
 'tig(1)'::
 	A minimal repository browser and Git tool output highlighter written
 	in C using Ncurses.
-- 
2.9.0.windows.1.323.g0305acf


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH 2/3] doc: gitk: add the upstream repo location
  2017-01-12 21:32 [PATCH 0/3] updates to gitk & git-gui doc now gitview has gone Philip Oakley
  2017-01-12 21:32 ` [PATCH 1/3] doc: gitk: remove gitview reference Philip Oakley
@ 2017-01-12 21:32 ` Philip Oakley
  2017-01-12 21:32 ` [PATCH 3/3] doc: git-gui browser does not default to HEAD Philip Oakley
  2017-01-13 15:23 ` [PATCH 0/3] updates to gitk & git-gui doc now gitview has gone Johannes Schindelin
  3 siblings, 0 replies; 7+ messages in thread
From: Philip Oakley @ 2017-01-12 21:32 UTC (permalink / raw)
  To: GitList; +Cc: Junio C Hamano, Paul Mackerras

Match the 'git gui' information regarding the graphical browser
and its upstream location.

Signed-off-by: Philip Oakley <philipoakley@iee.org>
---
cc: Paul Mackerras <paulus@ozlabs.org>
---
 Documentation/gitk.txt | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/Documentation/gitk.txt b/Documentation/gitk.txt
index 73c02b9..9244379 100644
--- a/Documentation/gitk.txt
+++ b/Documentation/gitk.txt
@@ -178,9 +178,15 @@ used by default. If '$XDG_CONFIG_HOME' is not set it defaults to
 History
 -------
 Gitk was the first graphical repository browser. It's written in
-tcl/tk and started off in a separate repository but was later merged
-into the main Git repository.
+tcl/tk.
 
+'gitk' is actually maintained as an independent project, but stable
+versions are distributed as part of the Git suite for the convenience
+of end users.
+
+gitk-git/ comes from Paul Mackerras's gitk project:
+
+        git://ozlabs.org/~paulus/gitk
 
 SEE ALSO
 --------
-- 
2.9.0.windows.1.323.g0305acf


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH 3/3] doc: git-gui browser does not default to HEAD
  2017-01-12 21:32 [PATCH 0/3] updates to gitk & git-gui doc now gitview has gone Philip Oakley
  2017-01-12 21:32 ` [PATCH 1/3] doc: gitk: remove gitview reference Philip Oakley
  2017-01-12 21:32 ` [PATCH 2/3] doc: gitk: add the upstream repo location Philip Oakley
@ 2017-01-12 21:32 ` Philip Oakley
  2017-01-13 15:23 ` [PATCH 0/3] updates to gitk & git-gui doc now gitview has gone Johannes Schindelin
  3 siblings, 0 replies; 7+ messages in thread
From: Philip Oakley @ 2017-01-12 21:32 UTC (permalink / raw)
  To: GitList; +Cc: Junio C Hamano, Shawn O . Pearce, Pat Thoyts

37cd4f7 ("Document git-gui, git-citool as mainporcelain manual pages",
2007-06-21) documented the default, but was shortly followed by c52c945
("git-gui: Allow blame/browser subcommands on bare repositories",
2007-07-17) which, it would appear, as a side effect, removed that default.

Finally document that change.

Signed-off-by: Philip Oakley <philipoakley@iee.org>
---
cc: Shawn O. Pearce <spearce@spearce.org>
cc: Pat Thoyts <patthoyts@users.sourceforge.net>
---
 Documentation/git-gui.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/git-gui.txt b/Documentation/git-gui.txt
index c1a3e8b..5f93f80 100644
--- a/Documentation/git-gui.txt
+++ b/Documentation/git-gui.txt
@@ -35,7 +35,7 @@ blame::
 
 browser::
 	Start a tree browser showing all files in the specified
-	commit (or `HEAD` by default).  Files selected through the
+	commit.  Files selected through the
 	browser are opened in the blame viewer.
 
 citool::
-- 
2.9.0.windows.1.323.g0305acf


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH 1/3] doc: gitk: remove gitview reference
  2017-01-12 21:32 ` [PATCH 1/3] doc: gitk: remove gitview reference Philip Oakley
@ 2017-01-12 22:25   ` Stefan Beller
  0 siblings, 0 replies; 7+ messages in thread
From: Stefan Beller @ 2017-01-12 22:25 UTC (permalink / raw)
  To: Philip Oakley; +Cc: GitList, Junio C Hamano, Paul Mackerras

On Thu, Jan 12, 2017 at 1:32 PM, Philip Oakley <philipoakley@iee.org> wrote:
> contrib/gitview has been removed. Remove the reference.

Thanks for this cleanup.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 0/3] updates to gitk & git-gui doc now gitview has gone
  2017-01-12 21:32 [PATCH 0/3] updates to gitk & git-gui doc now gitview has gone Philip Oakley
                   ` (2 preceding siblings ...)
  2017-01-12 21:32 ` [PATCH 3/3] doc: git-gui browser does not default to HEAD Philip Oakley
@ 2017-01-13 15:23 ` Johannes Schindelin
  2017-01-13 20:05   ` Junio C Hamano
  3 siblings, 1 reply; 7+ messages in thread
From: Johannes Schindelin @ 2017-01-13 15:23 UTC (permalink / raw)
  To: Philip Oakley; +Cc: GitList, Junio C Hamano

Hi Philip,

On Thu, 12 Jan 2017, Philip Oakley wrote:

> gitview was removed recently.
> 
> > Sent: Tuesday, January 10, 2017 11:48 PM
> > Subject: What's cooking in git.git (Jan 2017, #01; Tue, 10)
> 
> > * sb/remove-gitview (2017-01-07) 1 commit
> >   (merged to 'next' on 2017-01-10 at dcb3abd146)
> >  + contrib: remove gitview
> 
> > Will merge to 'master'.
> 
> 
> Lets remove the reference in the gitk man page, and do some other
> fixups while in the area.

These changes all look sensible to me.

Ciao,
Dscho

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 0/3] updates to gitk & git-gui doc now gitview has gone
  2017-01-13 15:23 ` [PATCH 0/3] updates to gitk & git-gui doc now gitview has gone Johannes Schindelin
@ 2017-01-13 20:05   ` Junio C Hamano
  0 siblings, 0 replies; 7+ messages in thread
From: Junio C Hamano @ 2017-01-13 20:05 UTC (permalink / raw)
  To: Johannes Schindelin; +Cc: Philip Oakley, GitList

Johannes Schindelin <Johannes.Schindelin@gmx.de> writes:

>> Lets remove the reference in the gitk man page, and do some other
>> fixups while in the area.
>
> These changes all look sensible to me.

To me, too.  Thanks, both.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-01-13 20:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-12 21:32 [PATCH 0/3] updates to gitk & git-gui doc now gitview has gone Philip Oakley
2017-01-12 21:32 ` [PATCH 1/3] doc: gitk: remove gitview reference Philip Oakley
2017-01-12 22:25   ` Stefan Beller
2017-01-12 21:32 ` [PATCH 2/3] doc: gitk: add the upstream repo location Philip Oakley
2017-01-12 21:32 ` [PATCH 3/3] doc: git-gui browser does not default to HEAD Philip Oakley
2017-01-13 15:23 ` [PATCH 0/3] updates to gitk & git-gui doc now gitview has gone Johannes Schindelin
2017-01-13 20:05   ` Junio C Hamano

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).