diff options
-rw-r--r-- | Documentation/config/transfer.txt | 2 | ||||
-rw-r--r-- | Documentation/git-gc.txt | 3 | ||||
-rwxr-xr-x | GIT-VERSION-GEN | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/Documentation/config/transfer.txt b/Documentation/config/transfer.txt index b4475c0690..7ed917f5fc 100644 --- a/Documentation/config/transfer.txt +++ b/Documentation/config/transfer.txt @@ -20,7 +20,7 @@ exposure, e.g. because: in other ways, e.g. a backup process might copy the data to another system. * The git programs will pass the full URL to one another as arguments - on the command-line, meaning the credentials will be exposed to oher + on the command-line, meaning the credentials will be exposed to other users on OS's or systems that allow other users to see the full process list of other users. On linux the "hidepid" setting documented in procfs(5) allows for configuring this behavior. diff --git a/Documentation/git-gc.txt b/Documentation/git-gc.txt index ba4e67700e..0af7540a0c 100644 --- a/Documentation/git-gc.txt +++ b/Documentation/git-gc.txt @@ -56,8 +56,7 @@ be performed as well. --cruft:: When expiring unreachable objects, pack them separately into a - cruft pack instead of storing the loose objects as loose - objects. + cruft pack instead of storing them as loose objects. --prune=<date>:: Prune loose objects older than date (default is 2 weeks ago, diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 22e76c2a59..120af376c1 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.37.0-rc1 +DEF_VER=v2.37.0-rc2 LF=' ' |