Searched refs:HistoryLogPath (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/gpl2/xcvs/dist/src/ |
| D | parseinfo.c | 593 if (retval->HistoryLogPath) free (retval->HistoryLogPath); in parse_config() 596 retval->HistoryLogPath = expand_path (p, cvsroot, false, in parse_config() 599 if (retval->HistoryLogPath && !ISABSOLUTE (retval->HistoryLogPath)) in parse_config() 603 free (retval->HistoryLogPath); in parse_config() 604 retval->HistoryLogPath = NULL; in parse_config()
|
| D | parseinfo.h | 21 char *HistoryLogPath; member
|
| D | history.c | 387 if (config->HistoryLogPath) in get_history_log_name() 394 if (!strftime (log_name, PATH_MAX, config->HistoryLogPath, in get_history_log_name() 398 free (config->HistoryLogPath); in get_history_log_name() 399 config->HistoryLogPath = NULL; in get_history_log_name() 403 if (!config->HistoryLogPath) in get_history_log_name()
|
| D | ChangeLog | 611 * parseinfo.c (parse_config): Parse HistoryLogPath & HistorySearchPath. 612 * parseinfo.h (struct config): Add HistoryLogPath & HistorySearchPath.
|
| D | sanity.sh | 20343 HistoryLogPath=$TESTDIR/historylog
|
| /netbsd/src/external/gpl2/xcvs/dist/ |
| D | NEWS | 38 TmpDir, HistoryLogPath, HistorySearchPath, MinCompressionLevel, &
|
| /netbsd/src/external/gpl2/xcvs/dist/doc/ |
| D | cvs.texinfo | 10511 the @samp{HistoryLogPath} option must be writable by all users who may run 14743 This file name may be changed with the @samp{HistoryLogPath} and 14960 @cindex HistoryLogPath, in CVSROOT/config 14971 @item HistoryLogPath=@var{path} 14979 HistoryLogPath=$CVSROOT/CVSROOT/history/%Y-%m-%d
|
| D | ChangeLog | 157 HistoryLogPath and HistorySearchPath config options.
|