Searched refs:tag_date (Results 1 – 2 of 2) sorted by relevance
42 static char *tag_date = NULL; variable87 tag_date = optarg; in cvs_tag()146 if (tag_date != NULL) { in cvs_tag()148 tag_date = NULL; in cvs_tag()150 tag = tag_date; in cvs_tag()153 if (tag_oldname != NULL && tag_date != NULL) in cvs_tag()183 if (tag_date != NULL) in cvs_tag()184 cvs_client_send_request("Argument -D%s", tag_date); in cvs_tag()284 else if (tag_date != NULL) in cvs_tag_check_files()285 fi->tag_old = xstrdup(tag_date); in cvs_tag_check_files()
90 my $tag_date = `git for-each-ref --format="%(taggerdate:iso8601)" refs/tags/$tag_to_compare`;91 chomp($tag_date);93 my ($Y,$M,$D,$h,$m,$s) = split /[- :]/, $tag_date; # 2023-03-20 22:49:09