blob: c311df90f2dcef8aab91af639b6f4b2f4059dc82 [file] [log] [blame]
iannucci@chromium.orgf52a6052014-03-11 05:10:01 +00001#!/bin/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)