File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ endif::git-format-patch[]
5959 Generate a diffstat. By default, as much space as necessary
6060 will be used for the filename part, and the rest for the graph
6161 part. Maximum width defaults to terminal width, or 80 columns
62- if not connected to a terminal, and can be overriden by
62+ if not connected to a terminal, and can be overridden by
6363 `<width>`. The width of the filename part can be limited by
6464 giving another width `<name-width>` after a comma. The width
6565 of the graph part can be limited by using
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ update::
140140 checkout the commit specified in the index of the containing repository.
141141 This will make the submodules HEAD be detached unless `--rebase` or
142142 `--merge` is specified or the key `submodule.$name.update` is set to
143- `rebase`, `merge` or `none`. `none` can be overriden by specifying
143+ `rebase`, `merge` or `none`. `none` can be overridden by specifying
144144 `--checkout`.
145145+
146146If the submodule is not yet initialized, and you just want to use the
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ v1.04alpha_svn915 7th October 2006:
100100Thanks to Dmitry Chichkov for reporting this. Futher thanks to Aleksey Sanin.
101101 * Fixed realloc(0, <size>) segfaulting. Thanks to Dmitry Chichkov for
102102reporting this.
103- * Made config defines #ifndef so they can be overriden by the build system.
103+ * Made config defines #ifndef so they can be overridden by the build system.
104104Thanks to Aleksey Sanin for suggesting this.
105105 * Fixed deadlock in nedprealloc() due to unnecessary locking of preferred
106106thread mspace when mspace_realloc() always uses the original block's mspace
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ test_expect_success 'am with dos files config am.keepcr' '
6262 git diff --exit-code master
6363'
6464
65- test_expect_success ' am with dos files config am.keepcr overriden by --no-keep-cr' '
65+ test_expect_success ' am with dos files config am.keepcr overridden by --no-keep-cr' '
6666 git config am.keepcr 1 &&
6767 git checkout -b dosfiles-conf-keepcr-override initial &&
6868 git format-patch -k initial..master &&
@@ -83,7 +83,7 @@ test_expect_success 'am with dos files with --keep-cr continue' '
8383 git diff --exit-code master
8484'
8585
86- test_expect_success ' am with unix files config am.keepcr overriden by --no-keep-cr' '
86+ test_expect_success ' am with unix files config am.keepcr overridden by --no-keep-cr' '
8787 git config am.keepcr 1 &&
8888 git checkout -b unixfiles-conf-keepcr-override initial &&
8989 cp -f file1 file &&
Original file line number Diff line number Diff line change @@ -2117,7 +2117,7 @@ test_expect_success \
21172117 grep :1 git.marks'
21182118
21192119test_expect_success \
2120- ' R: export-marks options can be overriden by commandline options' \
2120+ ' R: export-marks options can be overridden by commandline options' \
21212121 ' cat input | git fast-import --export-marks=other.marks &&
21222122 grep :1 other.marks'
21232123
You can’t perform that action at this time.
0 commit comments