Re: [PATCH 1/2] Remove obsolete commit-walkers

Subsystems: documentation, the rest

5 messages, 3 authors, 2016-06-15 · open the first message on its own page

Re: [PATCH 1/2] Remove obsolete commit-walkers

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:43:19

I'll apply this after 1.5.3.  In the meantime, I'll do this for 1.5.3.
diff --git a/Documentation/git-local-fetch.txt b/Documentation/git-local-fetch.txt
index 19b5f88..141b767 100644
--- a/Documentation/git-local-fetch.txt
+++ b/Documentation/git-local-fetch.txt
@@ -14,6 +14,8 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
+THIS COMMAND IS DEPRECATED.
+
 Duplicates another git repository on a local system.
 
 OPTIONS
diff --git a/Documentation/git-ssh-fetch.txt b/Documentation/git-ssh-fetch.txt
index aaf3db0..8d3e2ff 100644
--- a/Documentation/git-ssh-fetch.txt
+++ b/Documentation/git-ssh-fetch.txt
@@ -13,6 +13,8 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
+THIS COMMAND IS DEPRECATED.
+
 Pulls from a remote repository over ssh connection, invoking
 git-ssh-upload on the other end. It functions identically to
 git-ssh-upload, aside from which end you run it on.
diff --git a/Documentation/git-ssh-upload.txt b/Documentation/git-ssh-upload.txt
index 4796224..5e2ca8d 100644
--- a/Documentation/git-ssh-upload.txt
+++ b/Documentation/git-ssh-upload.txt
@@ -12,6 +12,8 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
+THIS COMMAND IS DEPRECATED.
+
 Pushes from a remote repository over ssh connection, invoking
 git-ssh-fetch on the other end. It functions identically to
 git-ssh-fetch, aside from which end you run it on.

Re: [PATCH 1/2] Remove obsolete commit-walkers

From: Bill Lear <hidden>
Date: 2016-06-15 22:43:19

On Monday, July 2, 2007 at 23:22:05 (-0700) Junio C Hamano writes:
quoted hunk
I'll apply this after 1.5.3.  In the meantime, I'll do this for 1.5.3.
diff --git a/Documentation/git-local-fetch.txt b/Documentation/git-local-fetch.txt
index 19b5f88..141b767 100644
--- a/Documentation/git-local-fetch.txt
+++ b/Documentation/git-local-fetch.txt
@@ -14,6 +14,8 @@ SYNOPSIS
DESCRIPTION
-----------
+THIS COMMAND IS DEPRECATED.
...
If a deprecated command has a replacement, the deprecation notice
should point the user to that.


Bill

Re: [PATCH 1/2] Remove obsolete commit-walkers

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:43:19

Bill Lear [off-list ref] writes:
On Monday, July 2, 2007 at 23:22:05 (-0700) Junio C Hamano writes:
quoted
I'll apply this after 1.5.3.  In the meantime, I'll do this for 1.5.3.
diff --git a/Documentation/git-local-fetch.txt b/Documentation/git-local-fetch.txt
index 19b5f88..141b767 100644
--- a/Documentation/git-local-fetch.txt
+++ b/Documentation/git-local-fetch.txt
@@ -14,6 +14,8 @@ SYNOPSIS
DESCRIPTION
-----------
+THIS COMMAND IS DEPRECATED.
...
If a deprecated command has a replacement, the deprecation notice
should point the user to that.
Actually these fetch backend shouldn't even be needed by the end
users.  "git fetch" simply does not drive them these days.

Re: [PATCH 1/2] Remove obsolete commit-walkers

From: Johannes Schindelin <hidden>
Date: 2016-06-15 22:43:19

Hi,

On Tue, 3 Jul 2007, Junio C Hamano wrote:
Bill Lear [off-list ref] writes:
quoted
On Monday, July 2, 2007 at 23:22:05 (-0700) Junio C Hamano writes:
quoted
I'll apply this after 1.5.3.  In the meantime, I'll do this for 1.5.3.
diff --git a/Documentation/git-local-fetch.txt b/Documentation/git-local-fetch.txt
index 19b5f88..141b767 100644
--- a/Documentation/git-local-fetch.txt
+++ b/Documentation/git-local-fetch.txt
@@ -14,6 +14,8 @@ SYNOPSIS
DESCRIPTION
-----------
+THIS COMMAND IS DEPRECATED.
...
If a deprecated command has a replacement, the deprecation notice
should point the user to that.
Actually these fetch backend shouldn't even be needed by the end
users.  "git fetch" simply does not drive them these days.
You forget that this backend is a plumbing component, which might well be 
used by other porcelains. IIRC cogito uses it, optionally.

Ciao,
Dscho

Re: [PATCH 1/2] Remove obsolete commit-walkers

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:43:19

Johannes Schindelin [off-list ref] writes:
quoted
Actually these fetch backend shouldn't even be needed by the end
users.  "git fetch" simply does not drive them these days.
You forget that this backend is a plumbing component, which might well be 
used by other porcelains. IIRC cogito uses it, optionally.
You are correct that these plumbing commands can be called by
Cogito, but we are not removing them but merely deprecating
them.  And I thought Cogito itself is deprecated these days,
so...
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help