Skip to content

Commit 38b7ccb

Browse files
marcowsgitster
authored andcommitted
doc/git-pack-refs: fix two grammar issues
Signed-off-by: Markus Heidelberg <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3346330 commit 38b7ccb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-pack-refs.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ problem by stashing the refs in a single file,
2626
traditional `$GIT_DIR/refs` hierarchy, it is looked up in this
2727
file and used if found.
2828

29-
Subsequent updates to branches always creates new file under
29+
Subsequent updates to branches always create new files under
3030
`$GIT_DIR/refs` hierarchy.
3131

3232
A recommended practice to deal with a repository with too many
@@ -35,7 +35,7 @@ occasionally run `git pack-refs \--prune`. Tags are by
3535
definition stationary and are not expected to change. Branch
3636
heads will be packed with the initial `pack-refs --all`, but
3737
only the currently active branch heads will become unpacked,
38-
and next `pack-refs` (without `--all`) will leave them
38+
and the next `pack-refs` (without `--all`) will leave them
3939
unpacked.
4040

4141

0 commit comments

Comments
 (0)