Skip to content

Commit

Permalink
Fix Documentation typos surrounding the word 'handful'.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jon Loeliger authored and Junio C Hamano committed Jan 13, 2009
1 parent c2c5b27 commit 323b9db
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Documentation/diff-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ endif::git-format-patch[]
--abbrev[=<n>]::
Instead of showing the full 40-byte hexadecimal object
name in diff-raw format output and diff-tree header
lines, show only handful hexdigits prefix. This is
lines, show only a partial prefix. This is
independent of --full-index option above, which controls
the diff-patch output format. Non default number of
digits can be specified with --abbrev=<n>.
Expand Down
2 changes: 1 addition & 1 deletion Documentation/git-describe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ With something like git.git current tree, I get:
v1.0.4-14-g2414721

i.e. the current head of my "parent" branch is based on v1.0.4,
but since it has a handful commits on top of that,
but since it has a few commits on top of that,
describe has added the number of additional commits ("14") and
an abbreviated object name for the commit itself ("2414721")
at the end.
Expand Down
2 changes: 1 addition & 1 deletion Documentation/git-ls-files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ OPTIONS

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

\--::
Expand Down
2 changes: 1 addition & 1 deletion Documentation/git-ls-tree.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ OPTIONS

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

--full-name::
Expand Down
8 changes: 4 additions & 4 deletions Documentation/gitcore-tutorial.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1243,10 +1243,10 @@ $ git ls-files --stage
------------

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

To look at only non-zero stages, use `\--unmerged` flag:
Expand Down
2 changes: 1 addition & 1 deletion Documentation/githooks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ DESCRIPTION

Hooks are little scripts you can place in `$GIT_DIR/hooks`
directory to trigger action at certain points. When
'git-init' is run, a handful example hooks are copied in the
'git-init' is run, a handful of example hooks are copied into the
`hooks` directory of the new repository, but by default they are
all disabled. To enable a hook, rename it by removing its `.sample`
suffix.
Expand Down
2 changes: 1 addition & 1 deletion Documentation/howto/rebase-from-internal-branch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ the kind of task StGIT is designed to do.
I just have done a simpler one, this time using only the core
GIT tools.

I had a handful commits that were ahead of master in pu, and I
I had a handful of commits that were ahead of master in pu, and I
wanted to add some documentation bypassing my usual habit of
placing new things in pu first. At the beginning, the commit
ancestry graph looked like this:
Expand Down
2 changes: 1 addition & 1 deletion Documentation/pretty-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ configuration (see linkgit:git-config[1]).

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

0 comments on commit 323b9db

Please sign in to comment.