Skip to content

Commit 821cd34

Browse files
committed
these aren't explained elsewhere, I believe they will be confusing
1 parent 12b64f0 commit 821cd34

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

book/11-git-internals/sections/environment.asc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ If this isn't specified, Git walks up the directory tree until it gets to `~` or
3838
*`GIT_CEILING_DIRECTORIES`* controls the behavior of searching for a `.git` directory.
3939
If you access directories that are slow to load (such as those on a tape drive, or across a slow network connection), you may want to have Git stop trying earlier than it might otherwise, especially if Git is invoked when building your shell prompt.
4040

41-
*`GIT_DISCOVERY_ACROSS_FILESYSTEM`* can be used to allow Git to cross filesystem boundaries when searching for a `.git` directory (the default behavior is not to cross the boundary).
42-
4341
*`GIT_WORK_TREE`* is the location of the root of the working directory for a non-bare repository.
4442
If not specified, the parent directory of `$GIT_DIR` is used.
4543

@@ -50,8 +48,6 @@ If not specified, the parent directory of `$GIT_DIR` is used.
5048
*`GIT_ALTERNATE_OBJECT_DIRECTORIES`* is a colon-separated list (formatted like `/dir/one:/dir/two:…`) which tells Git where to check for objects if they aren't in `GIT_OBJECT_DIRECTORY`.
5149
If you happen to have a lot of projects with large files that have the exact same contents, this can be used to avoid storing too many copies of them.
5250

53-
*`GIT_SHALLOW_FILE`* overrides the default location of the ``shallow'' file, which usually lives at `.git/shallow`.
54-
5551

5652
==== Pathspecs
5753

0 commit comments

Comments
 (0)