diff options
author | Elijah Newren <newren@gmail.com> | 2023-10-08 08:45:24 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-10-09 21:06:44 +0200 |
commit | 4d542687fcea27c6cce9a79415ad8cb1a817697c (patch) | |
tree | e72600a6fffb78f19714ea08ea4212cedf0c1258 /Documentation/ToolsForGit.txt | |
parent | documentation: fix whitespace issues (diff) | |
download | git-4d542687fcea27c6cce9a79415ad8cb1a817697c.tar.xz git-4d542687fcea27c6cce9a79415ad8cb1a817697c.zip |
documentation: add some commas where they are helpful
Diff best viewed with --color-diff.
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/ToolsForGit.txt')
-rw-r--r-- | Documentation/ToolsForGit.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/ToolsForGit.txt b/Documentation/ToolsForGit.txt index 209eaad31e..ae7690b45d 100644 --- a/Documentation/ToolsForGit.txt +++ b/Documentation/ToolsForGit.txt @@ -5,7 +5,7 @@ Tools for developing Git [[summary]] == Summary -This document gathers tips, scripts and configuration files to help people +This document gathers tips, scripts, and configuration files to help people working on Git's codebase use their favorite tools while following Git's coding style. |