Searched refs:since_date (Results 1 – 3 of 3) sorted by relevance
260 static char * since_date; variable476 since_date = Make_Date (optarg); in history()479 if (since_date || *since_rev || *since_tag) in history()483 if (since_date != NULL) in history()484 free (since_date); in history()485 since_date = NULL; in history()503 if (since_date || *since_tag || *backto) in history()507 if (since_date != NULL) in history()508 free (since_date); in history()509 since_date = NULL; in history()[all …]
13180 * history.c (history, select_hrec): Change since_date from time_t
193 my $since_date;202 'since=s' => \$since_date,210 defined $since_date211 and unshift @ARGV, "--since=$since_date";