Lines Matching full:log
165 self.log = self.pair[0].log
180 self.log = []
202 self.log = self.all_.copy()
215 for tag in self.log:
232 return bool(self.log)
256 for tag in reversed(self.log):
304 self._dump_tags(self.log, f=f, truncate=truncate)
341 elif args.log:
361 parser.add_argument('-l', '--log', action='store_true',
362 help="Show tags in log.")
364 help="Show all tags in log, included tags in corrupted commits.")