File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5555 to a non-zero value to accept the suggestion when git can uniquely
5656 guess.
5757
58- * The packfile machinery hopefully is more robust when dealilng with
58+ * The packfile machinery hopefully is more robust when dealing with
5959 corrupt packs if redundant objects involved in the corruption are
60- available elsehwere .
60+ available elsewhere .
6161
6262* "git add -N path..." adds the named paths as an empty blob, so that
6363 subsequent "git diff" will show a diff as if they are creation events.
157157* "git log" learned "--source" to show what ref each commit was reached
158158 from.
159159
160- * "git log" also learned "--simplify-by-decration " to show the
160+ * "git log" also learned "--simplify-by-decoration " to show the
161161 birds-eye-view of the topology of the history.
162162
163163* "git log --pretty=format:" learned "%d" format element that inserts
Original file line number Diff line number Diff line change @@ -820,7 +820,7 @@ gui.fastcopyblame::
820820 repositories at the expense of less thorough copy detection.
821821
822822gui.copyblamethreshold::
823- Specifies the theshold to use in 'git gui blame' original location
823+ Specifies the threshold to use in 'git gui blame' original location
824824 detection, measured in alphanumeric characters. See the
825825 linkgit:git-blame[1] manual for more information on copy detection.
826826
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ OPTIONS
9898 Record only the fact that the path will be added later. An entry
9999 for the path is placed in the index with no content. This is
100100 useful for, among other things, showing the unstaged content of
101- such files with 'git diff' and commiting them with 'git commit
101+ such files with 'git diff' and committing them with 'git commit
102102 -a'.
103103
104104--refresh::
You can’t perform that action at this time.
0 commit comments