Re: [PATCH 1/2] Add push by "export"
From: Bert Wesarg <hidden>
Date: 2016-06-15 22:47:09
On Wed, Aug 5, 2009 at 07:02, Daniel Barkalow[off-list ref] wrote:
quoted hunk ↗ jump to hunk
--- Documentation/git-remote-helpers.txt | 33 ++++++++++++++++++ transport-helper.c | 62 ++++++++++++++++++++++++++++++++++ 2 files changed, 95 insertions(+), 0 deletions(-)diff --git a/Documentation/git-remote-helpers.txt b/Documentation/git-remote-helpers.txt index 9a3c5bc..dede2e5 100644 --- a/Documentation/git-remote-helpers.txt +++ b/Documentation/git-remote-helpers.txt@@ -75,6 +86,10 @@ CAPABILITIESand --export-marks option to git-fast-import for more details) located at the given filename. +'export' [flags]:: + This helper supports the 'export' command. The flags specify + features of the history that may be exported (see below). +
I can't find any code or usage of these flags in the patch! Bert