chiark / gitweb /
stgit.el: Improve how "t h" mode finds old commits
authorGustav Hållberg <gustav@gmail.com>
Wed, 12 May 2010 18:27:09 +0000 (20:27 +0200)
committerGustav Hållberg <gustav@gmail.com>
Thu, 10 Jun 2010 07:25:36 +0000 (09:25 +0200)
commit2c2b8ec2bf8797b55e3494c273b9a6ff13ff520d
treec0878f02b885a5b3d1b0e1005d951620072fbdcc
parent006cd3e580ae0871ffcf435d724f58535dfa1b48
stgit.el: Improve how "t h" mode finds old commits

Use 'git log -<N>' to list historical commits. This avoids showing
more than stgit-committed-count patches (for merges) and does not
cause an error when running out of history.

Signed-off-by: Gustav Hållberg <gustav@gmail.com>
Signed-off-by: David Kågedal <davidk@lysator.liu.se>
contrib/stgit.el