Skip to content

Commit 323b9db

Browse files
Jon Loeligergitster
authored andcommitted
Fix Documentation typos surrounding the word 'handful'.
Some instances replaced by "handful of", others use the word "few", a couple get a slight rewording. Signed-off-by: Jon Loeliger <jdl@freescale.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent c2c5b27 commit 323b9db

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

Documentation/diff-options.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ endif::git-format-patch[]
116116
--abbrev[=<n>]::
117117
Instead of showing the full 40-byte hexadecimal object
118118
name in diff-raw format output and diff-tree header
119-
lines, show only handful hexdigits prefix. This is
119+
lines, show only a partial prefix. This is
120120
independent of --full-index option above, which controls
121121
the diff-patch output format. Non default number of
122122
digits can be specified with --abbrev=<n>.

Documentation/git-describe.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ With something like git.git current tree, I get:
8787
v1.0.4-14-g2414721
8888

8989
i.e. the current head of my "parent" branch is based on v1.0.4,
90-
but since it has a handful commits on top of that,
90+
but since it has a few commits on top of that,
9191
describe has added the number of additional commits ("14") and
9292
an abbreviated object name for the commit itself ("2414721")
9393
at the end.

Documentation/git-ls-files.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ OPTIONS
126126

127127
--abbrev[=<n>]::
128128
Instead of showing the full 40-byte hexadecimal object
129-
lines, show only handful hexdigits prefix.
129+
lines, show only a partial prefix.
130130
Non default number of digits can be specified with --abbrev=<n>.
131131

132132
\--::

Documentation/git-ls-tree.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ OPTIONS
5959

6060
--abbrev[=<n>]::
6161
Instead of showing the full 40-byte hexadecimal object
62-
lines, show only handful hexdigits prefix.
62+
lines, show only a partial prefix.
6363
Non default number of digits can be specified with --abbrev=<n>.
6464

6565
--full-name::

Documentation/gitcore-tutorial.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,10 +1243,10 @@ $ git ls-files --stage
12431243
------------
12441244

12451245
In our example of only two files, we did not have unchanged
1246-
files so only 'example' resulted in collapsing, but in real-life
1247-
large projects, only small number of files change in one commit,
1248-
and this 'collapsing' tends to trivially merge most of the paths
1249-
fairly quickly, leaving only a handful the real changes in non-zero
1246+
files so only 'example' resulted in collapsing. But in real-life
1247+
large projects, when only a small number of files change in one commit,
1248+
this 'collapsing' tends to trivially merge most of the paths
1249+
fairly quickly, leaving only a handful of real changes in non-zero
12501250
stages.
12511251

12521252
To look at only non-zero stages, use `\--unmerged` flag:

Documentation/githooks.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ DESCRIPTION
1515

1616
Hooks are little scripts you can place in `$GIT_DIR/hooks`
1717
directory to trigger action at certain points. When
18-
'git-init' is run, a handful example hooks are copied in the
18+
'git-init' is run, a handful of example hooks are copied into the
1919
`hooks` directory of the new repository, but by default they are
2020
all disabled. To enable a hook, rename it by removing its `.sample`
2121
suffix.

Documentation/howto/rebase-from-internal-branch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ the kind of task StGIT is designed to do.
2727
I just have done a simpler one, this time using only the core
2828
GIT tools.
2929

30-
I had a handful commits that were ahead of master in pu, and I
30+
I had a handful of commits that were ahead of master in pu, and I
3131
wanted to add some documentation bypassing my usual habit of
3232
placing new things in pu first. At the beginning, the commit
3333
ancestry graph looked like this:

Documentation/pretty-options.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ configuration (see linkgit:git-config[1]).
1010

1111
--abbrev-commit::
1212
Instead of showing the full 40-byte hexadecimal commit object
13-
name, show only handful hexdigits prefix. Non default number of
13+
name, show only a partial prefix. Non default number of
1414
digits can be specified with "--abbrev=<n>" (which also modifies
1515
diff output, if it is displayed).
1616
+

0 commit comments

Comments
 (0)