PATH:
usr
/
libexec
/
git-core
# This shell library is Git's interface to gettext.sh. See po/README # for usage instructions. # # Copyright (c) 2010 Ævar Arnfjörð Bjarmason # # Export the TEXTDOMAIN* data that we need for Git TEXTDOMAIN=git export TEXTDOMAIN if test -z "$GIT_TEXTDOMAINDIR" then TEXTDOMAINDIR="/usr/share/locale" else TEXTDOMAINDIR="$GIT_TEXTDOMAINDIR" fi export TEXTDOMAINDIR # First decide what scheme to use... GIT_INTERNAL_GETTEXT_SH_SCHEME=fallthrough if test -n "" then GIT_INTERNAL_GETTEXT_SH_SCHEME="" elif test -n "$GIT_INTERNAL_GETTEXT_TEST_FALLBACKS" then : no probing necessary elif type gettext.sh >/dev/null 2>&1 then # GNU libintl's gettext.sh GIT_INTERNAL_GETTEXT_SH_SCHEME=gnu elif test "$(gettext -h 2>&1)" = "-h" then # gettext binary exists but no gettext.sh. likely to be a gettext # binary on a Solaris or something that is not GNU libintl and # lack eval_gettext. GIT_INTERNAL_GETTEXT_SH_SCHEME=gettext_without_eval_gettext fi export GIT_INTERNAL_GETTEXT_SH_SCHEME # ... and then follow that decision. case "$GIT_INTERNAL_GETTEXT_SH_SCHEME" in gnu) # Use libintl's gettext.sh, or fall back to English if we can't. . gettext.sh ;; gettext_without_eval_gettext) # Solaris has a gettext(1) but no eval_gettext(1) eval_gettext () { gettext "$1" | ( export PATH $(git sh-i18n--envsubst --variables "$1"); git sh-i18n--envsubst "$1" ) } ;; *) gettext () { printf "%s" "$1" } eval_gettext () { printf "%s" "$1" | ( export PATH $(git sh-i18n--envsubst --variables "$1"); git sh-i18n--envsubst "$1" ) } ;; esac # Git-specific wrapper functions gettextln () { gettext "$1" echo } eval_gettextln () { eval_gettext "$1" echo }
[-] git-merge-recursive
[edit]
[-] git-add
[edit]
[-] git-check-ref-format
[edit]
[-] git-filter-branch
[edit]
[-] git-fast-import
[edit]
[-] git-fsmonitor--daemon
[edit]
[-] git-request-pull
[edit]
[-] git-upload-archive
[edit]
[-] git-cat-file
[edit]
[-] git-submodule--helper
[edit]
[-] git-remote-fd
[edit]
[-] git-whatchanged
[edit]
[-] git-checkout
[edit]
[-] git-blame
[edit]
[-] git-fetch
[edit]
[-] git-revert
[edit]
[-] git-bundle
[edit]
[-] git-merge-base
[edit]
[-] git-diff-files
[edit]
[-] git-rev-parse
[edit]
[-] git-stage
[edit]
[-] git-index-pack
[edit]
[-] git-hash-object
[edit]
[-] git-status
[edit]
[-] git-checkout--worker
[edit]
[-] git-mergetool
[edit]
[-] git-mktree
[edit]
[-] git-hook
[edit]
[-] git-describe
[edit]
[-] git-format-patch
[edit]
[-] git-checkout-index
[edit]
[+]
..
[-] git-quiltimport
[edit]
[-] git-update-ref
[edit]
[-] git-help
[edit]
[-] git-credential
[edit]
[-] git-update-index
[edit]
[-] git-remote
[edit]
[-] git-patch-id
[edit]
[-] git-merge-tree
[edit]
[-] git-annotate
[edit]
[-] git-send-pack
[edit]
[-] git-clone
[edit]
[-] git-prune
[edit]
[+]
mergetools
[-] git-replace
[edit]
[-] git-log
[edit]
[-] git-stripspace
[edit]
[-] git-apply
[edit]
[-] git-pack-redundant
[edit]
[-] git-mailinfo
[edit]
[-] git-read-tree
[edit]
[-] git-upload-pack
[edit]
[-] git-tag
[edit]
[-] git-fmt-merge-msg
[edit]
[-] git-ls-files
[edit]
[-] git-get-tar-commit-id
[edit]
[-] git-remote-https
[edit]
[-] git-check-attr
[edit]
[-] git-rev-list
[edit]
[-] git-diff
[edit]
[-] git-write-tree
[edit]
[-] git-update-server-info
[edit]
[-] git-merge-resolve
[edit]
[-] git-reset
[edit]
[-] git-worktree
[edit]
[-] git-notes
[edit]
[-] git-stash
[edit]
[-] git-version
[edit]
[-] git-submodule
[edit]
[-] git-diagnose
[edit]
[-] git-maintenance
[edit]
[-] git-show-ref
[edit]
[-] git-prune-packed
[edit]
[-] git-fsck
[edit]
[-] git-verify-pack
[edit]
[-] git-init
[edit]
[-] git-for-each-ref
[edit]
[-] git-am
[edit]
[-] git-clean
[edit]
[-] git-difftool--helper
[edit]
[-] git-for-each-repo
[edit]
[-] git-symbolic-ref
[edit]
[-] git-merge-file
[edit]
[-] git-push
[edit]
[-] git-http-fetch
[edit]
[-] git-show
[edit]
[-] git-archive
[edit]
[-] git-credential-netrc
[edit]
[-] git-config
[edit]
[-] git-remote-http
[edit]
[-] git-fetch-pack
[edit]
[-] git-rm
[edit]
[-] git-diff-tree
[edit]
[-] git-merge-one-file
[edit]
[-] git-gc
[edit]
[-] git-rerere
[edit]
[-] git-show-branch
[edit]
[-] git-shell
[edit]
[-] git-init-db
[edit]
[-] git-commit-tree
[edit]
[-] git-mergetool--lib
[edit]
[-] git-credential-cache--daemon
[edit]
[-] git-mv
[edit]
[-] git-sh-i18n
[edit]
[-] git-ls-tree
[edit]
[-] git-verify-tag
[edit]
[-] git-web--browse
[edit]
[-] git-fsck-objects
[edit]
[-] git-credential-store
[edit]
[-] git-cherry-pick
[edit]
[-] git-shortlog
[edit]
[-] git-http-backend
[edit]
[-] scalar
[edit]
[-] git-imap-send
[edit]
[-] git-column
[edit]
[-] git-unpack-file
[edit]
[-] git-receive-pack
[edit]
[-] git-restore
[edit]
[-] git-check-ignore
[edit]
[-] git-pack-refs
[edit]
[-] git-reflog
[edit]
[-] git-mailsplit
[edit]
[-] git-branch
[edit]
[-] git-repack
[edit]
[-] git-mktag
[edit]
[-] git-pull
[edit]
[-] git-bisect
[edit]
[-] git-pack-objects
[edit]
[-] git-check-mailmap
[edit]
[-] git-sparse-checkout
[edit]
[-] git-count-objects
[edit]
[-] git-remote-ftps
[edit]
[-] git-grep
[edit]
[-] git-commit-graph
[edit]
[-] git-merge-subtree
[edit]
[-] git-fast-export
[edit]
[-] git-credential-cache
[edit]
[-] git-sh-i18n--envsubst
[edit]
[-] git-merge-index
[edit]
[-] git-verify-commit
[edit]
[-] git-interpret-trailers
[edit]
[-] git-unpack-objects
[edit]
[-] git-diff-index
[edit]
[-] git-remote-ext
[edit]
[-] git-ls-remote
[edit]
[-] git-rebase
[edit]
[-] git-commit
[edit]
[-] git-merge-octopus
[edit]
[-] git-show-index
[edit]
[-] git-difftool
[edit]
[-] git-http-push
[edit]
[-] git
[edit]
[-] git-contacts
[edit]
[-] git-merge-ours
[edit]
[-] git-var
[edit]
[-] git-merge
[edit]
[-] git-sh-setup
[edit]
[-] git-bugreport
[edit]
[-] git-multi-pack-index
[edit]
[-] git-remote-ftp
[edit]
[-] git-range-diff
[edit]
[-] git-switch
[edit]
[-] git-name-rev
[edit]
[-] git-cherry
[edit]