-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add print last commit option on clone, allow ref_src-dir usage
- Loading branch information
1 parent
52e73aa
commit 1f797e1
Showing
2 changed files
with
45 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,7 @@ CONFIG_NO_DOCS=1 | |
OUR_OS_FIXES_COMPILE=0 #compile our osfixes.c/h libs | ||
OUR_OS_FIXES_APPLY_TO_DBG=0 #will force our osfixes.obj to be linked in useful for stopping the dbgassert popups at start/end, will enable OUR_OS_FIXES_COMPILE if not enabled | ||
GIT_CLONE_BRANCH="" #force a specific branch | ||
GIT_PRINT_LAST_COMMIT_ON_CLONE=0 #print the last commit message in the repo on clone | ||
GIT_NO_RECURSE=0 #Don't recurse submodules by deafult | ||
GIT_SUBMODULE_INITS=() #if no recursing should we init any submodules for you? | ||
GIT_SETTINGS_DEFAULT=( "core.autocrlf false" "user.email [email protected]" "user.name YourNamee" "core.fileMode false" "core.eol lf" "diff.ignoreAllSpace true" "apply.ignoreWhitespace change" "apply.whitespace fix" ) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters