From 0e45d84845b6410e4657effe8eae2950b93fd75f Mon Sep 17 00:00:00 2001 From: Namhyung Kim Date: Tue, 13 Dec 2011 22:52:03 +0900 Subject: [PATCH] --- yaml --- r: 277342 b: refs/heads/master c: 5f9273d64a5ccbd3c2b4446cc8b71123ed5d6366 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/tools/perf/util/config.c | 5 ++++- trunk/tools/perf/util/usage.c | 5 ++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 5c61b6428035..e9685ef9911c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0161d82e9b740caa90f508138d1ae1b9d981b6d3 +refs/heads/master: 5f9273d64a5ccbd3c2b4446cc8b71123ed5d6366 diff --git a/trunk/tools/perf/util/config.c b/trunk/tools/perf/util/config.c index 80d9598db31a..0deac6a14b65 100644 --- a/trunk/tools/perf/util/config.c +++ b/trunk/tools/perf/util/config.c @@ -1,5 +1,8 @@ /* - * GIT - The information manager from hell + * config.c + * + * Helper functions for parsing config items. + * Originally copied from GIT source. * * Copyright (C) Linus Torvalds, 2005 * Copyright (C) Johannes Schindelin, 2005 diff --git a/trunk/tools/perf/util/usage.c b/trunk/tools/perf/util/usage.c index e16bf9a707e8..d76d1c0ff98f 100644 --- a/trunk/tools/perf/util/usage.c +++ b/trunk/tools/perf/util/usage.c @@ -1,5 +1,8 @@ /* - * GIT - The information manager from hell + * usage.c + * + * Various reporting routines. + * Originally copied from GIT source. * * Copyright (C) Linus Torvalds, 2005 */