git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] ls-files: fix --ignored flag in synopsis
@ 2022-11-06  7:34 Vincent Bernat
  2022-11-06  7:37 ` [PATCH v2] ls-files: fix --ignored and --killed flags " Vincent Bernat
  0 siblings, 1 reply; 3+ messages in thread
From: Vincent Bernat @ 2022-11-06  7:34 UTC (permalink / raw)
  To: git; +Cc: Vincent Bernat

Signed-off-by: Vincent Bernat <vincent@bernat.ch>
---
 Documentation/git-ls-files.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/git-ls-files.txt b/Documentation/git-ls-files.txt
index d7986419c250..5c877d05b593 100644
--- a/Documentation/git-ls-files.txt
+++ b/Documentation/git-ls-files.txt
@@ -10,7 +10,7 @@ SYNOPSIS
 --------
 [verse]
 'git ls-files' [-z] [-t] [-v] [-f]
-		[-c|--cached] [-d|--deleted] [-o|--others] [-i|--|ignored]
+		[-c|--cached] [-d|--deleted] [-o|--others] [-i|--ignored]
 		[-s|--stage] [-u|--unmerged] [-k|--|killed] [-m|--modified]
 		[--directory [--no-empty-directory]] [--eol]
 		[--deduplicate]
-- 
2.38.1


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

* [PATCH v2] ls-files: fix --ignored and --killed flags in synopsis
  2022-11-06  7:34 [PATCH] ls-files: fix --ignored flag in synopsis Vincent Bernat
@ 2022-11-06  7:37 ` Vincent Bernat
  2022-11-08  2:54   ` Taylor Blau
  0 siblings, 1 reply; 3+ messages in thread
From: Vincent Bernat @ 2022-11-06  7:37 UTC (permalink / raw)
  To: git; +Cc: Vincent Bernat

Signed-off-by: Vincent Bernat <vincent@bernat.ch>
---
 Documentation/git-ls-files.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/git-ls-files.txt b/Documentation/git-ls-files.txt
index d7986419c250..440043cdb8e4 100644
--- a/Documentation/git-ls-files.txt
+++ b/Documentation/git-ls-files.txt
@@ -10,8 +10,8 @@ SYNOPSIS
 --------
 [verse]
 'git ls-files' [-z] [-t] [-v] [-f]
-		[-c|--cached] [-d|--deleted] [-o|--others] [-i|--|ignored]
-		[-s|--stage] [-u|--unmerged] [-k|--|killed] [-m|--modified]
+		[-c|--cached] [-d|--deleted] [-o|--others] [-i|--ignored]
+		[-s|--stage] [-u|--unmerged] [-k|--killed] [-m|--modified]
 		[--directory [--no-empty-directory]] [--eol]
 		[--deduplicate]
 		[-x <pattern>|--exclude=<pattern>]
-- 
2.38.1


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

* Re: [PATCH v2] ls-files: fix --ignored and --killed flags in synopsis
  2022-11-06  7:37 ` [PATCH v2] ls-files: fix --ignored and --killed flags " Vincent Bernat
@ 2022-11-08  2:54   ` Taylor Blau
  0 siblings, 0 replies; 3+ messages in thread
From: Taylor Blau @ 2022-11-08  2:54 UTC (permalink / raw)
  To: Vincent Bernat; +Cc: git

On Sun, Nov 06, 2022 at 08:37:27AM +0100, Vincent Bernat wrote:
> Signed-off-by: Vincent Bernat <vincent@bernat.ch>
> ---
>  Documentation/git-ls-files.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks, will queue.

Thanks,
Taylor

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

end of thread, other threads:[~2022-11-08  2:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-06  7:34 [PATCH] ls-files: fix --ignored flag in synopsis Vincent Bernat
2022-11-06  7:37 ` [PATCH v2] ls-files: fix --ignored and --killed flags " Vincent Bernat
2022-11-08  2:54   ` Taylor Blau

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).