File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ problem by stashing the refs in a single file,
26
26
traditional `$GIT_DIR/refs` hierarchy, it is looked up in this
27
27
file and used if found.
28
28
29
- Subsequent updates to branches always creates new file under
29
+ Subsequent updates to branches always create new files under
30
30
`$GIT_DIR/refs` hierarchy.
31
31
32
32
A recommended practice to deal with a repository with too many
@@ -35,7 +35,7 @@ occasionally run `git pack-refs \--prune`. Tags are by
35
35
definition stationary and are not expected to change. Branch
36
36
heads will be packed with the initial `pack-refs --all`, but
37
37
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
39
39
unpacked.
40
40
41
41
You can’t perform that action at this time.
0 commit comments