git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: explain the order of output in cat-file batch operations
@ 2024-08-19 12:26 ahmed akef via GitGitGadget
  2024-08-21  7:00 ` Patrick Steinhardt
  0 siblings, 1 reply; 2+ messages in thread
From: ahmed akef via GitGitGadget @ 2024-08-19 12:26 UTC (permalink / raw)
  To: git; +Cc: ahmed akef, ahmed akef

From: ahmed akef <aemed.akef.1@gmail.com>

the order of the output is not described explicitly so someone can make
complex code to parse it instead of just depending on the order

Signed-off-by: ahmed akef <aemed.akef.1@gmail.com>
---
    explain the order of output in cat-file batch operations since it is not
    explicit

Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-1761%2Fahmedakef%2Fexplain-the-order-of-output-in-cat-file-batch-operations-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-1761/ahmedakef/explain-the-order-of-output-in-cat-file-batch-operations-v1
Pull-Request: https://github.com/git/git/pull/1761

 Documentation/git-cat-file.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/git-cat-file.txt b/Documentation/git-cat-file.txt
index bd95a6c10a7..f1e0b4a7219 100644
--- a/Documentation/git-cat-file.txt
+++ b/Documentation/git-cat-file.txt
@@ -270,8 +270,8 @@ BATCH OUTPUT
 ------------
 
 If `--batch` or `--batch-check` is given, `cat-file` will read objects
-from stdin, one per line, and print information about them. By default,
-the whole line is considered as an object, as if it were fed to
+from stdin, one per line, and print information about them sequentially in the same order.
+By default, the whole line is considered as an object, as if it were fed to
 linkgit:git-rev-parse[1].
 
 When `--batch-command` is given, `cat-file` will read commands from stdin,

base-commit: 406f326d271e0bacecdb00425422c5fa3f314930
-- 
gitgitgadget

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

* Re: [PATCH] docs: explain the order of output in cat-file batch operations
  2024-08-19 12:26 [PATCH] docs: explain the order of output in cat-file batch operations ahmed akef via GitGitGadget
@ 2024-08-21  7:00 ` Patrick Steinhardt
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Steinhardt @ 2024-08-21  7:00 UTC (permalink / raw)
  To: ahmed akef via GitGitGadget; +Cc: git, ahmed akef

On Mon, Aug 19, 2024 at 12:26:50PM +0000, ahmed akef via GitGitGadget wrote:
> From: ahmed akef <aemed.akef.1@gmail.com>
> 
> the order of the output is not described explicitly so someone can make
> complex code to parse it instead of just depending on the order

We aim to write full sentences in commit messages. That is, they start
with an upper-case letter and should end with some form of punctuation.
It's also not immediately clear what "the output" refers to without
referring to the subject. And last but not least, it could use some
explanation that this all refers to the `--batch` mode, only.

I would have probably written something like this:

  The batched mode of git-cat-file(1) reads multiple objects from stdin
  and prints their respective contents to stdout. The order in which
  those objects are printed is not documented and may not be immediately
  obvious to the user. Document it.

This explains the context, proceeds to the problem and then says how we
address the problem.

> Signed-off-by: ahmed akef <aemed.akef.1@gmail.com>
> ---
>     explain the order of output in cat-file batch operations since it is not
>     explicit
> 
> Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-1761%2Fahmedakef%2Fexplain-the-order-of-output-in-cat-file-batch-operations-v1
> Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-1761/ahmedakef/explain-the-order-of-output-in-cat-file-batch-operations-v1
> Pull-Request: https://github.com/git/git/pull/1761
> 
>  Documentation/git-cat-file.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/git-cat-file.txt b/Documentation/git-cat-file.txt
> index bd95a6c10a7..f1e0b4a7219 100644
> --- a/Documentation/git-cat-file.txt
> +++ b/Documentation/git-cat-file.txt
> @@ -270,8 +270,8 @@ BATCH OUTPUT
>  ------------
>  
>  If `--batch` or `--batch-check` is given, `cat-file` will read objects
> -from stdin, one per line, and print information about them. By default,
> -the whole line is considered as an object, as if it were fed to
> +from stdin, one per line, and print information about them sequentially in the same order.
> +By default, the whole line is considered as an object, as if it were fed to

These lines are now overly long. We should likely wrap them at 72
characters.

I'd likely also replace "sequentially in the same order" with "in the
same order as they have been read from stdin", which feels a bit more
explicit to me.

Thanks!

Patrick

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

end of thread, other threads:[~2024-08-21  7:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-19 12:26 [PATCH] docs: explain the order of output in cat-file batch operations ahmed akef via GitGitGadget
2024-08-21  7:00 ` Patrick Steinhardt

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