===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
cgit-1.2.3+git2.25.1/git/Documentation/CodingGuidelines-623-   `GIT_DIR` is specified
cgit-1.2.3+git2.25.1/git/Documentation/CodingGuidelines:624:   `$GIT_DIR/hooks/pre-receive`
cgit-1.2.3+git2.25.1/git/Documentation/CodingGuidelines-625-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/config.txt-7-repository are used to store the configuration for that repository, and
cgit-1.2.3+git2.25.1/git/Documentation/config.txt:8:`$HOME/.gitconfig` is used to store a per-user configuration as
cgit-1.2.3+git2.25.1/git/Documentation/config.txt-9-fallback values for the `.git/config` file. The file `/etc/gitconfig`
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/config.txt-118-+
cgit-1.2.3+git2.25.1/git/Documentation/config.txt:119:The .git location may be auto-discovered, or come from `$GIT_DIR`
cgit-1.2.3+git2.25.1/git/Documentation/config.txt-120-environment variable. If the repository is auto discovered via a .git
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/config.txt-162-
cgit-1.2.3+git2.25.1/git/Documentation/config.txt:163: * Symlinks in `$GIT_DIR` are not resolved before matching.
cgit-1.2.3+git2.25.1/git/Documentation/config.txt-164-
cgit-1.2.3+git2.25.1/git/Documentation/config.txt-165- * Both the symlink & realpath versions of paths will be matched
cgit-1.2.3+git2.25.1/git/Documentation/config.txt:166:   outside of `$GIT_DIR`. E.g. if ~/git is a symlink to
cgit-1.2.3+git2.25.1/git/Documentation/config.txt-167-   /mnt/storage/git, both `gitdir:~/git` and `gitdir:/mnt/storage/git`
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/config.txt-203-	path = foo.inc ; find "foo.inc" relative to the current file
cgit-1.2.3+git2.25.1/git/Documentation/config.txt:204:	path = ~/foo.inc ; find "foo.inc" in your `$HOME` directory
cgit-1.2.3+git2.25.1/git/Documentation/config.txt-205-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/config.txt-295-	tilde expansion happens to such a string: `~/`
cgit-1.2.3+git2.25.1/git/Documentation/config.txt:296:	is expanded to the value of `$HOME`, and `~user/` to the
cgit-1.2.3+git2.25.1/git/Documentation/config.txt-297-	specified user's home directory.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/config/core.txt-306-	Enable the reflog. Updates to a ref <ref> is logged to the file
cgit-1.2.3+git2.25.1/git/Documentation/config/core.txt:307:	"`$GIT_DIR/logs/<ref>`", by appending the new and old
cgit-1.2.3+git2.25.1/git/Documentation/config/core.txt-308-	SHA-1, the date/time and the reason of the update, but
cgit-1.2.3+git2.25.1/git/Documentation/config/core.txt-309-	only when the file exists.  If this configuration
cgit-1.2.3+git2.25.1/git/Documentation/config/core.txt:310:	variable is set to `true`, missing "`$GIT_DIR/logs/<ref>`"
cgit-1.2.3+git2.25.1/git/Documentation/config/core.txt-311-	file is automatically created for branch heads (i.e. under
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/config/core.txt-419-	to `.gitignore` (per-directory) and `.git/info/exclude`.
cgit-1.2.3+git2.25.1/git/Documentation/config/core.txt:420:	Defaults to `$XDG_CONFIG_HOME/git/ignore`.
cgit-1.2.3+git2.25.1/git/Documentation/config/core.txt:421:	If `$XDG_CONFIG_HOME` is either not set or empty, `$HOME/.config/git/ignore`
cgit-1.2.3+git2.25.1/git/Documentation/config/core.txt-422-	is used instead. See linkgit:gitignore[5].
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/config/core.txt-437-	way as for `core.excludesFile`. Its default value is
cgit-1.2.3+git2.25.1/git/Documentation/config/core.txt:438:	`$XDG_CONFIG_HOME/git/attributes`. If `$XDG_CONFIG_HOME` is either not
cgit-1.2.3+git2.25.1/git/Documentation/config/core.txt:439:	set or empty, `$HOME/.config/git/attributes` is used instead.
cgit-1.2.3+git2.25.1/git/Documentation/config/core.txt-440-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/config/core.txt-442-	By default Git will look for your hooks in the
cgit-1.2.3+git2.25.1/git/Documentation/config/core.txt:443:	`$GIT_DIR/hooks` directory. Set this to different path,
cgit-1.2.3+git2.25.1/git/Documentation/config/core.txt-444-	e.g. `/etc/git/hooks`, and Git will try to find your hooks in
cgit-1.2.3+git2.25.1/git/Documentation/config/core.txt-445-	that directory, e.g. `/etc/git/hooks/pre-receive` instead of
cgit-1.2.3+git2.25.1/git/Documentation/config/core.txt:446:	in `$GIT_DIR/hooks/pre-receive`.
cgit-1.2.3+git2.25.1/git/Documentation/config/core.txt-447-+
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/config/core.txt-487-	is meant to be interpreted by the shell.  The order of preference
cgit-1.2.3+git2.25.1/git/Documentation/config/core.txt:488:	is the `$GIT_PAGER` environment variable, then `core.pager`
cgit-1.2.3+git2.25.1/git/Documentation/config/core.txt:489:	configuration, then `$PAGER`, and then the default chosen at
cgit-1.2.3+git2.25.1/git/Documentation/config/core.txt-490-	compile time (usually 'less').
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/config/gc.txt-97-	period. The value "now" may be used to disable the grace
cgit-1.2.3+git2.25.1/git/Documentation/config/gc.txt:98:	period and prune `$GIT_DIR/worktrees` immediately, or "never"
cgit-1.2.3+git2.25.1/git/Documentation/config/gc.txt-99-	may be used to suppress pruning.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/config/gpg.txt-1-gpg.program::
cgit-1.2.3+git2.25.1/git/Documentation/config/gpg.txt:2:	Use this custom program instead of "`gpg`" found on `$PATH` when
cgit-1.2.3+git2.25.1/git/Documentation/config/gpg.txt-3-	making or verifying a PGP signature. The program must support the
cgit-1.2.3+git2.25.1/git/Documentation/config/gpg.txt-4-	same command-line interface as GPG, namely, to verify a detached
cgit-1.2.3+git2.25.1/git/Documentation/config/gpg.txt:5:	signature, "`gpg --verify $signature - <$file`" is run, and the
cgit-1.2.3+git2.25.1/git/Documentation/config/gpg.txt-6-	program is expected to signal a good signature by exiting with
cgit-1.2.3+git2.25.1/git/Documentation/config/gpg.txt-7-	code 0, and to generate an ASCII-armored detached signature, the
cgit-1.2.3+git2.25.1/git/Documentation/config/gpg.txt:8:	standard input of "`gpg -bsau $key`" is fed with the contents to be
cgit-1.2.3+git2.25.1/git/Documentation/config/gpg.txt-9-	signed, and the program is expected to send the result to its
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/config/push.txt-79-repository) to clear the values inherited from a lower priority
cgit-1.2.3+git2.25.1/git/Documentation/config/push.txt:80:configuration files (e.g. `$HOME/.gitconfig`).
cgit-1.2.3+git2.25.1/git/Documentation/config/push.txt-81-+
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/config/rerere.txt-10-	enabled if there is an `rr-cache` directory under the
cgit-1.2.3+git2.25.1/git/Documentation/config/rerere.txt:11:	`$GIT_DIR`, e.g. if "rerere" was previously used in the
cgit-1.2.3+git2.25.1/git/Documentation/config/rerere.txt-12-	repository.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-archive.txt-145-option.  Alternatively you can keep necessary attributes that should apply
cgit-1.2.3+git2.25.1/git/Documentation/git-archive.txt:146:while archiving any tree in your `$GIT_DIR/info/attributes` file.
cgit-1.2.3+git2.25.1/git/Documentation/git-archive.txt-147-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-check-mailmap.txt-17-
cgit-1.2.3+git2.25.1/git/Documentation/git-check-mailmap.txt:18:For each ``Name $$<user@host>$$'' or ``$$<user@host>$$'' from the command-line
cgit-1.2.3+git2.25.1/git/Documentation/git-check-mailmap.txt-19-or standard input (when using `--stdin`), look up the person's canonical name
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-check-ref-format.txt-23-a tag is stored in the `refs/tags` hierarchy of the ref namespace
cgit-1.2.3+git2.25.1/git/Documentation/git-check-ref-format.txt:24:(typically in `$GIT_DIR/refs/heads` and `$GIT_DIR/refs/tags`
cgit-1.2.3+git2.25.1/git/Documentation/git-check-ref-format.txt:25:directories or, as entries in file `$GIT_DIR/packed-refs`
cgit-1.2.3+git2.25.1/git/Documentation/git-check-ref-format.txt-26-if refs are packed by `git gc`).
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-check-ref-format.txt-83-previous checkout syntax that may refer to a detached HEAD state.
cgit-1.2.3+git2.25.1/git/Documentation/git-check-ref-format.txt:84:The rule `git check-ref-format --branch $name` implements
cgit-1.2.3+git2.25.1/git/Documentation/git-check-ref-format.txt:85:may be stricter than what `git check-ref-format refs/heads/$name`
cgit-1.2.3+git2.25.1/git/Documentation/git-check-ref-format.txt-86-says (e.g. a dash may appear at the beginning of a ref component,
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-checkout.txt-235-	update only entries matched by `<paths>` and sparse patterns
cgit-1.2.3+git2.25.1/git/Documentation/git-checkout.txt:236:	in `$GIT_DIR/info/sparse-checkout`. This option ignores
cgit-1.2.3+git2.25.1/git/Documentation/git-checkout.txt-237-	the sparse patterns and adds back any files in `<paths>`.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-clone.txt-150-	files in `<directory>/.git`, make the `<directory>`
cgit-1.2.3+git2.25.1/git/Documentation/git-clone.txt:151:	itself the `$GIT_DIR`. This obviously implies the `--no-checkout`
cgit-1.2.3+git2.25.1/git/Documentation/git-clone.txt-152-	because there is nowhere to check out the working tree.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-commit.txt-529-
cgit-1.2.3+git2.25.1/git/Documentation/git-commit.txt:530:`$GIT_DIR/COMMIT_EDITMSG`::
cgit-1.2.3+git2.25.1/git/Documentation/git-commit.txt-531-	This file contains the commit message of a commit in progress.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-config.txt-108-	rather than the repository `.git/config`, write to
cgit-1.2.3+git2.25.1/git/Documentation/git-config.txt:109:	`$XDG_CONFIG_HOME/git/config` file if this file exists and the
cgit-1.2.3+git2.25.1/git/Documentation/git-config.txt-110-	`~/.gitconfig` file doesn't.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-config.txt-112-For reading options: read only from global `~/.gitconfig` and from
cgit-1.2.3+git2.25.1/git/Documentation/git-config.txt:113:`$XDG_CONFIG_HOME/git/config` rather than from all available files.
cgit-1.2.3+git2.25.1/git/Documentation/git-config.txt-114-+
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-config.txt-118-	For writing options: write to system-wide
cgit-1.2.3+git2.25.1/git/Documentation/git-config.txt:119:	`$(prefix)/etc/gitconfig` rather than the repository
cgit-1.2.3+git2.25.1/git/Documentation/git-config.txt-120-	`.git/config`.
cgit-1.2.3+git2.25.1/git/Documentation/git-config.txt-121-+
cgit-1.2.3+git2.25.1/git/Documentation/git-config.txt:122:For reading options: read only from system-wide `$(prefix)/etc/gitconfig`
cgit-1.2.3+git2.25.1/git/Documentation/git-config.txt-123-rather than from all available files.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-config.txt-180-  above.
cgit-1.2.3+git2.25.1/git/Documentation/git-config.txt:181:- 'path': canonicalize by adding a leading `~` to the value of `$HOME` and
cgit-1.2.3+git2.25.1/git/Documentation/git-config.txt-182-  `~user` to the home directory for the specified user. This specifier has no
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-config.txt-279-	Second user-specific configuration file. If $XDG_CONFIG_HOME is not set
cgit-1.2.3+git2.25.1/git/Documentation/git-config.txt:280:	or empty, `$HOME/.config/git/config` will be used. Any single-valued
cgit-1.2.3+git2.25.1/git/Documentation/git-config.txt-281-	variable set in this file will be overwritten by whatever is in
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-credential-cache.txt-36-	cache daemon if one is not started).
cgit-1.2.3+git2.25.1/git/Documentation/git-credential-cache.txt:37:	Defaults to `$XDG_CACHE_HOME/git/credential/socket` unless
cgit-1.2.3+git2.25.1/git/Documentation/git-credential-cache.txt-38-	`~/.git-credential-cache/` exists in which case
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-credential-store.txt-37-	protected. If not specified, credentials will be searched for from
cgit-1.2.3+git2.25.1/git/Documentation/git-credential-store.txt:38:	`~/.git-credentials` and `$XDG_CONFIG_HOME/git/credentials`, and
cgit-1.2.3+git2.25.1/git/Documentation/git-credential-store.txt-39-	credentials will be written to `~/.git-credentials` if it exists, or
cgit-1.2.3+git2.25.1/git/Documentation/git-credential-store.txt:40:	`$XDG_CONFIG_HOME/git/credentials` if it exists and the former does
cgit-1.2.3+git2.25.1/git/Documentation/git-credential-store.txt-41-	not. See also <<FILES>>.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-credential-store.txt-54-	Second user-specific credentials file. If '$XDG_CONFIG_HOME' is not set
cgit-1.2.3+git2.25.1/git/Documentation/git-credential-store.txt:55:	or empty, `$HOME/.config/git/credentials` will be used. Any credentials
cgit-1.2.3+git2.25.1/git/Documentation/git-credential-store.txt-56-	stored in this file will not be used if `~/.git-credentials` has a
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-cvsimport.txt-159-+
cgit-1.2.3+git2.25.1/git/Documentation/git-cvsimport.txt:160:For convenience, this data is saved to `$GIT_DIR/cvs-authors`
cgit-1.2.3+git2.25.1/git/Documentation/git-cvsimport.txt-161-each time the '-A' option is provided and read from that same
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-cvsimport.txt-168--R::
cgit-1.2.3+git2.25.1/git/Documentation/git-cvsimport.txt:169:	Generate a `$GIT_DIR/cvs-revisions` file containing a mapping from CVS
cgit-1.2.3+git2.25.1/git/Documentation/git-cvsimport.txt-170-	revision numbers to newly-created Git commit IDs.  The generated file
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-daemon.txt-175-Like many programs that switch user id, the daemon does not reset
cgit-1.2.3+git2.25.1/git/Documentation/git-daemon.txt:176:environment variables such as `$HOME` when it runs git programs,
cgit-1.2.3+git2.25.1/git/Documentation/git-daemon.txt-177-e.g. `upload-pack` and `receive-pack`. When using this option, you
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-daemon.txt-212-	exiting with a zero status).  It can also look at the $REMOTE_ADDR
cgit-1.2.3+git2.25.1/git/Documentation/git-daemon.txt:213:	and `$REMOTE_PORT` environment variables to learn about the
cgit-1.2.3+git2.25.1/git/Documentation/git-daemon.txt-214-	requestor when making this decision.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-difftool.txt-61-the configured command line will be invoked with the following
cgit-1.2.3+git2.25.1/git/Documentation/git-difftool.txt:62:variables available: `$LOCAL` is set to the name of the temporary
cgit-1.2.3+git2.25.1/git/Documentation/git-difftool.txt:63:file containing the contents of the diff pre-image and `$REMOTE`
cgit-1.2.3+git2.25.1/git/Documentation/git-difftool.txt-64-is set to the name of the temporary file containing the contents
cgit-1.2.3+git2.25.1/git/Documentation/git-difftool.txt:65:of the diff post-image.  `$MERGED` is the name of the file which is
cgit-1.2.3+git2.25.1/git/Documentation/git-difftool.txt:66:being compared. `$BASE` is provided for compatibility
cgit-1.2.3+git2.25.1/git/Documentation/git-difftool.txt:67:with custom merge tool commands and has the same value as `$MERGED`.
cgit-1.2.3+git2.25.1/git/Documentation/git-difftool.txt-68-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-difftool.txt-84-	'git-difftool' ignores the configured defaults and runs
cgit-1.2.3+git2.25.1/git/Documentation/git-difftool.txt:85:	`$command $LOCAL $REMOTE` when this option is specified.
cgit-1.2.3+git2.25.1/git/Documentation/git-difftool.txt:86:	Additionally, `$BASE` is set in the environment.
cgit-1.2.3+git2.25.1/git/Documentation/git-difftool.txt-87-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-filter-branch.txt-76-(with the notable exception of the commit filter, for technical reasons).
cgit-1.2.3+git2.25.1/git/Documentation/git-filter-branch.txt:77:Prior to that, the `$GIT_COMMIT` environment variable will be set to contain
cgit-1.2.3+git2.25.1/git/Documentation/git-filter-branch.txt-78-the id of the commit being rewritten.  Also, GIT_AUTHOR_NAME,
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-filter-branch.txt-160-+
cgit-1.2.3+git2.25.1/git/Documentation/git-filter-branch.txt:161:You can also use the `git_commit_non_empty_tree "$@"` instead of
cgit-1.2.3+git2.25.1/git/Documentation/git-filter-branch.txt:162:`git commit-tree "$@"` if you don't wish to keep commits with a single parent
cgit-1.2.3+git2.25.1/git/Documentation/git-filter-branch.txt-163-and that makes no change to the tree.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-for-each-ref.txt-300-	eval "$entry"
cgit-1.2.3+git2.25.1/git/Documentation/git-for-each-ref.txt:301:	echo `dirname $ref`
cgit-1.2.3+git2.25.1/git/Documentation/git-for-each-ref.txt-302-done
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-format-patch.txt-427-When sending a patch this way, most often you are sending your own
cgit-1.2.3+git2.25.1/git/Documentation/git-format-patch.txt:428:patch, so in addition to the "`From $SHA1 $magic_timestamp`" marker you
cgit-1.2.3+git2.25.1/git/Documentation/git-format-patch.txt-429-should omit `From:` and `Date:` lines from the patch file.  The patch
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-http-backend.txt-67---------
cgit-1.2.3+git2.25.1/git/Documentation/git-http-backend.txt:68:All of the following examples map `http://$hostname/git/foo/bar.git`
cgit-1.2.3+git2.25.1/git/Documentation/git-http-backend.txt-69-to `/var/www/git/foo/bar.git`.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-init.txt-24-
cgit-1.2.3+git2.25.1/git/Documentation/git-init.txt:25:If the `$GIT_DIR` environment variable is set then it specifies a path
cgit-1.2.3+git2.25.1/git/Documentation/git-init.txt-26-to use instead of `./.git` for the base of the repository.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-init.txt-28-If the object storage directory is specified via the
cgit-1.2.3+git2.25.1/git/Documentation/git-init.txt:29:`$GIT_OBJECT_DIRECTORY` environment variable then the sha1 directories
cgit-1.2.3+git2.25.1/git/Documentation/git-init.txt:30:are created underneath - otherwise the default `$GIT_DIR/objects`
cgit-1.2.3+git2.25.1/git/Documentation/git-init.txt-31-directory is used.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-init.txt-57-
cgit-1.2.3+git2.25.1/git/Documentation/git-init.txt:58:Instead of initializing the repository as a directory to either `$GIT_DIR` or
cgit-1.2.3+git2.25.1/git/Documentation/git-init.txt-59-`./.git/`, create a text file there containing the path to the actual
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-init.txt-69-repository.  When specified, the config variable "core.sharedRepository" is
cgit-1.2.3+git2.25.1/git/Documentation/git-init.txt:70:set so that files and directories under `$GIT_DIR` are created with the
cgit-1.2.3+git2.25.1/git/Documentation/git-init.txt-71-requested permissions.  When not specified, Git will use permissions reported
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-init.txt-115-Files and directories in the template directory whose name do not start with a
cgit-1.2.3+git2.25.1/git/Documentation/git-init.txt:116:dot will be copied to the `$GIT_DIR` after it is created.
cgit-1.2.3+git2.25.1/git/Documentation/git-init.txt-117-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-init.txt-121-
cgit-1.2.3+git2.25.1/git/Documentation/git-init.txt:122: - the contents of the `$GIT_TEMPLATE_DIR` environment variable;
cgit-1.2.3+git2.25.1/git/Documentation/git-init.txt-123-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-interpret-trailers.txt-244-+
cgit-1.2.3+git2.25.1/git/Documentation/git-interpret-trailers.txt:245:If the command contains the `$ARG` string, this string will be
cgit-1.2.3+git2.25.1/git/Documentation/git-interpret-trailers.txt-246-replaced with the <value> part of an existing trailer with the same
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-interpret-trailers.txt-251-also be executed for each of these arguments. And the <value> part of
cgit-1.2.3+git2.25.1/git/Documentation/git-interpret-trailers.txt:252:these arguments, if any, will be used to replace the `$ARG` string in
cgit-1.2.3+git2.25.1/git/Documentation/git-interpret-trailers.txt-253-the command.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-mergetool.txt-51-`-t` or `--tool` option or the `merge.tool` configuration
cgit-1.2.3+git2.25.1/git/Documentation/git-mergetool.txt:52:variable) the configured command line will be invoked with `$BASE`
cgit-1.2.3+git2.25.1/git/Documentation/git-mergetool.txt-53-set to the name of a temporary file containing the common base for
cgit-1.2.3+git2.25.1/git/Documentation/git-mergetool.txt:54:the merge, if available; `$LOCAL` set to the name of a temporary
cgit-1.2.3+git2.25.1/git/Documentation/git-mergetool.txt-55-file containing the contents of the file on the current branch;
cgit-1.2.3+git2.25.1/git/Documentation/git-mergetool.txt:56:`$REMOTE` set to the name of a temporary file containing the
cgit-1.2.3+git2.25.1/git/Documentation/git-mergetool.txt:57:contents of the file to be merged, and `$MERGED` set to the name
cgit-1.2.3+git2.25.1/git/Documentation/git-mergetool.txt-58-of the file to which the merge tool should write the result of the
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-notes.txt-74-	second object). This subcommand is equivalent to:
cgit-1.2.3+git2.25.1/git/Documentation/git-notes.txt:75:	`git notes add [-f] -C $(git notes list <from-object>) <to-object>`
cgit-1.2.3+git2.25.1/git/Documentation/git-notes.txt-76-+
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-pack-refs.txt-17-'refs') were stored one file per ref in a (sub)directory
cgit-1.2.3+git2.25.1/git/Documentation/git-pack-refs.txt:18:under `$GIT_DIR/refs`
cgit-1.2.3+git2.25.1/git/Documentation/git-pack-refs.txt-19-directory.  While many branch tips tend to be updated often,
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-pack-refs.txt-26-problem by storing the refs in a single file,
cgit-1.2.3+git2.25.1/git/Documentation/git-pack-refs.txt:27:`$GIT_DIR/packed-refs`.  When a ref is missing from the
cgit-1.2.3+git2.25.1/git/Documentation/git-pack-refs.txt:28:traditional `$GIT_DIR/refs` directory hierarchy, it is looked
cgit-1.2.3+git2.25.1/git/Documentation/git-pack-refs.txt-29-up in this
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-pack-refs.txt-32-Subsequent updates to branches always create new files under
cgit-1.2.3+git2.25.1/git/Documentation/git-pack-refs.txt:33:`$GIT_DIR/refs` directory hierarchy.
cgit-1.2.3+git2.25.1/git/Documentation/git-pack-refs.txt-34-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-pack-refs.txt-58-
cgit-1.2.3+git2.25.1/git/Documentation/git-pack-refs.txt:59:The command usually removes loose refs under `$GIT_DIR/refs`
cgit-1.2.3+git2.25.1/git/Documentation/git-pack-refs.txt-60-hierarchy after packing them.  This option tells it not to.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-prune-packed.txt-16------------
cgit-1.2.3+git2.25.1/git/Documentation/git-prune-packed.txt:17:This program searches the `$GIT_OBJECT_DIRECTORY` for all objects that currently
cgit-1.2.3+git2.25.1/git/Documentation/git-prune-packed.txt-18-exist in a pack file as well as the independent object directories.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-pull.txt-167-and if there is not any such variable, the value on the `URL:` line
cgit-1.2.3+git2.25.1/git/Documentation/git-pull.txt:168:in `$GIT_DIR/remotes/<origin>` is used.
cgit-1.2.3+git2.25.1/git/Documentation/git-pull.txt-169-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-pull.txt-173-of the configuration variable `remote.<origin>.fetch` are
cgit-1.2.3+git2.25.1/git/Documentation/git-pull.txt:174:consulted, and if there aren't any, `$GIT_DIR/remotes/<origin>`
cgit-1.2.3+git2.25.1/git/Documentation/git-pull.txt-175-is consulted and its `Pull:` lines are used.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-pull.txt-197-uses the refspec from the configuration or
cgit-1.2.3+git2.25.1/git/Documentation/git-pull.txt:198:`$GIT_DIR/remotes/<origin>`.  In such cases, the following
cgit-1.2.3+git2.25.1/git/Documentation/git-pull.txt-199-rules apply:
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-quiltimport.txt-48-The default for the patch directory is patches
cgit-1.2.3+git2.25.1/git/Documentation/git-quiltimport.txt:49:or the value of the `$QUILT_PATCHES` environment
cgit-1.2.3+git2.25.1/git/Documentation/git-quiltimport.txt-50-variable.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-quiltimport.txt-55-The default for the series file is <patches>/series
cgit-1.2.3+git2.25.1/git/Documentation/git-quiltimport.txt:56:or the value of the `$QUILT_SERIES` environment
cgit-1.2.3+git2.25.1/git/Documentation/git-quiltimport.txt-57-variable.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-read-tree.txt-106---index-output=<file>::
cgit-1.2.3+git2.25.1/git/Documentation/git-read-tree.txt:107:	Instead of writing the results out to `$GIT_INDEX_FILE`,
cgit-1.2.3+git2.25.1/git/Documentation/git-read-tree.txt-108-	write the resulting index in the named file.  While the
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-read-tree.txt-166-
cgit-1.2.3+git2.25.1/git/Documentation/git-read-tree.txt:167:Typically, this is invoked as `git read-tree -m $H $M`, where $H
cgit-1.2.3+git2.25.1/git/Documentation/git-read-tree.txt-168-is the head commit of the current repository, and $M is the head
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-read-tree.txt-179-
cgit-1.2.3+git2.25.1/git/Documentation/git-read-tree.txt:180:In this case, the `git read-tree -m $H $M` command makes sure
cgit-1.2.3+git2.25.1/git/Documentation/git-read-tree.txt-181-that no local change is lost as the result of this "merge".
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-read-tree.txt-233-see which of the "local changes" that you made were carried forward by running
cgit-1.2.3+git2.25.1/git/Documentation/git-read-tree.txt:234:`git diff-index --cached $M`.  Note that this does not
cgit-1.2.3+git2.25.1/git/Documentation/git-read-tree.txt:235:necessarily match what `git diff-index --cached $H` would have
cgit-1.2.3+git2.25.1/git/Documentation/git-read-tree.txt-236-produced before such a two tree merge.  This is because of cases
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-read-tree.txt-239---cached $H` would have told you about the change before this
cgit-1.2.3+git2.25.1/git/Documentation/git-read-tree.txt:240:merge, but it would not show in `git diff-index --cached $M`
cgit-1.2.3+git2.25.1/git/Documentation/git-read-tree.txt-241-output after the two-tree merge.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-read-tree.txt-364-----------------
cgit-1.2.3+git2.25.1/git/Documentation/git-read-tree.txt:365:$ git read-tree -m -u `git merge-base $JC $LT` $JC $LT
cgit-1.2.3+git2.25.1/git/Documentation/git-read-tree.txt-366-$ git merge-index git-merge-one-file -a
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-read-tree.txt-398-checkout'...) can help maintaining the skip-worktree bitmap and working
cgit-1.2.3+git2.25.1/git/Documentation/git-read-tree.txt:399:directory update. `$GIT_DIR/info/sparse-checkout` is used to
cgit-1.2.3+git2.25.1/git/Documentation/git-read-tree.txt-400-define the skip-worktree reference bitmap. When 'git read-tree' needs
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-read-tree.txt-409-
cgit-1.2.3+git2.25.1/git/Documentation/git-read-tree.txt:410:While `$GIT_DIR/info/sparse-checkout` is usually used to specify what
cgit-1.2.3+git2.25.1/git/Documentation/git-read-tree.txt-411-files are in, you can also specify what files are _not_ in, using
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-read-tree.txt-422-directory is still sparsely populated. You should re-populate the working
cgit-1.2.3+git2.25.1/git/Documentation/git-read-tree.txt:423:directory with the `$GIT_DIR/info/sparse-checkout` file content as
cgit-1.2.3+git2.25.1/git/Documentation/git-read-tree.txt-424-follows:
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-rebase.txt-738-The "exec" command launches the command in a shell (the one specified
cgit-1.2.3+git2.25.1/git/Documentation/git-rebase.txt:739:in `$SHELL`, or the default shell if `$SHELL` is not set), so you can
cgit-1.2.3+git2.25.1/git/Documentation/git-rebase.txt-740-use shell features (like "cd", ">", ";" ...). The command is run from
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-receive-pack.txt-226-When `receive-pack` takes in objects, they are placed into a temporary
cgit-1.2.3+git2.25.1/git/Documentation/git-receive-pack.txt:227:"quarantine" directory within the `$GIT_DIR/objects` directory and
cgit-1.2.3+git2.25.1/git/Documentation/git-receive-pack.txt-228-migrated into the main object store only after the `pre-receive` hook
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-remote.txt-88-In case <old> and <new> are the same, and <old> is a file under
cgit-1.2.3+git2.25.1/git/Documentation/git-remote.txt:89:`$GIT_DIR/remotes` or `$GIT_DIR/branches`, the remote is converted to
cgit-1.2.3+git2.25.1/git/Documentation/git-remote.txt-90-the configuration file format.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-replace.txt-91-	commit. Use `--convert-graft-file` to convert a
cgit-1.2.3+git2.25.1/git/Documentation/git-replace.txt:92:	`$GIT_DIR/info/grafts` file and use replace refs instead.
cgit-1.2.3+git2.25.1/git/Documentation/git-replace.txt-93-
cgit-1.2.3+git2.25.1/git/Documentation/git-replace.txt-94---convert-graft-file::
cgit-1.2.3+git2.25.1/git/Documentation/git-replace.txt:95:	Creates graft commits for all entries in `$GIT_DIR/info/grafts`
cgit-1.2.3+git2.25.1/git/Documentation/git-replace.txt-96-	and deletes that file upon success. The purpose is to help users
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-rev-parse.txt-106-you require, you can add the `^{type}` peeling operator to the parameter.
cgit-1.2.3+git2.25.1/git/Documentation/git-rev-parse.txt:107:For example, `git rev-parse "$VAR^{commit}"` will make sure `$VAR`
cgit-1.2.3+git2.25.1/git/Documentation/git-rev-parse.txt-108-names an existing object that is a commit-ish (i.e. a commit, or an
cgit-1.2.3+git2.25.1/git/Documentation/git-rev-parse.txt:109:annotated tag that points at a commit).  To make sure that `$VAR`
cgit-1.2.3+git2.25.1/git/Documentation/git-rev-parse.txt:110:names an existing object of any type, `git rev-parse "$VAR^{object}"`
cgit-1.2.3+git2.25.1/git/Documentation/git-rev-parse.txt-111-can be used.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-rev-parse.txt-211---git-dir::
cgit-1.2.3+git2.25.1/git/Documentation/git-rev-parse.txt:212:	Show `$GIT_DIR` if defined. Otherwise show the path to
cgit-1.2.3+git2.25.1/git/Documentation/git-rev-parse.txt-213-	the .git directory. The path shown, when relative, is
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-rev-parse.txt-215-+
cgit-1.2.3+git2.25.1/git/Documentation/git-rev-parse.txt:216:If `$GIT_DIR` is not defined and the current directory
cgit-1.2.3+git2.25.1/git/Documentation/git-rev-parse.txt-217-is not detected to lie in a Git repository or work tree
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-rev-parse.txt-224---git-common-dir::
cgit-1.2.3+git2.25.1/git/Documentation/git-rev-parse.txt:225:	Show `$GIT_COMMON_DIR` if defined, else `$GIT_DIR`.
cgit-1.2.3+git2.25.1/git/Documentation/git-rev-parse.txt-226-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-rev-parse.txt-391-
cgit-1.2.3+git2.25.1/git/Documentation/git-rev-parse.txt:392:When `"$@"` is `-h` or `--help` in the above example, the following
cgit-1.2.3+git2.25.1/git/Documentation/git-rev-parse.txt-393-usage text would be shown:
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-sparse-checkout.txt-70-
cgit-1.2.3+git2.25.1/git/Documentation/git-sparse-checkout.txt:71:The `$GIT_DIR/info/sparse-checkout` file is used to define the
cgit-1.2.3+git2.25.1/git/Documentation/git-sparse-checkout.txt-72-skip-worktree reference bitmap. When Git updates the working
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-sparse-checkout.txt-91-
cgit-1.2.3+git2.25.1/git/Documentation/git-sparse-checkout.txt:92:While `$GIT_DIR/info/sparse-checkout` is usually used to specify what
cgit-1.2.3+git2.25.1/git/Documentation/git-sparse-checkout.txt-93-files are included, you can also specify what files are _not_ included,
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-submodule.txt-96-	Initialize the submodules recorded in the index (which were
cgit-1.2.3+git2.25.1/git/Documentation/git-submodule.txt:97:	added and committed elsewhere) by setting `submodule.$name.url`
cgit-1.2.3+git2.25.1/git/Documentation/git-submodule.txt-98-	in .git/config. It uses the same setting from `.gitmodules` as
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-submodule.txt-107-+
cgit-1.2.3+git2.25.1/git/Documentation/git-submodule.txt:108:When present, it will also copy the value of `submodule.$name.update`.
cgit-1.2.3+git2.25.1/git/Documentation/git-submodule.txt-109-This command does not alter existing information in .git/config.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-submodule.txt-119-	Unregister the given submodules, i.e. remove the whole
cgit-1.2.3+git2.25.1/git/Documentation/git-submodule.txt:120:	`submodule.$name` section from .git/config together with their work
cgit-1.2.3+git2.25.1/git/Documentation/git-submodule.txt-121-	tree. Further calls to `git submodule update`, `git submodule foreach`
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-submodule.txt-251-	move the git directory of the submodule into its superproject's
cgit-1.2.3+git2.25.1/git/Documentation/git-submodule.txt:252:	`$GIT_DIR/modules` path and then connect the git directory and
cgit-1.2.3+git2.25.1/git/Documentation/git-submodule.txt-253-	its working directory by setting the `core.worktree` and adding
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-submodule.txt-359-	in the submodule. This is the default behavior, the main use of
cgit-1.2.3+git2.25.1/git/Documentation/git-submodule.txt:360:	this option is to override `submodule.$name.update` when set to
cgit-1.2.3+git2.25.1/git/Documentation/git-submodule.txt-361-	a value other than `checkout`.
cgit-1.2.3+git2.25.1/git/Documentation/git-submodule.txt:362:	If the key `submodule.$name.update` is either not explicitly set or
cgit-1.2.3+git2.25.1/git/Documentation/git-submodule.txt-363-	set to `checkout`, this option is implicit.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-submodule.txt-371-	usual conflict resolution tools.
cgit-1.2.3+git2.25.1/git/Documentation/git-submodule.txt:372:	If the key `submodule.$name.update` is set to `merge`, this option is
cgit-1.2.3+git2.25.1/git/Documentation/git-submodule.txt-373-	implicit.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-submodule.txt-380-	to resolve these failures with linkgit:git-rebase[1].
cgit-1.2.3+git2.25.1/git/Documentation/git-submodule.txt:381:	If the key `submodule.$name.update` is set to `rebase`, this option is
cgit-1.2.3+git2.25.1/git/Documentation/git-submodule.txt-382-	implicit.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-submodule.txt-441-of the containing repository is used to find the url of each submodule.
cgit-1.2.3+git2.25.1/git/Documentation/git-submodule.txt:442:This file should be formatted in the same way as `$GIT_DIR/config`. The key
cgit-1.2.3+git2.25.1/git/Documentation/git-submodule.txt-443-to each submodule url is "submodule.$name.url".  See linkgit:gitmodules[5]
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-update-index.txt-460-across all repositories you use, because you can set the configuration
cgit-1.2.3+git2.25.1/git/Documentation/git-update-index.txt:461:variable to `true` (or `false`) in your `$HOME/.gitconfig` just once
cgit-1.2.3+git2.25.1/git/Documentation/git-update-index.txt-462-and have it affect all repositories you touch.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-update-index.txt-515-across all repositories you use, because you can set the configuration
cgit-1.2.3+git2.25.1/git/Documentation/git-update-index.txt:516:variable in your `$HOME/.gitconfig` just once and have it affect all
cgit-1.2.3+git2.25.1/git/Documentation/git-update-index.txt-517-repositories you touch.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-var.txt-42-    interpreted by the shell when it is used.  Examples: `~/bin/vi`,
cgit-1.2.3+git2.25.1/git/Documentation/git-var.txt:43:    `$SOME_ENVIRONMENT_VARIABLE`, `"C:\Program Files\Vim\gvim.exe"
cgit-1.2.3+git2.25.1/git/Documentation/git-var.txt:44:    --nofork`.  The order of preference is the `$GIT_EDITOR`
cgit-1.2.3+git2.25.1/git/Documentation/git-var.txt-45-    environment variable, then `core.editor` configuration, then
cgit-1.2.3+git2.25.1/git/Documentation/git-var.txt:46:    `$VISUAL`, then `$EDITOR`, and then the default chosen at compile
cgit-1.2.3+git2.25.1/git/Documentation/git-var.txt-47-    time, which is usually 'vi'.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-var.txt-54-    is meant to be interpreted by the shell.  The order of preference
cgit-1.2.3+git2.25.1/git/Documentation/git-var.txt:55:    is the `$GIT_PAGER` environment variable, then `core.pager`
cgit-1.2.3+git2.25.1/git/Documentation/git-var.txt:56:    configuration, then `$PAGER`, and then the default chosen at
cgit-1.2.3+git2.25.1/git/Documentation/git-var.txt-57-    compile time (usually 'less').
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-worktree.txt-73-then, as a convenience, the new worktree is associated with a branch
cgit-1.2.3+git2.25.1/git/Documentation/git-worktree.txt:74:(call it `<branch>`) named after `$(basename <path>)`.  If `<branch>`
cgit-1.2.3+git2.25.1/git/Documentation/git-worktree.txt-75-doesn't exist, a new branch based on HEAD is automatically created as
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git-worktree.txt-270-the base name of the linked working tree's path, possibly appended with a
cgit-1.2.3+git2.25.1/git/Documentation/git-worktree.txt:271:number to make it unique.  For example, when `$GIT_DIR=/path/main/.git` the
cgit-1.2.3+git2.25.1/git/Documentation/git-worktree.txt-272-command `git worktree add /path/other/test-next next` creates the linked
cgit-1.2.3+git2.25.1/git/Documentation/git-worktree.txt-273-working tree in `/path/other/test-next` and also creates a
cgit-1.2.3+git2.25.1/git/Documentation/git-worktree.txt:274:`$GIT_DIR/worktrees/test-next` directory (or `$GIT_DIR/worktrees/test-next1`
cgit-1.2.3+git2.25.1/git/Documentation/git-worktree.txt-275-if `test-next` is already taken).
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git.txt-173-	parse-options), main (all commands in libexec directory),
cgit-1.2.3+git2.25.1/git/Documentation/git.txt:174:	others (all other commands in `$PATH` that have git- prefix),
cgit-1.2.3+git2.25.1/git/Documentation/git.txt-175-	list-<category> (see categories in command-list.txt),
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git.txt-384-Higher level SCMs may provide and manage additional information in the
cgit-1.2.3+git2.25.1/git/Documentation/git.txt:385:`$GIT_DIR`.
cgit-1.2.3+git2.25.1/git/Documentation/git.txt-386-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git.txt-404-	This environment allows the specification of an alternate
cgit-1.2.3+git2.25.1/git/Documentation/git.txt:405:	index file. If not specified, the default of `$GIT_DIR/index`
cgit-1.2.3+git2.25.1/git/Documentation/git.txt-406-	is used.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git.txt-416-	environment variable then the sha1 directories are created
cgit-1.2.3+git2.25.1/git/Documentation/git.txt:417:	underneath - otherwise the default `$GIT_DIR/objects`
cgit-1.2.3+git2.25.1/git/Documentation/git.txt-418-	directory is used.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git.txt-564-`GIT_PAGER`::
cgit-1.2.3+git2.25.1/git/Documentation/git.txt:565:	This environment variable overrides `$PAGER`. If it is set
cgit-1.2.3+git2.25.1/git/Documentation/git.txt-566-	to an empty string or to the value "cat", Git will not launch
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git.txt-574-`GIT_EDITOR`::
cgit-1.2.3+git2.25.1/git/Documentation/git.txt:575:	This environment variable overrides `$EDITOR` and `$VISUAL`.
cgit-1.2.3+git2.25.1/git/Documentation/git.txt-576-	It is used by several Git commands when, on interactive mode,
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git.txt-588-+
cgit-1.2.3+git2.25.1/git/Documentation/git.txt:589:`$GIT_SSH_COMMAND` takes precedence over `$GIT_SSH`, and is interpreted
cgit-1.2.3+git2.25.1/git/Documentation/git.txt-590-by the shell, which allows additional arguments to be included.
cgit-1.2.3+git2.25.1/git/Documentation/git.txt:591:`$GIT_SSH` on the other hand must be just the path to a program
cgit-1.2.3+git2.25.1/git/Documentation/git.txt-592-(which can be a wrapper shell script, if additional arguments are
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/git.txt-617-	Whether to skip reading settings from the system-wide
cgit-1.2.3+git2.25.1/git/Documentation/git.txt:618:	`$(prefix)/etc/gitconfig` file.  This environment variable can
cgit-1.2.3+git2.25.1/git/Documentation/git.txt:619:	be used along with `$HOME` and `$XDG_CONFIG_HOME` to create a
cgit-1.2.3+git2.25.1/git/Documentation/git.txt-620-	predictable environment for a picky script, or you can set it
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt-70-When deciding what attributes are assigned to a path, Git
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt:71:consults `$GIT_DIR/info/attributes` file (which has the highest
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt-72-precedence), `.gitattributes` file in the same directory as the
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt-86-one user's workflow for that repository), then
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt:87:attributes should be placed in the `$GIT_DIR/info/attributes` file.
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt-88-Attributes which should be version-controlled and distributed to other
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt-95-Attributes for all users on a system should be placed in the
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt:96:`$(prefix)/etc/gitattributes` file.
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt-97-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt-378-When the attribute `ident` is set for a path, Git replaces
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt:379:`$Id$` in the blob object with `$Id:`, followed by the
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt-380-40-character hexadecimal blob object name, followed by a dollar
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt-381-sign `$` upon checkout.  Any byte sequence that begins with
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt:382:`$Id:` and ends with `$` in the worktree file is replaced
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt:383:with `$Id$` upon check-in.
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt-384-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt-745-To define an external diff driver `jcdiff`, add a section to your
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt:746:`$GIT_DIR/config` file (or `$HOME/.gitconfig` file) like this:
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt-747-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt-783-want to appear as the hunk header "TEXT". Add a section to your
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt:784:`$GIT_DIR/config` file (or `$HOME/.gitconfig` file) like this:
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt-785-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt-854-whitespace.  To separate them, use a regular expression in your
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt:855:`$GIT_DIR/config` file (or `$HOME/.gitconfig` file) like this:
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt-856-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt-883-exif tool installed), add the following section to your
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt:884:`$GIT_DIR/config` file (or `$HOME/.gitconfig` file):
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt-885-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt-1066-To define a custom merge driver `filfre`, add a section to your
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt:1067:`$GIT_DIR/config` file (or `$HOME/.gitconfig` file) like this:
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt-1068-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt-1169-as those for the option `--pretty=format:` of linkgit:git-log[1],
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt:1170:except that they need to be wrapped like this: `$Format:PLACEHOLDERS$`
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt:1171:in the file.  E.g. the string `$Format:%H$` will be replaced by the
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt-1172-commit hash.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt-1231-Custom macro attributes can be defined only in top-level gitattributes
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt:1232:files (`$GIT_DIR/info/attributes`, the `.gitattributes` file at the
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt-1233-top level of the working tree, or the global or system-wide
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt-1275-
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt:1276:3. Finally it examines `$GIT_DIR/info/attributes`.  This file
cgit-1.2.3+git2.25.1/git/Documentation/gitattributes.txt-1277-   is used to override the in-tree settings.  The first line is
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitcore-tutorial.txt-1315-you need to make sure that you have the 'git-receive-pack'
cgit-1.2.3+git2.25.1/git/Documentation/gitcore-tutorial.txt:1316:program on the `$PATH`.
cgit-1.2.3+git2.25.1/git/Documentation/gitcore-tutorial.txt-1317-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitcore-tutorial.txt-1322-`.bash_profile`. As a workaround, make sure `.bashrc` sets up
cgit-1.2.3+git2.25.1/git/Documentation/gitcore-tutorial.txt:1323:`$PATH` so that you can run 'git-receive-pack' program.
cgit-1.2.3+git2.25.1/git/Documentation/gitcore-tutorial.txt-1324-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitcore-tutorial.txt-1447-'dumb transport friendly'.  After `git init`,
cgit-1.2.3+git2.25.1/git/Documentation/gitcore-tutorial.txt:1448:`$GIT_DIR/hooks/post-update.sample` copied from the standard templates
cgit-1.2.3+git2.25.1/git/Documentation/gitcore-tutorial.txt-1449-would contain a call to 'git update-server-info'
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/giteveryday.txt-401-e.g. those using:
cgit-1.2.3+git2.25.1/git/Documentation/giteveryday.txt:402:`$ git push/pull ssh://host.xz/pub/scm/project`
cgit-1.2.3+git2.25.1/git/Documentation/giteveryday.txt-403-+
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/githooks.txt-19-
cgit-1.2.3+git2.25.1/git/Documentation/githooks.txt:20:By default the hooks directory is `$GIT_DIR/hooks`, but that can be
cgit-1.2.3+git2.25.1/git/Documentation/githooks.txt-21-changed via the `core.hooksPath` configuration variable (see
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/githooks.txt-428-
cgit-1.2.3+git2.25.1/git/Documentation/githooks.txt:429:For example, the hook can simply run `git read-tree -u -m HEAD "$1"`
cgit-1.2.3+git2.25.1/git/Documentation/githooks.txt-430-in order to emulate `git fetch` that is run in the reverse direction
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitignore.txt-37-
cgit-1.2.3+git2.25.1/git/Documentation/gitignore.txt:38: * Patterns read from `$GIT_DIR/info/exclude`.
cgit-1.2.3+git2.25.1/git/Documentation/gitignore.txt-39-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitignore.txt-53-   the repository but are specific to one user's workflow) should go into
cgit-1.2.3+git2.25.1/git/Documentation/gitignore.txt:54:   the `$GIT_DIR/info/exclude` file.
cgit-1.2.3+git2.25.1/git/Documentation/gitignore.txt-55-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitignore.txt-139-file containing patterns of file names to exclude, similar to
cgit-1.2.3+git2.25.1/git/Documentation/gitignore.txt:140:`$GIT_DIR/info/exclude`.  Patterns in the exclude file are used in addition to
cgit-1.2.3+git2.25.1/git/Documentation/gitignore.txt:141:those in `$GIT_DIR/info/exclude`.
cgit-1.2.3+git2.25.1/git/Documentation/gitignore.txt-142-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitk.txt-174-
cgit-1.2.3+git2.25.1/git/Documentation/gitk.txt:175:* `$XDG_CONFIG_HOME/git/gitk` if it exists, otherwise
cgit-1.2.3+git2.25.1/git/Documentation/gitk.txt:176:* `$HOME/.gitk` if it exists
cgit-1.2.3+git2.25.1/git/Documentation/gitk.txt-177-
cgit-1.2.3+git2.25.1/git/Documentation/gitk.txt:178:If neither of the above exist then `$XDG_CONFIG_HOME/git/gitk` is created and
cgit-1.2.3+git2.25.1/git/Documentation/gitk.txt-179-used by default. If '$XDG_CONFIG_HOME' is not set it defaults to
cgit-1.2.3+git2.25.1/git/Documentation/gitk.txt:180:`$HOME/.config` in all cases.
cgit-1.2.3+git2.25.1/git/Documentation/gitk.txt-181-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitremote-helpers.txt-300-Optionally may output a 'lock <file>' line indicating the full path of
cgit-1.2.3+git2.25.1/git/Documentation/gitremote-helpers.txt:301:a file under `$GIT_DIR/objects/pack` which is keeping a pack until
cgit-1.2.3+git2.25.1/git/Documentation/gitremote-helpers.txt-302-refs can be suitably updated.  The path must end with `.keep`. This is
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitrepository-layout.txt-42-. You could be using the `objects/info/alternates` or
cgit-1.2.3+git2.25.1/git/Documentation/gitrepository-layout.txt:43:`$GIT_ALTERNATE_OBJECT_DIRECTORIES` mechanisms to 'borrow'
cgit-1.2.3+git2.25.1/git/Documentation/gitrepository-layout.txt-44-objects from other object stores.  A repository with this kind
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitsubmodules.txt-23-On the filesystem, a submodule usually (but not always - see FORMS below)
cgit-1.2.3+git2.25.1/git/Documentation/gitsubmodules.txt:24:consists of (i) a Git directory located under the `$GIT_DIR/modules/`
cgit-1.2.3+git2.25.1/git/Documentation/gitsubmodules.txt-25-directory of its superproject, (ii) a working directory inside the
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitsubmodules.txt-28-
cgit-1.2.3+git2.25.1/git/Documentation/gitsubmodules.txt:29:Assuming the submodule has a Git directory at `$GIT_DIR/modules/foo/`
cgit-1.2.3+git2.25.1/git/Documentation/gitsubmodules.txt-30-and a working directory at `path/to/bar/`, the superproject tracks the
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitsubmodules.txt-85-
cgit-1.2.3+git2.25.1/git/Documentation/gitsubmodules.txt:86: * The configuration inside the submodule. This includes `$GIT_DIR/config`
cgit-1.2.3+git2.25.1/git/Documentation/gitsubmodules.txt-87-   in the submodule, but also settings in the tree such as a `.gitattributes`
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitsubmodules.txt-96-+
cgit-1.2.3+git2.25.1/git/Documentation/gitsubmodules.txt:97:The submodule's `$GIT_DIR/config` file would come into play when running
cgit-1.2.3+git2.25.1/git/Documentation/gitsubmodules.txt-98-`git push --recurse-submodules=check` in the superproject, as this would
cgit-1.2.3+git2.25.1/git/Documentation/gitsubmodules.txt-99-check if the submodule has any changes not published to any remote. The
cgit-1.2.3+git2.25.1/git/Documentation/gitsubmodules.txt:100:remotes are configured in the submodule as usual in the `$GIT_DIR/config`
cgit-1.2.3+git2.25.1/git/Documentation/gitsubmodules.txt-101-file.
cgit-1.2.3+git2.25.1/git/Documentation/gitsubmodules.txt-102-
cgit-1.2.3+git2.25.1/git/Documentation/gitsubmodules.txt:103: * The configuration file `$GIT_DIR/config` in the superproject.
cgit-1.2.3+git2.25.1/git/Documentation/gitsubmodules.txt-104-   Git only recurses into active submodules (see "ACTIVE SUBMODULES"
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitsubmodules.txt-139-When deinitialized or deleted (see below), the submodule's Git
cgit-1.2.3+git2.25.1/git/Documentation/gitsubmodules.txt:140:directory is automatically moved to `$GIT_DIR/modules/<name>/`
cgit-1.2.3+git2.25.1/git/Documentation/gitsubmodules.txt-141-of the superproject.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitsubmodules.txt-149-Besides emptying the working directory, this command only modifies
cgit-1.2.3+git2.25.1/git/Documentation/gitsubmodules.txt:150:the superproject's `$GIT_DIR/config` file, so the superproject's history
cgit-1.2.3+git2.25.1/git/Documentation/gitsubmodules.txt-151-is not affected. This can be undone using `git submodule init`.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitsubmodules.txt-164-To completely remove a submodule, manually delete
cgit-1.2.3+git2.25.1/git/Documentation/gitsubmodules.txt:165:`$GIT_DIR/modules/<name>/`.
cgit-1.2.3+git2.25.1/git/Documentation/gitsubmodules.txt-166-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-16-perl script fragment as its configuration file.  You can set variables
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt:17:using "`our $variable = value`"; text from a "#" character until the
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-18-end of a line is ignored.  See *perlsyn*(1) for details.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-76-gitweb itself is written in). Variables are typically set using the
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt:77:`our` qualifier (as in "`our $variable = <value>;`") to avoid syntax
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-78-errors if a new version of gitweb no longer uses a variable and therefore
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-121-	Absolute filesystem path which will be prepended to project path;
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt:122:	the path to repository is `$projectroot/$project`.  Set to
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt:123:	`$GITWEB_PROJECTROOT` during installation.  This variable has to be
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-124-	set correctly for gitweb to find repositories.
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-125-+
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt:126:For example, if `$projectroot` is set to "/srv/git" by putting the following
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-127-in gitweb config file:
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-159-makefile variable at installation time.  If this variable is empty, gitweb
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt:160:will fall back to scanning the `$projectroot` directory for repositories.
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-161-
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-162-$project_maxdepth::
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt:163:	If `$projects_list` variable is unset, gitweb will recursively
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt:164:	scan filesystem for Git repositories.  The `$project_maxdepth`
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt:165:	is used to limit traversing depth, relative to `$projectroot`
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-166-	(starting point); it means that directories which are further
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt:167:	from `$projectroot` than `$project_maxdepth` will be skipped.
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-168-+
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-196-+
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt:197:though the above might be done by using `$export_ok` instead
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-198-+
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-209-	Only allow viewing of repositories also shown on the overview page.
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt:210:	This for example makes `$export_ok` file decide if repository is
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt:211:	available and not only if it is shown.  If `$projects_list` points to
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-212-	file with list of project, only those repositories listed would be
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-225-$GIT::
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt:226:	Core git executable to use.  By default set to `$GIT_BINDIR/git`, which
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt:227:	in turn is by default set to `$(bindir)/git`.  If you use Git installed
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-228-	from a binary package, you should usually set this to "/usr/bin/git".
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-303-+
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt:304:*Note*: there is also a legacy `$stylesheet` configuration variable, which was
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt:305:used by older gitweb.  If `$stylesheet` variable is defined, only CSS stylesheet
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-306-given by this variable is used by gitweb.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-338-	"breadcrumbs").  By default it is set to the absolute URI of a current page
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt:339:	(to the value of `$my_uri` variable, or to "/" if `$my_uri` is undefined
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-340-	or is an empty string).
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-342-$home_link_str::
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt:343:	Label for the "home link" at the top of all pages, leading to `$home_link`
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-344-	(usually the main gitweb page, which contains the projects list).  It is
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-356-	server. Each element of the list is a reference to an array, in which
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt:357:	element 0 is the link text (equivalent to `$home_link_str`) and element
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt:358:	1 is the target URL (equivalent to `$home_link`).
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-359-+
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-430-	are "none" (unsorted), "project" (projects are by project name,
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt:431:	i.e. path to repository relative to `$projectroot`), "descr"
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-432-	(project description), "owner", and "age" (by date of most current
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-445-	Gitweb guesses mimetype of a file to display based on extension
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt:446:	of its filename, using `$mimetypes_file` (if set and file exists)
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-447-	and `/etc/mime.types` files (see *mime.types*(5) manpage; only
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-483-	describing from where to fetch a project, which are shown on
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt:484:	project summary page.  The full fetch URL is "`$git_base_url/$project`",
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-485-	for each element of this list. You can set up multiple base URLs
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-488-+
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt:489:Note that per repository configuration can be set in `$GIT_DIR/cloneurl`
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-490-file, or as values of multi-value `gitweb.url` configuration variable in
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-501-	list page. The category of a project is determined by the
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt:502:	`$GIT_DIR/category` file or the `gitweb.category` variable in each
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-503-	repository's configuration.  Disabled by default (set to 0).
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-508-	listed at the top, above categorized projects.  Used only if project
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt:509:	categories are enabled, which means if `$projects_list_group_categories`
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-510-	is true.  By default set to "" (empty string).
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-526-+
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt:527:Set `$maxload` to undefined value (`undef`) to turn this feature off.
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-528-The default value is 300.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-548-+
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt:549:If `$per_request_config` is not a code reference, it is interpreted as boolean
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-550-value.  If it is true gitweb will process config files once per request,
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-553-+
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt:554:*NOTE*: `$my_url`, `$my_uri`, and `$base_url` are overwritten with their default
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-555-values before every request, so if you want to change them, be sure to set
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-587-	variables, but now there should be no need to do it.  See
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt:588:	`$per_request_config` if you need to set them still.
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-589-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-591-	Base URL for relative URLs in pages generated by gitweb,
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt:592:	(e.g. `$logo`, `$favicon`, `@stylesheets` if they are relative URLs),
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-593-	needed and used '<base href="$base_url">' only for URLs with nonempty
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-595-	and there is no need to set this variable, e.g. to $my_uri or "/".
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt:596:	See `$per_request_config` if you need to override it anyway.
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-597-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-755-	Server-side syntax highlight support in "blob" view.  It requires
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt:756:	`$highlight_bin` program to be available (see the description of
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-757-	this variable in the "Configuration variables" section above),
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-789-	shown in the main projects list.  Instead, a \'+' mark is shown
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt:790:	next to `$projname`, which links to a "forks" view that lists all
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt:791:	the forks (all projects in `$projname/` subdirectory).  Additionally
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-792-	a "forks" view for a project is linked from project summary page.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-807-expands to the project name, `%f` to the project path within the
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt:808:filesystem (i.e. "$projectroot/$project"), `%h` to the current hash
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.conf.txt-809-(\'h' gitweb parameter) and `%b` to the current hash base
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-52-
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt:53:The default value for `$projectroot` is `/pub/git`.  You can change it during
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-54-building gitweb via `GITWEB_PROJECTROOT` build configuration variable.
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-55-
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt:56:By default all Git repositories under `$projectroot` are visible and available
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-57-to gitweb.  The list of projects is generated by default by scanning the
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt:58:`$projectroot` directory for Git repositories (for object databases to be
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-59-more exact; gitweb is not interested in a working area, and is best suited
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-61-
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt:62:The name of the repository in gitweb is the path to its `$GIT_DIR` (its object
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt:63:database) relative to `$projectroot`.  Therefore the repository $repo can be
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-64-found at "$projectroot/$repo".
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-70-starting from $projectroot, you can provide a pre-generated list of
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt:71:visible projects by setting `$projects_list` to point to a plain text
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-72-file with a list of projects (with some additional info).
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-81-* Whitespace separated fields; any run of whitespace can be used as field
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt:82:separator (rules for Perl's "`split(" ", $line)`").
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-83-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-95-<repository path>::
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt:96:	path to repository GIT_DIR, relative to `$projectroot`
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-97-<repository owner>::
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-115-visible on projects list page, you can view it nevertheless by hand-crafting
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt:116:a gitweb URL.  By setting `$strict_export` configuration variable (see
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-117-linkgit:gitweb.conf[5]) to true value you can allow viewing only of
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-133-suitable for GITWEB_LIST build configuration variable (or
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt:134:`$projects_list` variable in gitweb config):
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-135-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-148-Run this script and save its output to a file.  This file could then be used
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt:149:as projects list file, which means that you can set `$projects_list` to its
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-150-filename.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-154-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt:155:By default all Git repositories under `$projectroot` are visible and
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-156-available to gitweb.  You can however configure how gitweb controls access
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-160-projects are *visible* by selectively including repositories in projects
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt:161:list file, and setting `$projects_list` gitweb configuration variable to
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt:162:point to it.  With `$strict_export` set, projects list file can be used to
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-163-control which repositories are *available* as well.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-165-* You can configure gitweb to only list and allow viewing of the explicitly
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt:166:exported repositories, via `$export_ok` variable in gitweb config file; see
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-167-linkgit:gitweb.conf[5] manpage.  If it evaluates to true, gitweb shows
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt:168:repositories only if this file named by `$export_ok` exists in its object
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt:169:database (if directory has the magic file named `$export_ok`).
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-170-+
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-217-	homepage), etc. This is recognized only if XSS prevention is off
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt:218:	(`$prevent_xss` is false, see linkgit:gitweb.conf[5]); a way to include
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-219-	a README safely when XSS prevention is on may be worked out in the
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-222-description (or `gitweb.description`)::
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt:223:	Short (shortened to `$projects_list_description_width` in the projects
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-224-	list page, which is 25 characters by default; see
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-237-	Singe line category of a project, used to group projects if
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt:238:	`$projects_list_group_categories` is enabled.  By default (file and
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-239-	configuration variable absent), uncategorized projects are put in the
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt:240:	`$project_list_default_category` category.  You can use the
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-241-	`gitweb.category` repo configuration variable, but the file takes
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-243-+
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt:244:The configuration variables `$projects_list_group_categories` and
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt:245:`$project_list_default_category` are described in linkgit:gitweb.conf[5]
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-246-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-262-If it's not set, filesystem directory's owner is used (via GECOS field,
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt:263:i.e. real name field from *getpwuid*(3)) if `$projects_list` is unset
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt:264:(gitweb scans `$projectroot` for repositories); if `$projects_list`
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-265-points to file with list of repositories, then project owner defaults to
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-581-*Note* that this requires to be set for each request, so either
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt:582:`$per_request_config` must be false, or the above must be put in code
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt:583:referenced by `$per_request_config`;
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-584-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-643-*Notice* that in this case you don't need special settings for
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt:644:`@stylesheets`, `$my_uri` and `$home_link`, but you lose "dumb client"
cgit-1.2.3+git2.25.1/git/Documentation/gitweb.txt-645-access to your project .git dirs (described in "Single URL for gitweb and
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/glossary-content.txt-189-	<<def_branch,branch>>.  Heads are stored in a file in
cgit-1.2.3+git2.25.1/git/Documentation/glossary-content.txt:190:	`$GIT_DIR/refs/heads/` directory, except when using packed refs. (See
cgit-1.2.3+git2.25.1/git/Documentation/glossary-content.txt-191-	linkgit:git-pack-refs[1].)
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/glossary-content.txt-209-	operation is done. The hook scripts are found in the
cgit-1.2.3+git2.25.1/git/Documentation/glossary-content.txt:210:	`$GIT_DIR/hooks/` directory, and are enabled by simply
cgit-1.2.3+git2.25.1/git/Documentation/glossary-content.txt-211-	removing the `.sample` suffix from the filename. In earlier versions
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/glossary-content.txt-262-	identified by its <<def_object_name,object name>>. The objects usually
cgit-1.2.3+git2.25.1/git/Documentation/glossary-content.txt:263:	live in `$GIT_DIR/objects/`.
cgit-1.2.3+git2.25.1/git/Documentation/glossary-content.txt-264-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/glossary-content.txt-454-[[def_pseudoref]]pseudoref::
cgit-1.2.3+git2.25.1/git/Documentation/glossary-content.txt:455:	Pseudorefs are a class of files under `$GIT_DIR` which behave
cgit-1.2.3+git2.25.1/git/Documentation/glossary-content.txt-456-	like refs for the purposes of rev-parse, but which are treated
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/lint-gitlink.perl-32-	while (<$fh>) {
cgit-1.2.3+git2.25.1/git/Documentation/lint-gitlink.perl:33:		my $where = "$file:$.";
cgit-1.2.3+git2.25.1/git/Documentation/lint-gitlink.perl-34-		while (s/linkgit:((.*?)\[(\d)\])//) {
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/merge-options.txt-100-	happened (except for the merge information), but do not actually
cgit-1.2.3+git2.25.1/git/Documentation/merge-options.txt:101:	make a commit, move the `HEAD`, or record `$GIT_DIR/MERGE_HEAD`
cgit-1.2.3+git2.25.1/git/Documentation/merge-options.txt-102-	(to cause the next `git commit` command to create a merge
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/rev-list-options.txt-773-Besides the '{plus}' and '%' characters, the following characters are
cgit-1.2.3+git2.25.1/git/Documentation/rev-list-options.txt:774:reserved and also must be encoded: `~!@#$^&*()[]{}\;",<>?`+&#39;&#96;+
cgit-1.2.3+git2.25.1/git/Documentation/rev-list-options.txt-775-as well as all characters with ASCII code &lt;= `0x20`, which includes
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/revisions.txt-60-Note that any of the 'refs/*' cases above may come either from
cgit-1.2.3+git2.25.1/git/Documentation/revisions.txt:61:the `$GIT_DIR/refs` directory or from the `$GIT_DIR/packed-refs` file.
cgit-1.2.3+git2.25.1/git/Documentation/revisions.txt-62-While the ref name encoding is unspecified, UTF-8 is preferred as
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/technical/api-parse-options.txt-227-
cgit-1.2.3+git2.25.1/git/Documentation/technical/api-parse-options.txt:228:`OPT_PASSTHRU(short, long, &char_var, arg_str, description, flags)`::
cgit-1.2.3+git2.25.1/git/Documentation/technical/api-parse-options.txt-229-	Introduce an option that will be reconstructed into a char* string,
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/technical/commit-graph.txt-142-to organize these files. Each commit-graph file has a name
cgit-1.2.3+git2.25.1/git/Documentation/technical/commit-graph.txt:143:`$OBJDIR/info/commit-graphs/graph-{hash}.graph` where `{hash}` is the hex-
cgit-1.2.3+git2.25.1/git/Documentation/technical/commit-graph.txt-144-valued hash stored in the footer of that file (which is a hash of the file's
cgit-1.2.3+git2.25.1/git/Documentation/technical/commit-graph.txt-145-contents before that hash). For a chain of commit-graph files, a plain-text
cgit-1.2.3+git2.25.1/git/Documentation/technical/commit-graph.txt:146:file at `$OBJDIR/info/commit-graphs/commit-graph-chain` contains the
cgit-1.2.3+git2.25.1/git/Documentation/technical/commit-graph.txt-147-hashes for the files in order from "lowest" to "highest".
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/technical/commit-graph.txt-279-we update the modified times of the files when they become unreferenced. Then,
cgit-1.2.3+git2.25.1/git/Documentation/technical/commit-graph.txt:280:we scan the `$OBJDIR/info/commit-graphs/` directory for `graph-{hash}`
cgit-1.2.3+git2.25.1/git/Documentation/technical/commit-graph.txt-281-files whose modified times are older than a given expiry window. This window
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt-22-
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt:23:Within this documentation the placeholder `$GIT_URL` will stand for
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt-24-the http:// repository URL entered by the end-user.
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt-25-
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt:26:Servers SHOULD handle all requests to locations matching `$GIT_URL`, as
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt-27-both the "smart" and "dumb" HTTP protocols used by Git operate
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt-28-by appending additional path components onto the end of the user
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt:29:supplied `$GIT_URL` string.
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt-30-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt-46-Clients MUST strip a trailing `/`, if present, from the user supplied
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt:47:`$GIT_URL` string to prevent empty path tokens (`//`) from appearing
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt-48-in any URL sent to a server.  Compatible clients MUST expand
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt:49:`$GIT_URL/info/refs` as `foo/info/refs` and not `foo//info/refs`.
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt-50-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt-105-
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt:106:If there is no repository at `$GIT_URL`, or the resource pointed to by a
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt:107:location matching `$GIT_URL` does not exist, the server MUST NOT respond
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt-108-with `200 OK` response.  A server SHOULD respond with
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt-111-
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt:112:If there is a repository at `$GIT_URL`, but access is not currently
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt-113-permitted, the server MUST respond with the `403 Forbidden` HTTP
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt-150-
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt:151:Dumb HTTP clients MUST make a `GET` request to `$GIT_URL/info/refs`,
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt-152-without any search/query parameters.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt-194-The request MUST contain exactly one query parameter,
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt:195:`service=$servicename`, where `$servicename` MUST be the service
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt-196-name the client wishes to contact to complete the operation.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt-246-
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt:247:The Content-Type MUST be `application/x-$servicename-advertisement`.
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt-248-Clients SHOULD fall back to the dumb protocol if another content
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt-249-type is returned.  When falling back to the dumb protocol clients
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt:250:SHOULD NOT make an additional request to `$GIT_URL/info/refs`, but
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt-251-instead SHOULD use the response already in hand.  Clients MUST NOT
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt-263-
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt:264:Clients MUST verify the first pkt-line is `# service=$servicename`.
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt-265-Servers MUST set $servicename to be the request parameter value.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt-304-------------------------------
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt:305:This service reads from the repository pointed to by `$GIT_URL`.
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt-306-
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt-307-Clients MUST first perform ref discovery with
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt:308:`$GIT_URL/info/refs?service=git-upload-pack`.
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt-309-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt-374-
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt:375:C: Send one `$GIT_URL/git-upload-pack` request:
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt-376-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt-467-------------------------------
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt:468:This service reads from the repository pointed to by `$GIT_URL`.
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt-469-
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt-470-Clients MUST first perform ref discovery with
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt:471:`$GIT_URL/info/refs?service=git-receive-pack`.
cgit-1.2.3+git2.25.1/git/Documentation/technical/http-protocol.txt-472-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/technical/protocol-v2.txt-79-Subsequent requests are then made directly to the service
cgit-1.2.3+git2.25.1/git/Documentation/technical/protocol-v2.txt:80:`$GIT_URL/git-upload-pack`. (This works the same for git-receive-pack).
cgit-1.2.3+git2.25.1/git/Documentation/technical/protocol-v2.txt-81-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/urls-remotes.txt-8-
cgit-1.2.3+git2.25.1/git/Documentation/urls-remotes.txt:9:* a remote in the Git configuration file: `$GIT_DIR/config`,
cgit-1.2.3+git2.25.1/git/Documentation/urls-remotes.txt:10:* a file in the `$GIT_DIR/remotes` directory, or
cgit-1.2.3+git2.25.1/git/Documentation/urls-remotes.txt:11:* a file in the `$GIT_DIR/branches` directory.
cgit-1.2.3+git2.25.1/git/Documentation/urls-remotes.txt-12-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/urls-remotes.txt-20-configured using linkgit:git-remote[1], linkgit:git-config[1]
cgit-1.2.3+git2.25.1/git/Documentation/urls-remotes.txt:21:or even by a manual edit to the `$GIT_DIR/config` file.  The URL of
cgit-1.2.3+git2.25.1/git/Documentation/urls-remotes.txt-22-this remote will be used to access the repository.  The refspec
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/urls-remotes.txt-37-
cgit-1.2.3+git2.25.1/git/Documentation/urls-remotes.txt:38:Named file in `$GIT_DIR/remotes`
cgit-1.2.3+git2.25.1/git/Documentation/urls-remotes.txt-39-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/urls-remotes.txt-41-You can choose to provide the name of a
cgit-1.2.3+git2.25.1/git/Documentation/urls-remotes.txt:42:file in `$GIT_DIR/remotes`.  The URL
cgit-1.2.3+git2.25.1/git/Documentation/urls-remotes.txt-43-in this file will be used to access the repository.  The refspec
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/urls-remotes.txt-59-
cgit-1.2.3+git2.25.1/git/Documentation/urls-remotes.txt:60:Named file in `$GIT_DIR/branches`
cgit-1.2.3+git2.25.1/git/Documentation/urls-remotes.txt-61-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/urls-remotes.txt-63-You can choose to provide the name of a
cgit-1.2.3+git2.25.1/git/Documentation/urls-remotes.txt:64:file in `$GIT_DIR/branches`.
cgit-1.2.3+git2.25.1/git/Documentation/urls-remotes.txt-65-The URL in this file will be used to access the repository.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/urls-remotes.txt-76-refspecs, if you don't provide one on the command line.
cgit-1.2.3+git2.25.1/git/Documentation/urls-remotes.txt:77:`<branch>` is the name of this file in `$GIT_DIR/branches` and
cgit-1.2.3+git2.25.1/git/Documentation/urls-remotes.txt-78-`<head>` defaults to `master`.
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/user-manual.txt-2370-	do
cgit-1.2.3+git2.25.1/git/Documentation/user-manual.txt:2371:		if [ `git rev-list $ref..$branch | wc -c` -gt 0 ]
cgit-1.2.3+git2.25.1/git/Documentation/user-manual.txt-2372-		then
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/user-manual.txt-3999-filename.  The 'stage number' is Git's way to say which tree it
cgit-1.2.3+git2.25.1/git/Documentation/user-manual.txt:4000:came from: stage 1 corresponds to the `$orig` tree, stage 2 to
cgit-1.2.3+git2.25.1/git/Documentation/user-manual.txt:4001:the `HEAD` tree, and stage 3 to the `$target` tree.
cgit-1.2.3+git2.25.1/git/Documentation/user-manual.txt-4002-
##############################################
cgit-1.2.3+git2.25.1/git/Documentation/user-manual.txt-4004-`git read-tree -m`.  For example, if the file did not change
cgit-1.2.3+git2.25.1/git/Documentation/user-manual.txt:4005:from `$orig` to `HEAD` or `$target`, or if the file changed
cgit-1.2.3+git2.25.1/git/Documentation/user-manual.txt:4006:from `$orig` to `HEAD` and `$orig` to `$target` the same way,
cgit-1.2.3+git2.25.1/git/Documentation/user-manual.txt-4007-obviously the final outcome is what is in `HEAD`.  What the
cgit-1.2.3+git2.25.1/git/Documentation/user-manual.txt-4008-above example shows is that file `hello.c` was changed from
cgit-1.2.3+git2.25.1/git/Documentation/user-manual.txt:4009:`$orig` to `HEAD` and `$orig` to `$target` in a different way.
cgit-1.2.3+git2.25.1/git/Documentation/user-manual.txt-4010-You could resolve this by running your favorite 3-way merge
##############################################
cgit-1.2.3+git2.25.1/git/Makefile-2182-	@FLAGS='$(SCRIPT_DEFINES)'; \
cgit-1.2.3+git2.25.1/git/Makefile:2183:	    if test x"$$FLAGS" != x"`cat $@ 2>/dev/null`" ; then \
cgit-1.2.3+git2.25.1/git/Makefile-2184-		echo >&2 "    * new script parameters"; \
##############################################
cgit-1.2.3+git2.25.1/git/Makefile-2246-	@FLAGS='$(PERL_DEFINES)'; \
cgit-1.2.3+git2.25.1/git/Makefile:2247:	    if test x"$$FLAGS" != x"`cat $@ 2>/dev/null`" ; then \
cgit-1.2.3+git2.25.1/git/Makefile-2248-		echo >&2 "    * new perl-specific parameters"; \
##############################################
cgit-1.2.3+git2.25.1/git/Makefile-2729-	@VARS='$(TRACK_PYTHON)'; \
cgit-1.2.3+git2.25.1/git/Makefile:2730:	    if test x"$$VARS" != x"`cat $@ 2>/dev/null`" ; then \
cgit-1.2.3+git2.25.1/git/Makefile-2731-		echo >&2 "    * new Python interpreter location"; \
##############################################
cgit-1.2.3+git2.25.1/git/azure-pipelines.yml-97-
cgit-1.2.3+git2.25.1/git/azure-pipelines.yml:98:        ci/run-test-slice.sh `$SYSTEM_JOBPOSITIONINPHASE `$SYSTEM_TOTALJOBSINPHASE || {
cgit-1.2.3+git2.25.1/git/azure-pipelines.yml-99-          ci/print-test-failures.sh
##############################################
cgit-1.2.3+git2.25.1/git/azure-pipelines.yml-256-        cd t &&
cgit-1.2.3+git2.25.1/git/azure-pipelines.yml:257:        PATH=\"`$PWD/helper:`$PATH\" &&
cgit-1.2.3+git2.25.1/git/azure-pipelines.yml-258-        test-tool.exe run-command testsuite --jobs=10 -V -x --write-junit-xml \
cgit-1.2.3+git2.25.1/git/azure-pipelines.yml-259-                `$(test-tool.exe path-utils slice-tests \
cgit-1.2.3+git2.25.1/git/azure-pipelines.yml:260:                        `$SYSTEM_JOBPOSITIONINPHASE `$SYSTEM_TOTALJOBSINPHASE t[0-9]*.sh)
cgit-1.2.3+git2.25.1/git/azure-pipelines.yml-261-      "@
##############################################
cgit-1.2.3+git2.25.1/git/block-sha1/sha1.c-48- * Ben Herrenschmidt reports that on PPC, the C version comes close
cgit-1.2.3+git2.25.1/git/block-sha1/sha1.c:49: * to the optimized asm with this (ie on PPC you don't want that
cgit-1.2.3+git2.25.1/git/block-sha1/sha1.c-50- * 'volatile', since there are lots of registers).
##############################################
cgit-1.2.3+git2.25.1/git/builtin/pull.c-159-		PARSE_OPT_NOARG | PARSE_OPT_HIDDEN),
cgit-1.2.3+git2.25.1/git/builtin/pull.c:160:	OPT_PASSTHRU(0, "log", &opt_log, N_("n"),
cgit-1.2.3+git2.25.1/git/builtin/pull.c-161-		N_("add (at most <n>) entries from shortlog to merge commit message"),
##############################################
cgit-1.2.3+git2.25.1/git/builtin/pull.c-193-		0),
cgit-1.2.3+git2.25.1/git/builtin/pull.c:194:	OPT_PASSTHRU('S', "gpg-sign", &opt_gpg_sign, N_("key-id"),
cgit-1.2.3+git2.25.1/git/builtin/pull.c-195-		N_("GPG sign commit"),
##############################################
cgit-1.2.3+git2.25.1/git/builtin/pull.c-208-		PARSE_OPT_NOARG),
cgit-1.2.3+git2.25.1/git/builtin/pull.c:209:	OPT_PASSTHRU(0, "upload-pack", &opt_upload_pack, N_("path"),
cgit-1.2.3+git2.25.1/git/builtin/pull.c-210-		N_("path to upload pack on remote end"),
##############################################
cgit-1.2.3+git2.25.1/git/builtin/pull.c-218-		PARSE_OPT_NOARG),
cgit-1.2.3+git2.25.1/git/builtin/pull.c:219:	OPT_PASSTHRU('j', "jobs", &max_children, N_("n"),
cgit-1.2.3+git2.25.1/git/builtin/pull.c-220-		N_("number of submodules pulled in parallel"),
##############################################
cgit-1.2.3+git2.25.1/git/builtin/pull.c-226-		PARSE_OPT_NOARG),
cgit-1.2.3+git2.25.1/git/builtin/pull.c:227:	OPT_PASSTHRU(0, "depth", &opt_depth, N_("depth"),
cgit-1.2.3+git2.25.1/git/builtin/pull.c-228-		N_("deepen history of shallow clone"),
##############################################
cgit-1.2.3+git2.25.1/git/builtin/pull.c-235-		PARSE_OPT_NOARG),
cgit-1.2.3+git2.25.1/git/builtin/pull.c:236:	OPT_PASSTHRU(0, "refmap", &opt_refmap, N_("refmap"),
cgit-1.2.3+git2.25.1/git/builtin/pull.c-237-		N_("specify fetch refmap"),
##############################################
cgit-1.2.3+git2.25.1/git/compat/mingw.c-2096-{
cgit-1.2.3+git2.25.1/git/compat/mingw.c:2097:	DECLARE_PROC_ADDR(secur32.dll, BOOL, GetUserNameExW,
cgit-1.2.3+git2.25.1/git/compat/mingw.c-2098-		enum EXTENDED_NAME_FORMAT, LPCWSTR, PULONG);
##############################################
cgit-1.2.3+git2.25.1/git/compat/mingw.c-2101-
cgit-1.2.3+git2.25.1/git/compat/mingw.c:2102:	if (!INIT_PROC_ADDR(GetUserNameExW))
cgit-1.2.3+git2.25.1/git/compat/mingw.c-2103-		return NULL;
##############################################
cgit-1.2.3+git2.25.1/git/compat/nedmalloc/malloc.c.h-367-  supplied C version. Also, the case of x86 using gcc is special-cased
cgit-1.2.3+git2.25.1/git/compat/nedmalloc/malloc.c.h:368:  to an asm instruction, so is already as fast as it can be, and so
cgit-1.2.3+git2.25.1/git/compat/nedmalloc/malloc.c.h-369-  this setting has no effect. Similarly for Win32 under recent MS compilers.
cgit-1.2.3+git2.25.1/git/compat/nedmalloc/malloc.c.h:370:  (On most x86s, the asm version is only slightly faster than the C version.)
cgit-1.2.3+git2.25.1/git/compat/nedmalloc/malloc.c.h-371-
##############################################
cgit-1.2.3+git2.25.1/git/compat/nedmalloc/malloc.c.h-2754-
cgit-1.2.3+git2.25.1/git/compat/nedmalloc/malloc.c.h:2755:/* assign tree index for size S to variable I. Use x86 asm if possible  */
cgit-1.2.3+git2.25.1/git/compat/nedmalloc/malloc.c.h-2756-#if defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__))
##############################################
cgit-1.2.3+git2.25.1/git/compat/nedmalloc/malloc.c.h-2857-
cgit-1.2.3+git2.25.1/git/compat/nedmalloc/malloc.c.h:2858:/* index corresponding to given bit. Use x86 asm if possible */
cgit-1.2.3+git2.25.1/git/compat/nedmalloc/malloc.c.h-2859-
##############################################
cgit-1.2.3+git2.25.1/git/compat/win32/lazyload.h-6- *
cgit-1.2.3+git2.25.1/git/compat/win32/lazyload.h:7: *   DECLARE_PROC_ADDR(kernel32.dll, BOOL, CreateHardLinkW,
cgit-1.2.3+git2.25.1/git/compat/win32/lazyload.h-8- *                     LPCWSTR, LPCWSTR, LPSECURITY_ATTRIBUTES);
cgit-1.2.3+git2.25.1/git/compat/win32/lazyload.h-9- *
cgit-1.2.3+git2.25.1/git/compat/win32/lazyload.h:10: *   if (!INIT_PROC_ADDR(CreateHardLinkW))
cgit-1.2.3+git2.25.1/git/compat/win32/lazyload.h-11- *           return error("Could not find CreateHardLinkW() function";
##############################################
cgit-1.2.3+git2.25.1/git/compat/win32/lazyload.h-25-/* Declares a function to be loaded dynamically from a DLL. */
cgit-1.2.3+git2.25.1/git/compat/win32/lazyload.h:26:#define DECLARE_PROC_ADDR(dll, rettype, function, ...) \
cgit-1.2.3+git2.25.1/git/compat/win32/lazyload.h-27-	static struct proc_addr proc_addr_##function = \
##############################################
cgit-1.2.3+git2.25.1/git/compat/win32/lazyload.h-36- */
cgit-1.2.3+git2.25.1/git/compat/win32/lazyload.h:37:#define INIT_PROC_ADDR(function) \
cgit-1.2.3+git2.25.1/git/compat/win32/lazyload.h:38:	(function = get_proc_addr(&proc_addr_##function))
cgit-1.2.3+git2.25.1/git/compat/win32/lazyload.h-39-
cgit-1.2.3+git2.25.1/git/compat/win32/lazyload.h:40:static inline void *get_proc_addr(struct proc_addr *proc)
cgit-1.2.3+git2.25.1/git/compat/win32/lazyload.h-41-{
##############################################
cgit-1.2.3+git2.25.1/git/compat/win32/trace2_win32_process_info.c-145-{
cgit-1.2.3+git2.25.1/git/compat/win32/trace2_win32_process_info.c:146:	DECLARE_PROC_ADDR(psapi.dll, BOOL, GetProcessMemoryInfo, HANDLE,
cgit-1.2.3+git2.25.1/git/compat/win32/trace2_win32_process_info.c-147-			  PPROCESS_MEMORY_COUNTERS, DWORD);
cgit-1.2.3+git2.25.1/git/compat/win32/trace2_win32_process_info.c-148-
cgit-1.2.3+git2.25.1/git/compat/win32/trace2_win32_process_info.c:149:	if (INIT_PROC_ADDR(GetProcessMemoryInfo)) {
cgit-1.2.3+git2.25.1/git/compat/win32/trace2_win32_process_info.c-150-		PROCESS_MEMORY_COUNTERS pmc;
##############################################
cgit-1.2.3+git2.25.1/git/compat/winansi.c-47-	DWORD fontFamily = 0;
cgit-1.2.3+git2.25.1/git/compat/winansi.c:48:	DECLARE_PROC_ADDR(kernel32.dll, BOOL, GetCurrentConsoleFontEx,
cgit-1.2.3+git2.25.1/git/compat/winansi.c-49-			HANDLE, BOOL, PCONSOLE_FONT_INFOEX);
##############################################
cgit-1.2.3+git2.25.1/git/compat/winansi.c-55-	/* GetCurrentConsoleFontEx is available since Vista */
cgit-1.2.3+git2.25.1/git/compat/winansi.c:56:	if (INIT_PROC_ADDR(GetCurrentConsoleFontEx)) {
cgit-1.2.3+git2.25.1/git/compat/winansi.c-57-		CONSOLE_FONT_INFOEX cfi;
##############################################
cgit-1.2.3+git2.25.1/git/config.mak.uname-123-	endif
cgit-1.2.3+git2.25.1/git/config.mak.uname:124:	ifeq ($(shell test "`expr "$(uname_R)" : '\([0-9][0-9]*\)\.'`" -ge 11 && echo 1),1)
cgit-1.2.3+git2.25.1/git/config.mak.uname-125-		HAVE_GETDELIM = YesPlease
##############################################
cgit-1.2.3+git2.25.1/git/config.mak.uname-772-	git commit -m "Generate Visual Studio solution" \
cgit-1.2.3+git2.25.1/git/config.mak.uname:773:		-m "Auto-generated by \`$(MAKE)$(MAKEFLAGS) $@\`"
##############################################
cgit-1.2.3+git2.25.1/git/configure.ac-517-	AC_MSG_CHECKING([for asciidoc version])
cgit-1.2.3+git2.25.1/git/configure.ac:518:	asciidoc_version=`$ASCIIDOC --version 2>/dev/null`
cgit-1.2.3+git2.25.1/git/configure.ac-519-	case "${asciidoc_version}" in
##############################################
cgit-1.2.3+git2.25.1/git/contrib/buildsystems/Generators.pm-37-    my ($gen, $git_dir, $out_dir, $rel_dir, %build_structure) = @_;
cgit-1.2.3+git2.25.1/git/contrib/buildsystems/Generators.pm:38:    return eval("Generators::${gen}::generate(\$git_dir, \$out_dir, \$rel_dir, \%build_structure)") if grep(/^$gen$/, @AVAILABLE);
cgit-1.2.3+git2.25.1/git/contrib/buildsystems/Generators.pm-39-    die "Generator \"${gen}\" is not available!\nAvailable generators are: @AVAILABLE\n";
##############################################
cgit-1.2.3+git2.25.1/git/contrib/buildsystems/engine.pl-84-my $ErrsFile = "msvc-build-makedryerrors.txt";
cgit-1.2.3+git2.25.1/git/contrib/buildsystems/engine.pl:85:@makedry = `make -C $git_dir -n MSVC=1 SKIP_VCPKG=1 V=1 2>$ErrsFile`
cgit-1.2.3+git2.25.1/git/contrib/buildsystems/engine.pl-86-if !@makedry;
##############################################
cgit-1.2.3+git2.25.1/git/contrib/completion/git-completion.tcsh-25-
cgit-1.2.3+git2.25.1/git/contrib/completion/git-completion.tcsh:26:set __git_tcsh_completion_version = `\echo ${tcsh} | \sed 's/\./ /g'`
cgit-1.2.3+git2.25.1/git/contrib/completion/git-completion.tcsh-27-if ( ${__git_tcsh_completion_version[1]} < 6 || \
##############################################
cgit-1.2.3+git2.25.1/git/contrib/completion/git-completion.tcsh-105-			# Use ls so as to add the '/' at the end of directories.
cgit-1.2.3+git2.25.1/git/contrib/completion/git-completion.tcsh:106:			COMPREPLY=(\`ls -dp \${TO_COMPLETE}* 2> /dev/null\`)
cgit-1.2.3+git2.25.1/git/contrib/completion/git-completion.tcsh-107-		fi
##############################################
cgit-1.2.3+git2.25.1/git/contrib/completion/git-completion.tcsh-124-
cgit-1.2.3+git2.25.1/git/contrib/completion/git-completion.tcsh:125:complete git  'p,*,`bash ${__git_tcsh_completion_script} git "${COMMAND_LINE}"`,'
cgit-1.2.3+git2.25.1/git/contrib/completion/git-completion.tcsh:126:complete gitk 'p,*,`bash ${__git_tcsh_completion_script} gitk "${COMMAND_LINE}"`,'
##############################################
cgit-1.2.3+git2.25.1/git/contrib/diff-highlight/DiffHighlight.pm-141-	my ($key, $default) = @_;
cgit-1.2.3+git2.25.1/git/contrib/diff-highlight/DiffHighlight.pm:142:	my $s = `git config --get-color $key 2>$NULL`;
cgit-1.2.3+git2.25.1/git/contrib/diff-highlight/DiffHighlight.pm-143-	return length($s) ? $s : $default;
##############################################
cgit-1.2.3+git2.25.1/git/contrib/fast-import/import-directories.perl-153-{
cgit-1.2.3+git2.25.1/git/contrib/fast-import/import-directories.perl:154:    exec('perldoc', $0);
cgit-1.2.3+git2.25.1/git/contrib/fast-import/import-directories.perl-155-    exit 1;
##############################################
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/README.rst-433-
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/README.rst:434:       git-multimail will then look for a line where ``$GL_USER``
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/README.rst-435-       matches the ``username`` part, and use the rest of the line for
##############################################
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/doc/gerrit.rst-19-
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/doc/gerrit.rst:20:Create a directory ``$site_path/hooks/`` if it does not exist (if you
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/doc/gerrit.rst:21:don't know what ``$site_path`` is, run ``gerrit.sh status`` and look
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/doc/gerrit.rst-22-for a ``GERRIT_SITE`` line). Either copy ``git_multimail.py`` to
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/doc/gerrit.rst:23:``$site_path/hooks/ref-updated`` or create a wrapper script like
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/doc/gerrit.rst-24-this::
##############################################
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/doc/gerrit.rst-29-In both cases, make sure the file is named exactly
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/doc/gerrit.rst:30:``$site_path/hooks/ref-updated`` and is executable.
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/doc/gerrit.rst-31-
##############################################
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/doc/gerrit.rst-37-
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/doc/gerrit.rst:38:Log on the gerrit server and edit ``$site_path/git/$project/config``
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/doc/gerrit.rst-39-to configure ``git-multimail``.
##############################################
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/doc/troubleshooting.rst-34-
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/doc/troubleshooting.rst:35:Do not set ``$GIT_MULTIMAIL_CHECK_SETUP`` other than for testing your
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/doc/troubleshooting.rst-36-configuration: it would disable the hook completely.
##############################################
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-554-    text = ', '.join(
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py:555:        formataddr((header_encode(name), emailaddr))
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-556-        for name, emailaddr in getaddresses([text])
##############################################
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-690-        for pair in getaddresses([value]):
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py:691:            self.add(name, formataddr(pair))
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-692-
##############################################
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-822-        values = self.environment.get_values()
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py:823:        fromaddr = self.environment.get_fromaddr(change=self)
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-824-        if fromaddr is not None:
##############################################
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-1057-
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py:1058:    def get_specific_fromaddr(self):
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-1059-        """For kinds of Changes which specify it, return the kind-specific
##############################################
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-1184-
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py:1185:    def get_specific_fromaddr(self):
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-1186-        return self.environment.from_commit
##############################################
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-1649-
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py:1650:    def get_specific_fromaddr(self):
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-1651-        return self.environment.from_refchange
##############################################
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-2303-
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py:2304:        get_fromaddr(change=None)
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-2305-
##############################################
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-2489-
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py:2490:    def get_fromaddr(self, change=None):
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-2491-        config = Config('user')
##############################################
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-2494-        if fromemail:
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py:2495:            return formataddr([fromname, fromemail])
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-2496-        return self.get_sender()
##############################################
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-2781-
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py:2782:    def process_addr(self, addr, change):
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-2783-        if addr.lower() == 'author':
##############################################
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-2794-
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py:2795:    def get_fromaddr(self, change=None):
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-2796-        fromaddr = self.config.get('from')
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-2797-        if change:
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py:2798:            specific_fromaddr = change.get_specific_fromaddr()
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-2799-            if specific_fromaddr:
##############################################
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-2801-        if fromaddr:
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py:2802:            fromaddr = self.process_addr(fromaddr, change)
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-2803-        if fromaddr:
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-2804-            return fromaddr
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py:2805:        return super(ConfigOptionsEnvironmentMixin, self).get_fromaddr(change)
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-2806-
##############################################
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-2810-        else:
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py:2811:            return self.process_addr(self.__reply_to_refchange, refchange)
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-2812-
##############################################
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-2816-        else:
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py:2817:            return self.process_addr(self.__reply_to_commit, revision)
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-2818-
##############################################
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-3237-
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py:3238:    def get_fromaddr(self, change=None):
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-3239-        GL_USER = self.osenv.get('GL_USER')
##############################################
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-3298-                    f.close()
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py:3299:        return super(GitoliteEnvironmentLowPrecMixin, self).get_fromaddr(change)
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-3300-
##############################################
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-3342-
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py:3343:    def get_fromaddr(self, change=None):
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-3344-        return self.__user
##############################################
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-3409-
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py:3410:    def get_fromaddr(self, change=None):
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-3411-        if self.__submitter and self.__submitter.find('<') != -1:
##############################################
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-3413-        else:
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py:3414:            return super(GerritEnvironmentLowPrecMixin, self).get_fromaddr(change)
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-3415-
##############################################
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-3884-            environment,
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py:3885:            envelopesender=(environment.get_sender() or environment.get_fromaddr()),
cgit-1.2.3+git2.25.1/git/contrib/hooks/multimail/git_multimail.py-3886-            smtpserver=smtpserver, smtpservertimeout=smtpservertimeout,
##############################################
cgit-1.2.3+git2.25.1/git/contrib/hooks/setgitperms.perl-97-    if (-e "$gitdir/MERGE_MSG") {
cgit-1.2.3+git2.25.1/git/contrib/hooks/setgitperms.perl:98:	if (`grep ====== $gitmeta`) {
cgit-1.2.3+git2.25.1/git/contrib/hooks/setgitperms.perl-99-	    # Conflict not resolved -- abort the commit
##############################################
cgit-1.2.3+git2.25.1/git/contrib/hooks/setgitperms.perl-104-	}
cgit-1.2.3+git2.25.1/git/contrib/hooks/setgitperms.perl:105:	elsif (`grep $gitmeta $gitdir/MERGE_MSG`) {
cgit-1.2.3+git2.25.1/git/contrib/hooks/setgitperms.perl-106-	    # A conflict in .gitmeta has been manually resolved. Verify that
##############################################
cgit-1.2.3+git2.25.1/git/contrib/hooks/setgitperms.perl-111-	    # may not be consistent with the manually merged .gitmeta file.
cgit-1.2.3+git2.25.1/git/contrib/hooks/setgitperms.perl:112:	    my @conflict_diff = `git show \$(cat $gitdir/MERGE_HEAD)`;
cgit-1.2.3+git2.25.1/git/contrib/hooks/setgitperms.perl-113-	    my @conflict_files;
##############################################
cgit-1.2.3+git2.25.1/git/contrib/hooks/setgitperms.perl-132-		my $absfile = $topdir . $file;
cgit-1.2.3+git2.25.1/git/contrib/hooks/setgitperms.perl:133:		my $gm_entry = `grep "^$file  mode=" $gitmeta`;
cgit-1.2.3+git2.25.1/git/contrib/hooks/setgitperms.perl-134-		if ($gm_entry =~ /mode=(\d+)  uid=(\d+)  gid=(\d+)/) {
##############################################
cgit-1.2.3+git2.25.1/git/contrib/hooks/setgitperms.perl-182-	else {
cgit-1.2.3+git2.25.1/git/contrib/hooks/setgitperms.perl:183:	    my $diff = `diff -U 0 $gitmeta $gitmeta.tmp`;
cgit-1.2.3+git2.25.1/git/contrib/hooks/setgitperms.perl-184-	    if ($diff ne '') {
##############################################
cgit-1.2.3+git2.25.1/git/contrib/hooks/setgitperms.perl-196-    # Make sure the .gitmeta file is tracked
cgit-1.2.3+git2.25.1/git/contrib/hooks/setgitperms.perl:197:    system("git add $gitmeta");
cgit-1.2.3+git2.25.1/git/contrib/hooks/setgitperms.perl-198-}
##############################################
cgit-1.2.3+git2.25.1/git/contrib/mw-to-git/git-mw.perl-213-		v_print("Launching browser w/ file: ${preview_file_name}");
cgit-1.2.3+git2.25.1/git/contrib/mw-to-git/git-mw.perl:214:		system('git', 'web--browse', $preview_file_name);
cgit-1.2.3+git2.25.1/git/contrib/mw-to-git/git-mw.perl-215-	} else {
##############################################
cgit-1.2.3+git2.25.1/git/contrib/mw-to-git/t/install-wiki/db_install.php-43-
cgit-1.2.3+git2.25.1/git/contrib/mw-to-git/t/install-wiki/db_install.php:44:	$page = curl_exec($curl);
cgit-1.2.3+git2.25.1/git/contrib/mw-to-git/t/install-wiki/db_install.php-45-	if (!$page) {
##############################################
cgit-1.2.3+git2.25.1/git/contrib/mw-to-git/t/install-wiki/db_install.php-70-
cgit-1.2.3+git2.25.1/git/contrib/mw-to-git/t/install-wiki/db_install.php:71:	$page = curl_exec($curl);
cgit-1.2.3+git2.25.1/git/contrib/mw-to-git/t/install-wiki/db_install.php-72-	if (!$page) {
##############################################
cgit-1.2.3+git2.25.1/git/contrib/persistent-https/client.go-97-
cgit-1.2.3+git2.25.1/git/contrib/persistent-https/client.go:98:	if addr, err = c.readAddr(uconn); err != nil {
cgit-1.2.3+git2.25.1/git/contrib/persistent-https/client.go-99-		return
##############################################
cgit-1.2.3+git2.25.1/git/contrib/persistent-https/client.go-108-	var addr2 string
cgit-1.2.3+git2.25.1/git/contrib/persistent-https/client.go:109:	if addr2, err = c.readAddr(uconn); err != nil {
cgit-1.2.3+git2.25.1/git/contrib/persistent-https/client.go-110-		return
##############################################
cgit-1.2.3+git2.25.1/git/contrib/persistent-https/client.go-117-
cgit-1.2.3+git2.25.1/git/contrib/persistent-https/client.go:118:func (c *Client) readAddr(conn net.Conn) (string, error) {
cgit-1.2.3+git2.25.1/git/contrib/persistent-https/client.go-119-	conn.SetDeadline(time.Now().Add(5 * time.Second))
##############################################
cgit-1.2.3+git2.25.1/git/contrib/persistent-https/proxy.go-73-
cgit-1.2.3+git2.25.1/git/contrib/persistent-https/proxy.go:74:	p.httpAddr = hl.Addr().String()
cgit-1.2.3+git2.25.1/git/contrib/persistent-https/proxy.go:75:	p.httpsAddr = hsl.Addr().String()
cgit-1.2.3+git2.25.1/git/contrib/persistent-https/proxy.go-76-	fmt.Printf("OK\nListening on unix socket=%v http=%v https=%v\n",
cgit-1.2.3+git2.25.1/git/contrib/persistent-https/proxy.go:77:		p.ul.Addr(), p.httpAddr, p.httpsAddr)
cgit-1.2.3+git2.25.1/git/contrib/persistent-https/proxy.go-78-
##############################################
cgit-1.2.3+git2.25.1/git/contrib/subtree/t/Makefile-58-test-lint-duplicates:
cgit-1.2.3+git2.25.1/git/contrib/subtree/t/Makefile:59:	@dups=`echo $(T) | tr ' ' '\n' | sed 's/-.*//' | sort | uniq -d` && \
cgit-1.2.3+git2.25.1/git/contrib/subtree/t/Makefile-60-		test -z "$$dups" || { \
##############################################
cgit-1.2.3+git2.25.1/git/contrib/subtree/t/Makefile-63-test-lint-executable:
cgit-1.2.3+git2.25.1/git/contrib/subtree/t/Makefile:64:	@bad=`for i in $(T); do test -x "$$i" || echo $$i; done` && \
cgit-1.2.3+git2.25.1/git/contrib/subtree/t/Makefile-65-		test -z "$$bad" || { \
##############################################
cgit-1.2.3+git2.25.1/git/contrib/vscode/init.sh-369-			git --no-pager diff --no-index $file $file.new
cgit-1.2.3+git2.25.1/git/contrib/vscode/init.sh:370:			printf "\n\nMaybe \`mv $file.new $file\`?\n\n"
cgit-1.2.3+git2.25.1/git/contrib/vscode/init.sh-371-		fi
##############################################
cgit-1.2.3+git2.25.1/git/credential.h-135- * # or you can specify your own shell snippet
cgit-1.2.3+git2.25.1/git/credential.h:136: * !f() { echo "password=`cat $HOME/.secret`"; }; f
cgit-1.2.3+git2.25.1/git/credential.h-137- * ----------------------------------------------------
##############################################
cgit-1.2.3+git2.25.1/git/credential.h-142- * the $PATH or $GIT_EXEC_PATH during installation, which will allow a user
cgit-1.2.3+git2.25.1/git/credential.h:143: * to enable it with `git config credential.helper $NAME`.
cgit-1.2.3+git2.25.1/git/credential.h-144- *
##############################################
cgit-1.2.3+git2.25.1/git/daemon.c-949-
cgit-1.2.3+git2.25.1/git/daemon.c:950:static int set_reuse_addr(int sockfd)
cgit-1.2.3+git2.25.1/git/daemon.c-951-{
##############################################
cgit-1.2.3+git2.25.1/git/daemon.c-1032-
cgit-1.2.3+git2.25.1/git/daemon.c:1033:		if (set_reuse_addr(sockfd)) {
cgit-1.2.3+git2.25.1/git/daemon.c-1034-			logerror("Could not set SO_REUSEADDR: %s", strerror(errno));
##############################################
cgit-1.2.3+git2.25.1/git/daemon.c-1093-
cgit-1.2.3+git2.25.1/git/daemon.c:1094:	if (set_reuse_addr(sockfd)) {
cgit-1.2.3+git2.25.1/git/daemon.c-1095-		logerror("Could not set SO_REUSEADDR: %s", strerror(errno));
##############################################
cgit-1.2.3+git2.25.1/git/git-add--interactive.perl-1132-	chomp(my ($editor) = run_cmd_pipe(qw(git var GIT_EDITOR)));
cgit-1.2.3+git2.25.1/git/git-add--interactive.perl:1133:	system('sh', '-c', $editor.' "$@"', $editor, $hunkfile);
cgit-1.2.3+git2.25.1/git/git-add--interactive.perl-1134-
##############################################
cgit-1.2.3+git2.25.1/git/git-archimport.perl-345-    if (-e "$git_dir/refs/heads/$ps->{branch}") {
cgit-1.2.3+git2.25.1/git/git-archimport.perl:346:       system('git-checkout','-f',$ps->{branch}) == 0 or die "$! $?\n";
cgit-1.2.3+git2.25.1/git/git-archimport.perl-347-
##############################################
cgit-1.2.3+git2.25.1/git/git-archimport.perl-369-	    if (! -e "$git_dir/refs/heads/$ps->{branch}") {
cgit-1.2.3+git2.25.1/git/git-archimport.perl:370:		system('git-branch',$ps->{branch},$branchpoint) == 0 or die "$! $?\n";
cgit-1.2.3+git2.25.1/git/git-archimport.perl-371-
##############################################
cgit-1.2.3+git2.25.1/git/git-archimport.perl-380-	    }
cgit-1.2.3+git2.25.1/git/git-archimport.perl:381:	    system('git-checkout','-f',$ps->{branch}) == 0 or die "$! $?\n";
cgit-1.2.3+git2.25.1/git/git-archimport.perl-382-
##############################################
cgit-1.2.3+git2.25.1/git/git-archimport.perl-415-            # we know about this branch
cgit-1.2.3+git2.25.1/git/git-archimport.perl:416:            system('git-checkout',$ps->{branch});
cgit-1.2.3+git2.25.1/git/git-archimport.perl-417-        } else {
##############################################
cgit-1.2.3+git2.25.1/git/git-archimport.perl-425-	    if (! -e "$git_dir/refs/heads/$ps->{branch}") {
cgit-1.2.3+git2.25.1/git/git-archimport.perl:426:		system('git-branch',$ps->{branch},$branchpoint) == 0 or die "$! $?\n";
cgit-1.2.3+git2.25.1/git/git-archimport.perl-427-
##############################################
cgit-1.2.3+git2.25.1/git/git-archimport.perl-436-            }
cgit-1.2.3+git2.25.1/git/git-archimport.perl:437:            system('git-checkout',$ps->{branch}) == 0 or die "$! $?\n";
cgit-1.2.3+git2.25.1/git/git-archimport.perl-438-            return 0;
##############################################
cgit-1.2.3+git2.25.1/git/git-archimport.perl-498-            rename($from, $to) or die "Error renaming '$from' '$to': $!\n";
cgit-1.2.3+git2.25.1/git/git-archimport.perl:499:            system('git-update-index','--remove','--',$from) == 0 or
cgit-1.2.3+git2.25.1/git/git-archimport.perl-500-                            die "Error in git-update-index --remove: $! $?\n";
cgit-1.2.3+git2.25.1/git/git-archimport.perl:501:            system('git-update-index','--add','--',$to) == 0 or
cgit-1.2.3+git2.25.1/git/git-archimport.perl-502-                            die "Error in git-update-index --add: $! $?\n";
##############################################
cgit-1.2.3+git2.25.1/git/git-archimport.perl-622-    close HEAD;
cgit-1.2.3+git2.25.1/git/git-archimport.perl:623:    system('git-update-ref', 'HEAD', "$ps->{branch}");
cgit-1.2.3+git2.25.1/git/git-archimport.perl-624-
##############################################
cgit-1.2.3+git2.25.1/git/git-archimport.perl-721-    # apply patches
cgit-1.2.3+git2.25.1/git/git-archimport.perl:722:    if (`find $tmp/changeset/patches -type f -name '*.patch'`) {
cgit-1.2.3+git2.25.1/git/git-archimport.perl-723-        # this can be sped up considerably by doing
##############################################
cgit-1.2.3+git2.25.1/git/git-archimport.perl-729-        # slow and safe, we invoke patch once per patchfile
cgit-1.2.3+git2.25.1/git/git-archimport.perl:730:        `find $tmp/changeset/patches -type f -name '*.patch' -print0 | grep -zv '{arch}' | xargs -iFILE -0 --no-run-if-empty patch -p1 --forward -iFILE`;
cgit-1.2.3+git2.25.1/git/git-archimport.perl-731-        die "Problem applying patches! $!" if $?;
##############################################
cgit-1.2.3+git2.25.1/git/git-archimport.perl-734-    # apply changed binary files
cgit-1.2.3+git2.25.1/git/git-archimport.perl:735:    if (my @modified = `find $tmp/changeset/patches -type f -name '*.modified'`) {
cgit-1.2.3+git2.25.1/git/git-archimport.perl-736-        foreach my $mod (@modified) {
##############################################
cgit-1.2.3+git2.25.1/git/git-archimport.perl-741-            #print "rsync -p '$mod' '$orig'";
cgit-1.2.3+git2.25.1/git/git-archimport.perl:742:            system('rsync','-p',$mod,"./$orig");
cgit-1.2.3+git2.25.1/git/git-archimport.perl-743-            die "Problem applying binary changes! $!" if $?;
##############################################
cgit-1.2.3+git2.25.1/git/git-archimport.perl-997-	my $branchtip = git_rev_parse($ps->{branch});
cgit-1.2.3+git2.25.1/git/git-archimport.perl:998:	my @ancestors = `git-rev-list --topo-order $branchtip ^$mergebase`;
cgit-1.2.3+git2.25.1/git/git-archimport.perl-999-	my %have; # collected merges this branch has
##############################################
cgit-1.2.3+git2.25.1/git/git-archimport.perl-1020-	my $otherbranchtip = git_rev_parse($branch);
cgit-1.2.3+git2.25.1/git/git-archimport.perl:1021:	my @needraw = `git-rev-list --topo-order $otherbranchtip ^$mergebase`;
cgit-1.2.3+git2.25.1/git/git-archimport.perl-1022-	my @need;
##############################################
cgit-1.2.3+git2.25.1/git/git-archimport.perl-1103-    } else {
cgit-1.2.3+git2.25.1/git/git-archimport.perl:1104:	exec(@_) or die "$! $?"; # exec() can fail the executable can't be found
cgit-1.2.3+git2.25.1/git/git-archimport.perl-1105-    }
##############################################
cgit-1.2.3+git2.25.1/git/git-cvsexportcommit.perl-140-	git rev-parse HEAD` || die "Could not determine current branch";
cgit-1.2.3+git2.25.1/git/git-cvsexportcommit.perl:141:    system("git checkout -q $parent^0") && die "Could not check out $parent^0";
cgit-1.2.3+git2.25.1/git/git-cvsexportcommit.perl-142-}
##############################################
cgit-1.2.3+git2.25.1/git/git-cvsexportcommit.perl-160-if ($parent eq $noparent) {
cgit-1.2.3+git2.25.1/git/git-cvsexportcommit.perl:161:    `git-diff-tree --binary -p --root $commit >.cvsexportcommit.diff`;# || die "Cannot diff";
cgit-1.2.3+git2.25.1/git/git-cvsexportcommit.perl-162-} else {
cgit-1.2.3+git2.25.1/git/git-cvsexportcommit.perl:163:    `git-diff-tree --binary -p $parent $commit >.cvsexportcommit.diff`;# || die "Cannot diff";
cgit-1.2.3+git2.25.1/git/git-cvsexportcommit.perl-164-}
##############################################
cgit-1.2.3+git2.25.1/git/git-cvsexportcommit.perl-329-if ($opt_W) {
cgit-1.2.3+git2.25.1/git/git-cvsexportcommit.perl:330:    system("git checkout -q $commit^0") && die "cannot patch";
cgit-1.2.3+git2.25.1/git/git-cvsexportcommit.perl-331-} else {
cgit-1.2.3+git2.25.1/git/git-cvsexportcommit.perl:332:    `GIT_DIR= git-apply $context --summary --numstat --apply <.cvsexportcommit.diff` || die "cannot patch";
cgit-1.2.3+git2.25.1/git/git-cvsexportcommit.perl-333-}
##############################################
cgit-1.2.3+git2.25.1/git/git-cvsexportcommit.perl-348-foreach my $d (@dirs) {
cgit-1.2.3+git2.25.1/git/git-cvsexportcommit.perl:349:    if (system(@cvs,'add',$d)) {
cgit-1.2.3+git2.25.1/git/git-cvsexportcommit.perl-350-	$dirtypatch = 1;
##############################################
cgit-1.2.3+git2.25.1/git/git-cvsexportcommit.perl-356-    if (grep { $_ eq $f } @bfiles) {
cgit-1.2.3+git2.25.1/git/git-cvsexportcommit.perl:357:      system(@cvs, 'add','-kb',$f);
cgit-1.2.3+git2.25.1/git/git-cvsexportcommit.perl-358-    } else {
cgit-1.2.3+git2.25.1/git/git-cvsexportcommit.perl:359:      system(@cvs, 'add', $f);
cgit-1.2.3+git2.25.1/git/git-cvsexportcommit.perl-360-    }
##############################################
cgit-1.2.3+git2.25.1/git/git-cvsexportcommit.perl-367-foreach my $f (@dfiles) {
cgit-1.2.3+git2.25.1/git/git-cvsexportcommit.perl:368:    system(@cvs, 'rm', '-f', $f);
cgit-1.2.3+git2.25.1/git/git-cvsexportcommit.perl-369-    if ($?) {
##############################################
cgit-1.2.3+git2.25.1/git/git-cvsexportcommit.perl-408-if ($opt_W) {
cgit-1.2.3+git2.25.1/git/git-cvsexportcommit.perl:409:    system("git checkout $go_back_to") && die "cannot move back to $go_back_to";
cgit-1.2.3+git2.25.1/git/git-cvsexportcommit.perl-410-    if (!($go_back_to =~ /^[0-9a-fA-F]{40}$/)) {
cgit-1.2.3+git2.25.1/git/git-cvsexportcommit.perl:411:	system("git symbolic-ref HEAD $go_back_to") &&
cgit-1.2.3+git2.25.1/git/git-cvsexportcommit.perl-412-	    die "cannot move back to $go_back_to";
##############################################
cgit-1.2.3+git2.25.1/git/git-cvsexportcommit.perl-437-    } else {
cgit-1.2.3+git2.25.1/git/git-cvsexportcommit.perl:438:	exec(@_) or die "$! $?"; # exec() can fail the executable can't be found
cgit-1.2.3+git2.25.1/git/git-cvsexportcommit.perl-439-    }
##############################################
cgit-1.2.3+git2.25.1/git/git-cvsimport.perl-139-		}
cgit-1.2.3+git2.25.1/git/git-cvsimport.perl:140:		chomp(my $tmp = `$arg --get cvsimport.$ckey`);
cgit-1.2.3+git2.25.1/git/git-cvsimport.perl-141-		if ($tmp && !($arg =~ /--bool/ && $tmp eq 'false')) {
##############################################
cgit-1.2.3+git2.25.1/git/git-cvsimport.perl-647-	$name =~ s/'/'\\''/g;
cgit-1.2.3+git2.25.1/git/git-cvsimport.perl:648:	my $r = `git rev-parse --verify '$name' 2>/dev/null`;
cgit-1.2.3+git2.25.1/git/git-cvsimport.perl-649-	return undef unless $? == 0;
##############################################
cgit-1.2.3+git2.25.1/git/git-cvsimport.perl-709-		my ($ref, $author);
cgit-1.2.3+git2.25.1/git/git-cvsimport.perl:710:		eval($entry) || die "cannot eval refs list: $@";
cgit-1.2.3+git2.25.1/git/git-cvsimport.perl-711-		my ($head) = ($ref =~ m|^$remote/(.*)|);
##############################################
cgit-1.2.3+git2.25.1/git/git-cvsimport.perl-757-		}
cgit-1.2.3+git2.25.1/git/git-cvsimport.perl:758:		exec("cvsps","--norc",@opt,"-u","-A",'--root',$opt_d,$cvs_tree);
cgit-1.2.3+git2.25.1/git/git-cvsimport.perl-759-		die "Could not start cvsps: $!\n";
##############################################
cgit-1.2.3+git2.25.1/git/git-cvsimport.perl-840-		if ($ancestor) {
cgit-1.2.3+git2.25.1/git/git-cvsimport.perl:841:		    system("git", "read-tree", "$remote/$ancestor");
cgit-1.2.3+git2.25.1/git/git-cvsimport.perl-842-		} else {
cgit-1.2.3+git2.25.1/git/git-cvsimport.perl:843:		    system("git", "read-tree", "$remote/$branch");
cgit-1.2.3+git2.25.1/git/git-cvsimport.perl-844-		}
##############################################
cgit-1.2.3+git2.25.1/git/git-cvsimport.perl-905-
cgit-1.2.3+git2.25.1/git/git-cvsimport.perl:906:	system('git' , 'update-ref', "$remote/$branch", $cid) == 0
cgit-1.2.3+git2.25.1/git/git-cvsimport.perl-907-		or die "Cannot write branch $branch for update: $!\n";
##############################################
cgit-1.2.3+git2.25.1/git/git-cvsimport.perl-939-
cgit-1.2.3+git2.25.1/git/git-cvsimport.perl:940:		if (system('git' , 'tag', '-f', $xtag, $cid) != 0) {
cgit-1.2.3+git2.25.1/git/git-cvsimport.perl-941-			# We did our best to sanitize the tag, but still failed
##############################################
cgit-1.2.3+git2.25.1/git/git-cvsimport.perl-1087-			if (!$pid) {
cgit-1.2.3+git2.25.1/git/git-cvsimport.perl:1088:			    exec("git", "hash-object", "-w", $tmpname)
cgit-1.2.3+git2.25.1/git/git-cvsimport.perl-1089-				or die "Cannot create object: $!\n";
##############################################
cgit-1.2.3+git2.25.1/git/git-cvsimport.perl-1167-	else {
cgit-1.2.3+git2.25.1/git/git-cvsimport.perl:1168:		system(qw(git merge -m cvsimport), "$remote/$opt_o");
cgit-1.2.3+git2.25.1/git/git-cvsimport.perl-1169-		die "Could not merge $opt_o into the current branch.\n" if $?;
##############################################
cgit-1.2.3+git2.25.1/git/git-cvsimport.perl-1173-	print "DONE; creating $orig_branch branch\n" if $opt_v;
cgit-1.2.3+git2.25.1/git/git-cvsimport.perl:1174:	system("git", "update-ref", "refs/heads/master", "$remote/$opt_o")
cgit-1.2.3+git2.25.1/git/git-cvsimport.perl-1175-		unless defined get_headref('refs/heads/master');
cgit-1.2.3+git2.25.1/git/git-cvsimport.perl:1176:	system("git", "symbolic-ref", "$remote/HEAD", "$remote/$opt_o")
cgit-1.2.3+git2.25.1/git/git-cvsimport.perl-1177-		if ($opt_r && $opt_o ne 'HEAD');
cgit-1.2.3+git2.25.1/git/git-cvsimport.perl:1178:	system('git', 'update-ref', 'HEAD', "$orig_branch");
cgit-1.2.3+git2.25.1/git/git-cvsimport.perl-1179-	unless ($opt_i) {
##############################################
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl-1394-            my $mergedFile = "$mergeDir/$file_local";
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl:1395:            system("ln","-s",$state->{entries}{$filename}{modified_filename}, $file_local);
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl-1396-            my $file_old = $filepart . "." . $oldmeta->{revision};
##############################################
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl-1406-
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl:1407:            my $return = system("git", "merge-file", $file_local, $file_old, $file_new);
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl-1408-            $return >>= 8;
##############################################
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl-1587-                {
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl:1588:                    print "error 1 sticky tag `$stickyInfo->{tag}' for file `$filename' is not a branch\n";
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl-1589-                }
##############################################
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl-1626-        if ($wrev) {
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl:1627:            system('git', 'checkout-index', '-f', '-u', $filename);
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl-1628-            unless ($? == 0) {
##############################################
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl-1650-
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl:1651:        system("mkdir","-p",$dirpart) unless ( -d $dirpart );
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl-1652-
##############################################
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl-1662-            $log->debug("chmod u+" . $state->{entries}{$filename}{modified_mode} . "-" . $invmode . " $filename");
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl:1663:            system("chmod","u+" .  $state->{entries}{$filename}{modified_mode} . "-" . $invmode, $filename);
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl-1664-        }
##############################################
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl-1669-            unlink($filename);
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl:1670:            system("git", "update-index", "--remove", $filename);
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl-1671-        }
##############################################
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl-1674-            $log->info("Adding file '$filename'");
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl:1675:            system("git", "update-index", "--add", $filename);
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl-1676-        } else {
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl-1677-            $log->info("UpdatingX2 file '$filename'");
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl:1678:            system("git", "update-index", $filename);
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl-1679-        }
##############################################
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl-1757-	if (-x $hook) {
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl:1758:		system($hook, $branchRef);
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl-1759-	}
##############################################
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl-2327-	# the current head as we do now)
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl:2328:	system("git", "read-tree", $lastseenin);
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl-2329-	unless ($? == 0)
##############################################
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl-2336-        # do a checkout of the file
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl:2337:        system('git', 'checkout-index', '-f', '-u', $filename);
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl-2338-        unless ($? == 0) {
##############################################
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl-3007-    {
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl:3008:        system("git","read-tree",$ver);
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl-3009-        unless ($? == 0)
##############################################
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl-3061-
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl:3062:    system("git","read-tree",$ver);
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl-3063-    unless ($? == 0)
##############################################
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl-3419-    } else {
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl:3420:        exec(@_) or die "$! $?"; # exec() can fail the executable can't be found
cgit-1.2.3+git2.25.1/git/git-cvsserver.perl-3421-    }
##############################################
cgit-1.2.3+git2.25.1/git/git-gui/Makefile-80-	INSTALL_R0 = src=
cgit-1.2.3+git2.25.1/git/git-gui/Makefile:81:	INSTALL_R1 = && echo '   ' INSTALL 644 `basename $$src` && $(INSTALL) -m 644 $$src
cgit-1.2.3+git2.25.1/git/git-gui/Makefile-82-	INSTALL_X0 = src=
cgit-1.2.3+git2.25.1/git/git-gui/Makefile:83:	INSTALL_X1 = && echo '   ' INSTALL 755 `basename $$src` && $(INSTALL) -m 755 $$src
cgit-1.2.3+git2.25.1/git/git-gui/Makefile-84-	INSTALL_A0 = src=
cgit-1.2.3+git2.25.1/git/git-gui/Makefile:85:	INSTALL_A1 = && echo '   ' INSTALL '   ' `basename "$$src"` && find "$$src" | cpio -pud
cgit-1.2.3+git2.25.1/git/git-gui/Makefile-86-
##############################################
cgit-1.2.3+git2.25.1/git/git-gui/Makefile-89-	INSTALL_L2 = && dst=
cgit-1.2.3+git2.25.1/git/git-gui/Makefile:90:	INSTALL_L3 = && echo '   ' 'LINK       ' `basename "$$dst"` '->' `basename "$$src"` && rm -f "$$dst" && ln "$$src" "$$dst"
cgit-1.2.3+git2.25.1/git/git-gui/Makefile-91-
##############################################
cgit-1.2.3+git2.25.1/git/git-gui/Makefile-95-	REMOVE_F0 = dst=
cgit-1.2.3+git2.25.1/git/git-gui/Makefile:96:	REMOVE_F1 = && echo '   ' REMOVE `basename "$$dst"` && $(RM_RF) "$$dst"
cgit-1.2.3+git2.25.1/git/git-gui/Makefile-97-endif
##############################################
cgit-1.2.3+git2.25.1/git/git-gui/Makefile-139-ifeq ($(uname_O),Cygwin)
cgit-1.2.3+git2.25.1/git/git-gui/Makefile:140:	GITGUI_SCRIPT := `cygpath --windows --absolute "$(GITGUI_SCRIPT)"`
cgit-1.2.3+git2.25.1/git/git-gui/Makefile-141-
##############################################
cgit-1.2.3+git2.25.1/git/git-gui/Makefile-278-	@VARS='$(TRACK_VARS)'; \
cgit-1.2.3+git2.25.1/git/git-gui/Makefile:279:	if test x"$$VARS" != x"`cat $@ 2>/dev/null`" ; then \
cgit-1.2.3+git2.25.1/git/git-gui/Makefile-280-		echo >&2 "    * new locations or Tcl/Tk interpreter"; \
##############################################
cgit-1.2.3+git2.25.1/git/git-gui/Makefile-329-	$(QUIET)$(REMOVE_D0)'$(DESTDIR_SQ)$(libdir_SQ)' $(REMOVE_D1)
cgit-1.2.3+git2.25.1/git/git-gui/Makefile:330:	$(QUIET)$(REMOVE_D0)`dirname '$(DESTDIR_SQ)$(libdir_SQ)'` $(REMOVE_D1)
cgit-1.2.3+git2.25.1/git/git-gui/Makefile-331-
##############################################
cgit-1.2.3+git2.25.1/git/git-gui/git-gui.sh-1224-##
cgit-1.2.3+git2.25.1/git/git-gui/git-gui.sh:1225:## execution environment
cgit-1.2.3+git2.25.1/git/git-gui/git-gui.sh-1226-
##############################################
cgit-1.2.3+git2.25.1/git/git-p4.py-1790-            editor = read_pipe("git var GIT_EDITOR").strip()
cgit-1.2.3+git2.25.1/git/git-p4.py:1791:        system(["sh", "-c", ('%s "$@"' % editor), editor, template_file])
cgit-1.2.3+git2.25.1/git/git-p4.py-1792-
##############################################
cgit-1.2.3+git2.25.1/git/git-send-email.perl-97-    --identity              <str>  * Use the sendemail.<id> options.
cgit-1.2.3+git2.25.1/git/git-send-email.perl:98:    --to-cmd                <str>  * Email To: via `<str> \$patch_path`
cgit-1.2.3+git2.25.1/git/git-send-email.perl:99:    --cc-cmd                <str>  * Email Cc: via `<str> \$patch_path`
cgit-1.2.3+git2.25.1/git/git-send-email.perl-100-    --suppress-cc           <str>  * author, self, sob, cc, cccmd, body, bodycc, misc-by, all.
##############################################
cgit-1.2.3+git2.25.1/git/git-send-email.perl-220-		map {
cgit-1.2.3+git2.25.1/git/git-send-email.perl:221:			system('sh', '-c', $editor.' "$@"', $editor, $_);
cgit-1.2.3+git2.25.1/git/git-send-email.perl-222-			if (($? & 127) || ($? >> 8)) {
##############################################
cgit-1.2.3+git2.25.1/git/git-send-email.perl-226-	} else {
cgit-1.2.3+git2.25.1/git/git-send-email.perl:227:		system('sh', '-c', $editor.' "$@"', $editor, @_);
cgit-1.2.3+git2.25.1/git/git-send-email.perl-228-		if (($? & 127) || ($? >> 8)) {
##############################################
cgit-1.2.3+git2.25.1/git/git-send-email.perl-1483-		if (!$pid) {
cgit-1.2.3+git2.25.1/git/git-send-email.perl:1484:			exec($smtp_server, @sendmail_parameters) or die $!;
cgit-1.2.3+git2.25.1/git/git-send-email.perl-1485-		}
##############################################
cgit-1.2.3+git2.25.1/git/git-send-email.perl-1663-			elsif (/^To:\s+(.*)$/i) {
cgit-1.2.3+git2.25.1/git/git-send-email.perl:1664:				foreach my $addr (parse_address_line($1)) {
cgit-1.2.3+git2.25.1/git/git-send-email.perl-1665-					printf(__("(mbox) Adding to: %s from line '%s'\n"),
##############################################
cgit-1.2.3+git2.25.1/git/git-send-email.perl-1670-			elsif (/^Cc:\s+(.*)$/i) {
cgit-1.2.3+git2.25.1/git/git-send-email.perl:1671:				foreach my $addr (parse_address_line($1)) {
cgit-1.2.3+git2.25.1/git/git-send-email.perl-1672-					my $qaddr = unquote_rfc2047($addr);
##############################################
cgit-1.2.3+git2.25.1/git/git-send-email.perl-1943-			$hook_error = "rejected by sendemail-validate hook"
cgit-1.2.3+git2.25.1/git/git-send-email.perl:1944:				if system($validate_hook, $target);
cgit-1.2.3+git2.25.1/git/git-send-email.perl-1945-			chdir($cwd_save) or die("chdir: $!");
##############################################
cgit-1.2.3+git2.25.1/git/git-svn.perl-1392-	if (not defined $props->{$prop}) {
cgit-1.2.3+git2.25.1/git/git-svn.perl:1393:		fatal("`$path' does not have a `$prop' SVN property.");
cgit-1.2.3+git2.25.1/git/git-svn.perl-1394-	}
##############################################
cgit-1.2.3+git2.25.1/git/git-svn.perl-1887-		chomp(my $editor = command_oneline(qw(var GIT_EDITOR)));
cgit-1.2.3+git2.25.1/git/git-svn.perl:1888:		system('sh', '-c', $editor.' "$@"', $editor, $commit_editmsg);
cgit-1.2.3+git2.25.1/git/git-svn.perl-1889-	}
##############################################
cgit-1.2.3+git2.25.1/git/git-svn.perl-1968-		if (ref $v eq 'ARRAY') {
cgit-1.2.3+git2.25.1/git/git-svn.perl:1969:			chomp(my @tmp = `$arg --get-all svn.$key`);
cgit-1.2.3+git2.25.1/git/git-svn.perl-1970-			@$v = @tmp if @tmp;
cgit-1.2.3+git2.25.1/git/git-svn.perl-1971-		} else {
cgit-1.2.3+git2.25.1/git/git-svn.perl:1972:			chomp(my $tmp = `$arg --get svn.$key`);
cgit-1.2.3+git2.25.1/git/git-svn.perl-1973-			if ($tmp && !($arg =~ / --bool/ && $tmp eq 'false')) {
##############################################
cgit-1.2.3+git2.25.1/git/gitk-git/Makefile-24-	@VARS='$(TRACK_TCLTK)'; \
cgit-1.2.3+git2.25.1/git/gitk-git/Makefile:25:		if test x"$$VARS" != x"`cat $@ 2>/dev/null`" ; then \
cgit-1.2.3+git2.25.1/git/gitk-git/Makefile-26-			echo 1>&2 "    * new Tcl/Tk interpreter location"; \
##############################################
cgit-1.2.3+git2.25.1/git/gitweb/gitweb.perl-2476-		# or we would have to use more complicated regexp, for example
cgit-1.2.3+git2.25.1/git/gitweb/gitweb.perl:2477:		# qr/(?= {0,$m}\+)[+ ]{$num_sign}/, where $m = $num_sign - 1;
cgit-1.2.3+git2.25.1/git/gitweb/gitweb.perl-2478-		{ regexp => qr/^[+ ]{$num_sign}/,   class => "add" },
##############################################
cgit-1.2.3+git2.25.1/git/gitweb/gitweb.perl-7640-
cgit-1.2.3+git2.25.1/git/gitweb/gitweb.perl:7641:		system(git_cmd(), "cat-file", '-e', $hash_base) == 0
cgit-1.2.3+git2.25.1/git/gitweb/gitweb.perl-7642-			or die_error(404, "Base object does not exist");
##############################################
cgit-1.2.3+git2.25.1/git/parse-options-cb.c-268- */
cgit-1.2.3+git2.25.1/git/parse-options-cb.c:269:int parse_opt_passthru(const struct option *opt, const char *arg, int unset)
cgit-1.2.3+git2.25.1/git/parse-options-cb.c-270-{
##############################################
cgit-1.2.3+git2.25.1/git/parse-options.h-302-					   const char *, int);
cgit-1.2.3+git2.25.1/git/parse-options.h:303:int parse_opt_passthru(const struct option *, const char *, int);
cgit-1.2.3+git2.25.1/git/parse-options.h-304-int parse_opt_passthru_argv(const struct option *, const char *, int);
##############################################
cgit-1.2.3+git2.25.1/git/parse-options.h-322-	{ OPTION_CALLBACK, (s), (l), (v), N_("style"), (h), PARSE_OPT_OPTARG, parseopt_column_callback }
cgit-1.2.3+git2.25.1/git/parse-options.h:323:#define OPT_PASSTHRU(s, l, v, a, h, f) \
cgit-1.2.3+git2.25.1/git/parse-options.h-324-	{ OPTION_CALLBACK, (s), (l), (v), (a), (h), (f), parse_opt_passthru }
##############################################
cgit-1.2.3+git2.25.1/git/path.c-1359- *   type for directories, allowing `.git/` to be accessed via
cgit-1.2.3+git2.25.1/git/path.c:1360: *   `.git::$INDEX_ALLOCATION/`.
cgit-1.2.3+git2.25.1/git/path.c-1361- *
##############################################
cgit-1.2.3+git2.25.1/git/path.c-1366- * For performance reasons, _all_ Alternate Data Streams of `.git/` are
cgit-1.2.3+git2.25.1/git/path.c:1367: * forbidden, not just `::$INDEX_ALLOCATION`.
cgit-1.2.3+git2.25.1/git/path.c-1368- *
##############################################
cgit-1.2.3+git2.25.1/git/perl/Git.pm-483-	} elsif ($pid == 0) {
cgit-1.2.3+git2.25.1/git/perl/Git.pm:484:		_cmd_exec($self, $cmd, @args);
cgit-1.2.3+git2.25.1/git/perl/Git.pm-485-	}
##############################################
cgit-1.2.3+git2.25.1/git/perl/Git.pm-1631-			}
cgit-1.2.3+git2.25.1/git/perl/Git.pm:1632:			_cmd_exec($self, $cmd, @args);
cgit-1.2.3+git2.25.1/git/perl/Git.pm-1633-		}
##############################################
cgit-1.2.3+git2.25.1/git/perl/Git/SVN.pm-1478-	$orig_author = command_oneline('rev-parse', '--sq-quote', $orig_author);
cgit-1.2.3+git2.25.1/git/perl/Git/SVN.pm:1479:	my $author = `$::_authors_prog $orig_author`;
cgit-1.2.3+git2.25.1/git/perl/Git/SVN.pm-1480-	if ($? != 0) {
##############################################
cgit-1.2.3+git2.25.1/git/po/bg.po-158-# grep '^#: ' todo.po | sed 's/^#: //' | tr ' ' '\n' | sed 's/:[0-9]*$//' > FILES
cgit-1.2.3+git2.25.1/git/po/bg.po:159:# for i in `sort -u FILES`; do cnt=`grep $i FILES | wc -l`; echo $cnt $i ;done | sort -n
cgit-1.2.3+git2.25.1/git/po/bg.po-160-msgid ""
##############################################
cgit-1.2.3+git2.25.1/git/t/Makefile-83-test-lint-duplicates:
cgit-1.2.3+git2.25.1/git/t/Makefile:84:	@dups=`echo $(T) | tr ' ' '\n' | sed 's/-.*//' | sort | uniq -d` && \
cgit-1.2.3+git2.25.1/git/t/Makefile-85-		test -z "$$dups" || { \
##############################################
cgit-1.2.3+git2.25.1/git/t/Makefile-88-test-lint-executable:
cgit-1.2.3+git2.25.1/git/t/Makefile:89:	@bad=`for i in $(T); do test -x "$$i" || echo $$i; done` && \
cgit-1.2.3+git2.25.1/git/t/Makefile-90-		test -z "$$bad" || { \
##############################################
cgit-1.2.3+git2.25.1/git/t/README-230-GIT_EXEC_PATH would be used for during normal operation).
cgit-1.2.3+git2.25.1/git/t/README:231:GIT_TEST_EXEC_PATH defaults to `$GIT_TEST_INSTALLED/git --exec-path`.
cgit-1.2.3+git2.25.1/git/t/README-232-
##############################################
cgit-1.2.3+git2.25.1/git/t/check-non-portable-shell.pl-43-	/\btest\s+[^=]*==/ and err '"test a == b" is not portable (use =)';
cgit-1.2.3+git2.25.1/git/t/check-non-portable-shell.pl:44:	/\bwc -l.*"\s*=/ and err '`"$(wc -l)"` is not portable (use test_line_count)';
cgit-1.2.3+git2.25.1/git/t/check-non-portable-shell.pl-45-	/\bhead\s+-c\b/ and err 'head -c is not portable (use test_copy_bytes BYTES <file >out)';
##############################################
cgit-1.2.3+git2.25.1/git/t/helper/test-drop-caches.c-88-	HANDLE hToken;
cgit-1.2.3+git2.25.1/git/t/helper/test-drop-caches.c:89:	DECLARE_PROC_ADDR(ntdll.dll, DWORD, NtSetSystemInformation, INT, PVOID, ULONG);
cgit-1.2.3+git2.25.1/git/t/helper/test-drop-caches.c-90-	SYSTEM_MEMORY_LIST_COMMAND command;
##############################################
cgit-1.2.3+git2.25.1/git/t/helper/test-drop-caches.c-100-
cgit-1.2.3+git2.25.1/git/t/helper/test-drop-caches.c:101:	if (!INIT_PROC_ADDR(NtSetSystemInformation))
cgit-1.2.3+git2.25.1/git/t/helper/test-drop-caches.c-102-		return error("Could not find NtSetSystemInformation() function");
##############################################
cgit-1.2.3+git2.25.1/git/t/lib-git-svn.sh-33-\$SVN::Core::VERSION gt '1.1.0' or exit(42);
cgit-1.2.3+git2.25.1/git/t/lib-git-svn.sh:34:system(qw/svnadmin create --fs-type fsfs/, \$ENV{svnrepo}) == 0 or exit(41);
cgit-1.2.3+git2.25.1/git/t/lib-git-svn.sh-35-" >&3 2>&4
##############################################
cgit-1.2.3+git2.25.1/git/t/oid-info/README-4-starting with `#` are ignored.  The key and value are separated by whitespace
cgit-1.2.3+git2.25.1/git/t/oid-info/README:5:(specifically, those whitespace in the default `$IFS`).  The key consists only
cgit-1.2.3+git2.25.1/git/t/oid-info/README-6-of shell identifier characters, and the value consists of a hash algorithm,
##############################################
cgit-1.2.3+git2.25.1/git/t/t4067-diff-partial-clone.sh-102-	# Ensure that a and another-a are fetched, and check (by successful
cgit-1.2.3+git2.25.1/git/t/t4067-diff-partial-clone.sh:103:	# execution of the diff) that no invalid OIDs are sent.
cgit-1.2.3+git2.25.1/git/t/t4067-diff-partial-clone.sh-104-	GIT_TRACE_PACKET="$(pwd)/trace" git -C client diff HEAD^ HEAD &&
##############################################
cgit-1.2.3+git2.25.1/git/t/test-terminal.perl-19-		close $out;
cgit-1.2.3+git2.25.1/git/t/test-terminal.perl:20:		exec(@$argv) or die "cannot exec '$argv->[0]': $!"
cgit-1.2.3+git2.25.1/git/t/test-terminal.perl-21-	}
##############################################
cgit-1.2.3+git2.25.1/git/templates/Makefile-39-		case "$$boilerplate" in *~) continue ;; esac && \
cgit-1.2.3+git2.25.1/git/templates/Makefile:40:		dst=`echo "$$boilerplate" | sed -e 's|^this|.|;s|--|/|g'` && \
cgit-1.2.3+git2.25.1/git/templates/Makefile:41:		dir=`expr "$$dst" : '\(.*\)/'` && \
cgit-1.2.3+git2.25.1/git/templates/Makefile-42-		mkdir -p blt/$$dir && \
##############################################
cgit-1.2.3+git2.25.1/git/templates/hooks--pre-push.sample-43-		# Check for WIP commit
cgit-1.2.3+git2.25.1/git/templates/hooks--pre-push.sample:44:		commit=`git rev-list -n 1 --grep '^WIP' "$range"`
cgit-1.2.3+git2.25.1/git/templates/hooks--pre-push.sample-45-		if [ -n "$commit" ]
##############################################
cgit-1.2.3+git2.25.1/git/templates/hooks--pre-rebase.sample-45-# Is topic fully merged to master?
cgit-1.2.3+git2.25.1/git/templates/hooks--pre-rebase.sample:46:not_in_master=`git rev-list --pretty=oneline ^master "$topic"`
cgit-1.2.3+git2.25.1/git/templates/hooks--pre-rebase.sample-47-if test -z "$not_in_master"
##############################################
cgit-1.2.3+git2.25.1/git/templates/hooks--pre-rebase.sample-53-# Is topic ever merged to next?  If so you should not be rebasing it.
cgit-1.2.3+git2.25.1/git/templates/hooks--pre-rebase.sample:54:only_next_1=`git rev-list ^master "^$topic" ${publish} | sort`
cgit-1.2.3+git2.25.1/git/templates/hooks--pre-rebase.sample:55:only_next_2=`git rev-list ^master           ${publish} | sort`
cgit-1.2.3+git2.25.1/git/templates/hooks--pre-rebase.sample-56-if test "$only_next_1" = "$only_next_2"
cgit-1.2.3+git2.25.1/git/templates/hooks--pre-rebase.sample-57-then
cgit-1.2.3+git2.25.1/git/templates/hooks--pre-rebase.sample:58:	not_in_topic=`git rev-list "^$topic" master`
cgit-1.2.3+git2.25.1/git/templates/hooks--pre-rebase.sample-59-	if test -z "$not_in_topic"
##############################################
cgit-1.2.3+git2.25.1/git/templates/hooks--pre-rebase.sample-66-else
cgit-1.2.3+git2.25.1/git/templates/hooks--pre-rebase.sample:67:	not_in_next=`git rev-list --pretty=oneline ^${publish} "$topic"`
cgit-1.2.3+git2.25.1/git/templates/hooks--pre-rebase.sample-68-	@PERL_PATH@ -e '
##############################################
cgit-1.2.3+git2.25.1/git/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
cgit-1.2.3+git2.25.1/git/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
cgit-1.2.3+git2.25.1/git/configure-47-  as_echo='print -r --'
cgit-1.2.3+git2.25.1/git/configure-48-  as_echo_n='print -rn --'
cgit-1.2.3+git2.25.1/git/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
cgit-1.2.3+git2.25.1/git/configure-50-  as_echo='printf %s\n'
##############################################
cgit-1.2.3+git2.25.1/git/configure-52-else
cgit-1.2.3+git2.25.1/git/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
cgit-1.2.3+git2.25.1/git/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
cgit-1.2.3+git2.25.1/git/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
cgit-1.2.3+git2.25.1/git/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
cgit-1.2.3+git2.25.1/git/configure-64-      esac;
##############################################
cgit-1.2.3+git2.25.1/git/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
cgit-1.2.3+git2.25.1/git/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
cgit-1.2.3+git2.25.1/git/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
cgit-1.2.3+git2.25.1/git/configure-327-      case $as_dir in #(
cgit-1.2.3+git2.25.1/git/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
cgit-1.2.3+git2.25.1/git/configure-329-      *) as_qdir=$as_dir;;
##############################################
cgit-1.2.3+git2.25.1/git/configure-400-  {
cgit-1.2.3+git2.25.1/git/configure:401:    as_val=`expr "$@" || test $? -eq 1`
cgit-1.2.3+git2.25.1/git/configure-402-  }
##############################################
cgit-1.2.3+git2.25.1/git/configure-407-# ----------------------------------------
cgit-1.2.3+git2.25.1/git/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
cgit-1.2.3+git2.25.1/git/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
cgit-1.2.3+git2.25.1/git/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
cgit-1.2.3+git2.25.1/git/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
cgit-1.2.3+git2.25.1/git/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
cgit-1.2.3+git2.25.1/git/configure-780-  case $ac_option in
cgit-1.2.3+git2.25.1/git/configure:781:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
cgit-1.2.3+git2.25.1/git/configure-782-  *=)   ac_optarg= ;;
##############################################
cgit-1.2.3+git2.25.1/git/configure-824-  -disable-* | --disable-*)
cgit-1.2.3+git2.25.1/git/configure:825:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
cgit-1.2.3+git2.25.1/git/configure-826-    # Reject names that are not valid shell variable names.
##############################################
cgit-1.2.3+git2.25.1/git/configure-829-    ac_useropt_orig=$ac_useropt
cgit-1.2.3+git2.25.1/git/configure:830:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
cgit-1.2.3+git2.25.1/git/configure-831-    case $ac_user_opts in
##############################################
cgit-1.2.3+git2.25.1/git/configure-850-  -enable-* | --enable-*)
cgit-1.2.3+git2.25.1/git/configure:851:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
cgit-1.2.3+git2.25.1/git/configure-852-    # Reject names that are not valid shell variable names.
##############################################
cgit-1.2.3+git2.25.1/git/configure-855-    ac_useropt_orig=$ac_useropt
cgit-1.2.3+git2.25.1/git/configure:856:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
cgit-1.2.3+git2.25.1/git/configure-857-    case $ac_user_opts in
##############################################
cgit-1.2.3+git2.25.1/git/configure-1063-  -with-* | --with-*)
cgit-1.2.3+git2.25.1/git/configure:1064:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
cgit-1.2.3+git2.25.1/git/configure-1065-    # Reject names that are not valid shell variable names.
##############################################
cgit-1.2.3+git2.25.1/git/configure-1068-    ac_useropt_orig=$ac_useropt
cgit-1.2.3+git2.25.1/git/configure:1069:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
cgit-1.2.3+git2.25.1/git/configure-1070-    case $ac_user_opts in
##############################################
cgit-1.2.3+git2.25.1/git/configure-1079-  -without-* | --without-*)
cgit-1.2.3+git2.25.1/git/configure:1080:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
cgit-1.2.3+git2.25.1/git/configure-1081-    # Reject names that are not valid shell variable names.
##############################################
cgit-1.2.3+git2.25.1/git/configure-1084-    ac_useropt_orig=$ac_useropt
cgit-1.2.3+git2.25.1/git/configure:1085:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
cgit-1.2.3+git2.25.1/git/configure-1086-    case $ac_user_opts in
##############################################
cgit-1.2.3+git2.25.1/git/configure-1117-  *=*)
cgit-1.2.3+git2.25.1/git/configure:1118:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
cgit-1.2.3+git2.25.1/git/configure-1119-    # Reject names that are not valid shell variable names.
##############################################
cgit-1.2.3+git2.25.1/git/configure-1138-if test -n "$ac_prev"; then
cgit-1.2.3+git2.25.1/git/configure:1139:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
cgit-1.2.3+git2.25.1/git/configure-1140-  as_fn_error $? "missing argument to $ac_option"
##############################################
cgit-1.2.3+git2.25.1/git/configure-1160-    */ )
cgit-1.2.3+git2.25.1/git/configure:1161:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
cgit-1.2.3+git2.25.1/git/configure-1162-      eval $ac_var=\$ac_val;;
##############################################
cgit-1.2.3+git2.25.1/git/configure-1195-ac_ls_di=`ls -di .` &&
cgit-1.2.3+git2.25.1/git/configure:1196:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
cgit-1.2.3+git2.25.1/git/configure-1197-  as_fn_error $? "working directory cannot be determined"
##############################################
cgit-1.2.3+git2.25.1/git/configure-1251-case $srcdir in
cgit-1.2.3+git2.25.1/git/configure:1252:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
cgit-1.2.3+git2.25.1/git/configure-1253-esac
##############################################
cgit-1.2.3+git2.25.1/git/configure-1294-By default, \`make install' will install all the files in
cgit-1.2.3+git2.25.1/git/configure:1295:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
cgit-1.2.3+git2.25.1/git/configure:1296:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
cgit-1.2.3+git2.25.1/git/configure-1297-for instance \`--prefix=\$HOME'.
##############################################
cgit-1.2.3+git2.25.1/git/configure-1427-*)
cgit-1.2.3+git2.25.1/git/configure:1428:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
cgit-1.2.3+git2.25.1/git/configure-1429-  # A ".." for each directory in $ac_dir_suffix.
cgit-1.2.3+git2.25.1/git/configure:1430:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
cgit-1.2.3+git2.25.1/git/configure-1431-  case $ac_top_builddir_sub in
##############################################
cgit-1.2.3+git2.25.1/git/configure-2026-    *\'*)
cgit-1.2.3+git2.25.1/git/configure:2027:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
cgit-1.2.3+git2.25.1/git/configure-2028-    esac
##############################################
cgit-1.2.3+git2.25.1/git/configure-2109-      case $ac_val in
cgit-1.2.3+git2.25.1/git/configure:2110:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
cgit-1.2.3+git2.25.1/git/configure-2111-      esac
##############################################
cgit-1.2.3+git2.25.1/git/configure-2124-	case $ac_val in
cgit-1.2.3+git2.25.1/git/configure:2125:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
cgit-1.2.3+git2.25.1/git/configure-2126-	esac
##############################################
cgit-1.2.3+git2.25.1/git/configure-2244-    set,)
cgit-1.2.3+git2.25.1/git/configure:2245:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
cgit-1.2.3+git2.25.1/git/configure:2246:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
cgit-1.2.3+git2.25.1/git/configure-2247-      ac_cache_corrupted=: ;;
##############################################
cgit-1.2.3+git2.25.1/git/configure-2255-	# differences in whitespace do not lead to failure.
cgit-1.2.3+git2.25.1/git/configure:2256:	ac_old_val_w=`echo x $ac_old_val`
cgit-1.2.3+git2.25.1/git/configure:2257:	ac_new_val_w=`echo x $ac_new_val`
cgit-1.2.3+git2.25.1/git/configure-2258-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
cgit-1.2.3+git2.25.1/git/configure-2275-    case $ac_new_val in
cgit-1.2.3+git2.25.1/git/configure:2276:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
cgit-1.2.3+git2.25.1/git/configure-2277-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
cgit-1.2.3+git2.25.1/git/configure-2869-$as_echo_n "checking whether the C compiler works... " >&6; }
cgit-1.2.3+git2.25.1/git/configure:2870:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
cgit-1.2.3+git2.25.1/git/configure-2871-
##############################################
cgit-1.2.3+git2.25.1/git/configure-2913-	then :; else
cgit-1.2.3+git2.25.1/git/configure:2914:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
cgit-1.2.3+git2.25.1/git/configure-2915-	fi
##############################################
cgit-1.2.3+git2.25.1/git/configure-2973-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
cgit-1.2.3+git2.25.1/git/configure:2974:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
cgit-1.2.3+git2.25.1/git/configure-2975-	  break;;
##############################################
cgit-1.2.3+git2.25.1/git/configure-3082-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
cgit-1.2.3+git2.25.1/git/configure:3083:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
cgit-1.2.3+git2.25.1/git/configure-3084-       break;;
##############################################
cgit-1.2.3+git2.25.1/git/configure-3470-  # Check for GNU $ac_path_GREP
cgit-1.2.3+git2.25.1/git/configure:3471:case `"$ac_path_GREP" --version 2>&1` in
cgit-1.2.3+git2.25.1/git/configure-3472-*GNU*)
##############################################
cgit-1.2.3+git2.25.1/git/configure-3536-  # Check for GNU $ac_path_EGREP
cgit-1.2.3+git2.25.1/git/configure:3537:case `"$ac_path_EGREP" --version 2>&1` in
cgit-1.2.3+git2.25.1/git/configure-3538-*GNU*)
##############################################
cgit-1.2.3+git2.25.1/git/configure-3697-do :
cgit-1.2.3+git2.25.1/git/configure:3698:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
cgit-1.2.3+git2.25.1/git/configure-3699-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
cgit-1.2.3+git2.25.1/git/configure-3702-  cat >>confdefs.h <<_ACEOF
cgit-1.2.3+git2.25.1/git/configure:3703:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
cgit-1.2.3+git2.25.1/git/configure-3704-_ACEOF
##############################################
cgit-1.2.3+git2.25.1/git/configure-3846-  for ac_func in _getb67 GETB67 getb67; do
cgit-1.2.3+git2.25.1/git/configure:3847:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
cgit-1.2.3+git2.25.1/git/configure-3848-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
cgit-1.2.3+git2.25.1/git/configure-5074-$as_echo_n "checking for asciidoc version... " >&6; }
cgit-1.2.3+git2.25.1/git/configure:5075:	asciidoc_version=`$ASCIIDOC --version 2>/dev/null`
cgit-1.2.3+git2.25.1/git/configure-5076-	case "${asciidoc_version}" in
##############################################
cgit-1.2.3+git2.25.1/git/configure-7945-'
cgit-1.2.3+git2.25.1/git/configure:7946:DEFS=`sed -n "$ac_script" confdefs.h`
cgit-1.2.3+git2.25.1/git/configure-7947-
##############################################
cgit-1.2.3+git2.25.1/git/configure-7954-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
cgit-1.2.3+git2.25.1/git/configure:7955:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
cgit-1.2.3+git2.25.1/git/configure-7956-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
cgit-1.2.3+git2.25.1/git/configure-8021-if test -z "$BASH_VERSION$ZSH_VERSION" \
cgit-1.2.3+git2.25.1/git/configure:8022:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
cgit-1.2.3+git2.25.1/git/configure-8023-  as_echo='print -r --'
cgit-1.2.3+git2.25.1/git/configure-8024-  as_echo_n='print -rn --'
cgit-1.2.3+git2.25.1/git/configure:8025:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
cgit-1.2.3+git2.25.1/git/configure-8026-  as_echo='printf %s\n'
##############################################
cgit-1.2.3+git2.25.1/git/configure-8028-else
cgit-1.2.3+git2.25.1/git/configure:8029:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
cgit-1.2.3+git2.25.1/git/configure-8030-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
cgit-1.2.3+git2.25.1/git/configure-8038-	expr "X$arg" : "X\\(.*\\)$as_nl";
cgit-1.2.3+git2.25.1/git/configure:8039:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
cgit-1.2.3+git2.25.1/git/configure-8040-      esac;
##############################################
cgit-1.2.3+git2.25.1/git/configure-8115-# ----------------------------------------
cgit-1.2.3+git2.25.1/git/configure:8116:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
cgit-1.2.3+git2.25.1/git/configure-8117-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
cgit-1.2.3+git2.25.1/git/configure-8187-  {
cgit-1.2.3+git2.25.1/git/configure:8188:    as_val=`expr "$@" || test $? -eq 1`
cgit-1.2.3+git2.25.1/git/configure-8189-  }
##############################################
cgit-1.2.3+git2.25.1/git/configure-8291-      case $as_dir in #(
cgit-1.2.3+git2.25.1/git/configure:8292:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
cgit-1.2.3+git2.25.1/git/configure-8293-      *) as_qdir=$as_dir;;
##############################################
cgit-1.2.3+git2.25.1/git/configure-8417-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
cgit-1.2.3+git2.25.1/git/configure:8418:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
cgit-1.2.3+git2.25.1/git/configure-8419-ac_cs_version="\\
##############################################
cgit-1.2.3+git2.25.1/git/configure-8439-  --*=?*)
cgit-1.2.3+git2.25.1/git/configure:8440:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
cgit-1.2.3+git2.25.1/git/configure:8441:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
cgit-1.2.3+git2.25.1/git/configure-8442-    ac_shift=:
##############################################
cgit-1.2.3+git2.25.1/git/configure-8444-  --*=)
cgit-1.2.3+git2.25.1/git/configure:8445:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
cgit-1.2.3+git2.25.1/git/configure-8446-    ac_optarg=
##############################################
cgit-1.2.3+git2.25.1/git/configure-8468-    case $ac_optarg in
cgit-1.2.3+git2.25.1/git/configure:8469:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
cgit-1.2.3+git2.25.1/git/configure-8470-    '') as_fn_error $? "missing file argument" ;;
##############################################
cgit-1.2.3+git2.25.1/git/configure-8592-fi
cgit-1.2.3+git2.25.1/git/configure:8593:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
cgit-1.2.3+git2.25.1/git/configure-8594-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
cgit-1.2.3+git2.25.1/git/configure-8609-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
cgit-1.2.3+git2.25.1/git/configure:8610:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
cgit-1.2.3+git2.25.1/git/configure-8611-ac_delim='%!_!# '
##############################################
cgit-1.2.3+git2.25.1/git/configure-8615-
cgit-1.2.3+git2.25.1/git/configure:8616:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
cgit-1.2.3+git2.25.1/git/configure-8617-  if test $ac_delim_n = $ac_delim_num; then
##############################################
cgit-1.2.3+git2.25.1/git/configure-8777-      esac
cgit-1.2.3+git2.25.1/git/configure:8778:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
cgit-1.2.3+git2.25.1/git/configure-8779-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
cgit-1.2.3+git2.25.1/git/configure-8836-*)
cgit-1.2.3+git2.25.1/git/configure:8837:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
cgit-1.2.3+git2.25.1/git/configure-8838-  # A ".." for each directory in $ac_dir_suffix.
cgit-1.2.3+git2.25.1/git/configure:8839:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
cgit-1.2.3+git2.25.1/git/configure-8840-  case $ac_top_builddir_sub in
##############################################
cgit-1.2.3+git2.25.1/git/configure-8888-/@mandir@/p'
cgit-1.2.3+git2.25.1/git/configure:8889:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
cgit-1.2.3+git2.25.1/git/configure-8890-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
cgit-1.2.3+git2.25.1/git/configure-8905-
cgit-1.2.3+git2.25.1/git/configure:8906:# Neutralize VPATH when `$srcdir' = `.'.
cgit-1.2.3+git2.25.1/git/configure-8907-# Shell code in configure.ac might set extrasub.
##############################################
cgit-1.2.3+git2.25.1/git/configure-8931-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
cgit-1.2.3+git2.25.1/git/configure:8932:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
cgit-1.2.3+git2.25.1/git/configure-8933-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \