Files
git/Documentation
Jonathan Nieder 130ab8ab9c Eliminate “Finished cherry-pick/revert” message
When cherry-pick was written (v0.99.6~63, 2005-08-27), “git commit”
was quiet, and the output from cherry-pick provided useful information
about the progress of a rebase.

Now next to the output from “git commit”, the cherry-pick notification
is so much noise (except for the name of the picked commit).

 $ git cherry-pick ..topic
 Finished cherry-pick of 499088b.
 [detached HEAD 17e1ff2] Move glob module to libdpkg
  Author: Guillem Jover <guillem@debian.org>
  8 files changed, 12 insertions(+), 9 deletions(-)
  rename {src => lib/dpkg}/glob.c (98%)
  rename {src => lib/dpkg}/glob.h (93%)
 Finished cherry-pick of ae947e1.
 [detached HEAD 058caa3] libdpkg: Add missing symbols to Versions script
  Author: Guillem Jover <guillem@debian.org>
  1 files changed, 2 insertions(+), 0 deletions(-)
 $

The noise is especially troublesome when sifting through the output of
a rebase or multiple cherry-pick that eventually failed.

With the commit subject, it is already not hard to figure out where
the commit came from.  So drop the “Finished” message.

Cc: Christian Couder <chriscool@tuxfamily.org>
Cc: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2010-08-15 19:12:00 -07:00
..
2010-07-11 23:47:29 -07:00
2010-07-15 12:04:32 -07:00
2010-03-10 15:32:34 -08:00
2010-04-17 12:40:45 -07:00
2010-07-11 23:47:29 -07:00
2010-03-21 17:03:57 -07:00
2010-06-07 15:46:01 -07:00
2010-06-21 06:02:49 -07:00
2010-04-09 21:23:10 -07:00
2010-07-05 11:56:53 -07:00
2010-06-30 11:55:38 -07:00
2010-07-15 12:07:56 -07:00
2010-06-13 11:22:39 -07:00
2010-02-24 08:35:45 -08:00
2010-02-23 12:05:18 -08:00
2010-02-14 18:23:16 -08:00
2010-06-21 06:02:49 -07:00
2010-07-05 13:39:02 -07:00
2010-07-05 13:39:02 -07:00
2010-04-13 18:21:29 -07:00
2010-02-28 11:41:24 -08:00
2010-03-07 11:07:51 -08:00
2010-03-21 17:01:22 -07:00
2010-03-31 15:12:08 -07:00
2010-04-11 13:42:33 -07:00
2010-04-22 23:04:21 -07:00
2010-02-12 15:45:05 -08:00
2010-06-29 09:59:56 -07:00
2010-04-23 18:27:17 -07:00
2010-07-14 09:42:24 -07:00