chiark / gitweb /
Add the 'log --number' option to limit the output
authorCatalin Marinas <catalin.marinas@gmail.com>
Fri, 7 Dec 2007 21:19:25 +0000 (21:19 +0000)
committerCatalin Marinas <catalin.marinas@gmail.com>
Fri, 7 Dec 2007 21:19:25 +0000 (21:19 +0000)
commit380fde1274e37412d348396acb5e0e31daf6ef91
treef841657a26176e4f56cc65ebc20a6b990b67c69d
parent1b4b00fa921c9a21e7c7086fb445f51c75bd46dd
Add the 'log --number' option to limit the output

The patch also changes the construction of the string when --patch is
supplied to avoid resource consumption (using a list and joining at
the end rather than creating a bigger and bigger string).

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
stgit/commands/log.py