diff options
author | Junio C Hamano <gitster@pobox.com> | 2023-07-05 01:08:18 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-07-05 01:08:18 +0200 |
commit | 89d62d5e8ef42be3a73493e8ffbede589c7a31d1 (patch) | |
tree | 4ff0c976caa1bdc13f9d9e3030055dc40695338b /t/README | |
parent | Merge branch 'ps/revision-stdin-with-options' (diff) | |
parent | var: add config file locations (diff) | |
download | git-89d62d5e8ef42be3a73493e8ffbede589c7a31d1.tar.xz git-89d62d5e8ef42be3a73493e8ffbede589c7a31d1.zip |
Merge branch 'bc/more-git-var'
Add more "git var" for toolsmiths to learn various locations Git is
configured with either via the configuration or hardcoded defaults.
* bc/more-git-var:
var: add config file locations
var: add attributes files locations
attr: expose and rename accessor functions
var: adjust memory allocation for strings
var: format variable structure with C99 initializers
var: add support for listing the shell
t: add a function to check executable bit
var: mark unused parameters in git_var callbacks
Diffstat (limited to 't/README')
-rw-r--r-- | t/README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1102,6 +1102,12 @@ see test-lib-functions.sh for the full list and their options. the symbolic link in the file system and a part that does; then only the latter part need be protected by a SYMLINKS prerequisite (see below). + - test_path_is_executable + + This tests whether a file is executable and prints an error message + if not. This must be used only under the POSIXPERM prerequisite + (see below). + - test_oid_init This function loads facts and useful object IDs related to the hash |