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
..
2009-10-01 08:21:35 -04:00
2010-07-11 23:47:29 -07:00
2010-07-15 12:04:32 -07:00
2009-04-06 00:27:09 -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
2009-05-03 15:29:31 -07:00
2009-04-02 12:34:16 -07:00
2009-04-12 15:57:58 -07:00
2009-04-19 17:34:26 -07:00
2009-05-03 16:54:14 -07:00
2009-05-12 22:30:29 -07:00
2009-06-03 22:47:48 -07:00
2009-06-21 21:15:50 -07:00
2009-07-28 23:59:30 -07:00
2009-05-06 18:16:40 -07:00
2009-08-21 20:16:10 -07:00
2009-08-29 14:31:01 -07:00
2009-09-13 01:28:13 -07:00
2009-09-16 14:53:26 -07:00
2009-07-29 00:32:42 -07:00
2009-10-16 23:57:19 -07:00
2009-10-25 18:37:56 -07:00
2009-11-16 00:05:12 -08:00
2009-12-02 10:29:00 -08:00
2009-12-05 11:08:35 -08:00
2009-12-10 15:42:30 -08:00
2009-12-16 12:45:25 -08:00
2010-01-20 12:44:59 -08:00
2009-10-10 00:05:19 -07:00
2010-01-20 13:29:21 -08:00
2009-12-23 12:23:11 -08: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