Junio C Hamano
4e8115fff1
merge: allow "-" as a short-hand for "previous branch"
...
Just like "git checkout -" is a short-hand for "git checkout @{-1}" to
conveniently switch back to the previous branch, "git merge -" is a
short-hand for "git merge @{-1}" to conveniently merge the previous branch.
It will allow me to say:
$ git checkout -b au/topic
$ git am -s ./+au-topic.mbox
$ git checkout pu
$ git merge -
which is an extremely typical and repetitive operation during my git day.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2011-04-07 15:57:57 -07:00
..
2011-04-01 17:55:55 -07:00
2011-03-15 14:22:02 -07:00
2011-03-09 23:52:57 -08:00
2011-03-16 12:49:02 -07:00
2011-04-01 17:55:55 -07:00
2011-03-09 23:52:57 -08:00
2010-09-29 16:53:25 -07:00
2010-08-06 10:01:45 -07:00
2010-12-12 21:49:50 -08:00
2011-04-01 17:55:55 -07:00
2011-03-09 23:52:57 -08:00
2011-04-01 17:57:37 -07:00
2010-10-21 17:16:10 -07:00
2011-04-01 17:55:55 -07:00
2011-03-15 12:23:30 -07:00
2010-11-15 09:56:51 -08:00
2011-04-01 17:55:55 -07:00
2011-02-03 12:28:15 -08:00
2010-08-09 09:11:44 -07:00
2010-08-09 09:11:44 -07:00
2011-04-01 17:55:55 -07:00
2011-02-27 21:58:30 -08:00
2011-03-29 14:09:08 -07:00
2011-04-04 15:02:01 -07:00
2011-03-22 10:16:54 -07:00
2010-08-26 16:42:25 -07:00
2011-03-22 11:43:27 -07:00
2011-03-09 23:52:57 -08:00
2011-04-03 10:14:53 -07:00
2011-03-22 10:16:54 -07:00
2010-07-25 23:14:18 -07:00
2011-04-03 10:14:53 -07:00
2011-04-01 17:57:37 -07:00
2011-04-01 17:55:55 -07:00
2010-12-12 21:49:50 -08:00
2011-03-02 12:26:53 -08:00
2010-10-08 12:29:52 -07:00
2010-11-04 13:53:34 -07:00
2010-10-08 12:31:07 -07:00
2010-08-18 14:02:03 -07:00
2010-11-24 15:55:19 -08:00
2011-03-22 10:16:54 -07:00
2011-03-22 10:16:54 -07:00
2011-03-22 10:16:54 -07:00
2011-04-07 15:57:57 -07:00
2011-03-23 14:55:46 -07:00
2011-03-09 23:52:56 -08:00
2010-08-29 22:42:49 -07:00
2011-04-01 17:55:55 -07:00
2010-12-10 12:58:06 -08:00
2011-03-22 10:16:54 -07:00
2011-03-22 10:16:54 -07:00
2011-03-22 10:16:54 -07:00
2010-11-15 09:57:37 -08:00
2011-04-01 17:55:55 -07:00
2011-02-15 11:53:10 -08:00
2011-04-03 10:14:53 -07:00
2011-03-22 11:43:27 -07:00
2011-03-22 10:16:54 -07:00
2011-04-06 10:38:14 -07:00
2011-03-02 12:26:18 -08:00
2011-04-01 17:55:55 -07:00
2011-03-23 10:16:44 -07:00
2011-03-23 10:16:44 -07:00
2011-04-01 17:55:55 -07:00
2011-03-09 23:52:56 -08:00
2011-03-22 10:16:54 -07:00
2011-03-09 23:52:58 -08:00
2010-11-29 14:01:52 -08:00
2010-11-15 10:04:56 -08:00
2010-11-15 10:04:56 -08:00
2011-04-01 17:55:55 -07:00
2011-03-22 10:16:54 -07:00
2010-10-06 11:10:07 -07:00
2011-02-03 14:08:30 -08:00
2010-11-15 10:04:43 -08:00
2011-03-22 10:16:54 -07:00
2010-12-08 11:24:13 -08:00