Home
last modified time | relevance | path

Searched refs:revs (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/llvm/llvm/utils/git/
Dpre-push.py163 revs = get_revs_to_push(range)
164 if not revs:
170 for sha in revs:
173 if len(revs) > 1:
174 if not ask_confirm('Are you sure you want to push %d commits?' % len(revs)):
178 for sha in revs:
186 if len(revs) == 1:
/openbsd/src/gnu/usr.bin/binutils/include/
Dos9k.h89 #define mkattrevs(attr, revs) (((attr) << 8) | (revs)) argument
/openbsd/src/gnu/usr.bin/binutils-2.17/include/
Dos9k.h89 #define mkattrevs(attr, revs) (((attr) << 8) | (revs)) argument
/openbsd/src/gnu/usr.bin/cvs/src/
Dhistory.c701 history_write (type, update_dir, revs, name, repository) in history_write() argument
704 char *revs;
865 if (!revs)
866 revs = "";
868 + strlen (revs) + strlen (name) + 100);
871 username, workdir, repos, revs, name);
Dcvs.h653 void history_write PROTO((int type, char *update_dir, char *revs, char *name,
DChangeLog4348 ... and removed obsolete code from earlier revs.
/openbsd/src/gnu/llvm/llvm/docs/Proposals/
DVariableNames.rst246 A ``.git-blame-ignore-revs`` file identifying the variable renaming commits
/openbsd/src/gnu/llvm/libcxx/include/
D__config46 // Valid C++ identifier that revs with every libc++ version. This can be used to
/openbsd/src/gnu/usr.bin/cvs/
DTODO110 until all symbolic revs are exhausted. This would allow one to, say,
/openbsd/src/gnu/usr.bin/cvs/doc/
Dcvs.texinfo10825 @item -r@var{revs}
10826 Only list revisions @var{revs}. See @ref{log options}.