Lines Matching refs:file

6 #    you may not use this file except in compliance with the License.
20 # This file is the make "header" or pre make header that defines make
24 # nlGitGetConfigFromFileCommand <file>
26 # Command to get a value for a variable set in the specified git config file <file>.
28 nlGitGetConfigFromFileCommand = $(GIT) config --file $(1)
30 # nlGitListConfigFromFileCommand <file>
32 # Command to list all variables set in the specified config file <file>
36 # nlGitGetConfigFromFile <file>
38 # Get a value for a variable set in the specified git config file <file>.
42 # nlGitListConfigFromFile <file>
44 # List all variables set in the specified config file <file>
48 # nlGitGetValueForRepoFromNameFromFile <file> <repo name> <value>
50 # Get a value for a repo / submodule variable set in specified git config file <file>.
54 # nlGitGetBranchForRepoFromNameFromFile <file> <repo name>
56 # Get the remote branch for a repo / submodule variable set in specified git config file <file>.
60 # nlGitGetCommitForRepoFromNameFromFile <file> <repo name>
62 # Get the commit for a repo / submodule variable set in specified git config file <file>.
66 # nlGitGetURLForRepoFromNameFromFile <file> <repo name>
68 # Get the remote URL for a repo / submodule variable set in specified git config file <file>.
72 # nlGitGetPathForRepoFromNameFromFile <file> <repo name>
74 # Get the local path for a repo / submodule variable set in specified git config file <file>.
78 # nlGitGetMethodForPullFromFile <file>
80 # Get the pull method set in specified git config file <file>.