blob: e1d1298c5df418349a175930c16dd884d0221bd0 [file] [log] [blame]
r.c.ladan@gmail.comec238db2014-06-02 20:39:42 +00001#!/usr/bin/env bash
iannucci@chromium.orgaa74cf62013-11-19 20:00:49 +00002# Copyright 2013 The Chromium Authors. All rights reserved.
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
iannucci@chromium.orgf52a6052014-03-11 05:10:01 +00006# git_number.py - a git-command for calculating and displaying the generation
iannucci@chromium.orgaa74cf62013-11-19 20:00:49 +00007# number of a commit.
8
iannucci@chromium.orgf52a6052014-03-11 05:10:01 +00009. $(type -P python_git_runner.sh)