Building on top of the previous patches, this allows you to say:
$ git, please nicely ls-files
to get a paginated output of ls-files.
Signed-off-by: Sloof Lirpa <redacted>
---
git.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
From: Marco Costalba <hidden> Date: 2016-06-15 22:43:02
On 4/1/07, Sloof Lirpa [off-list ref] wrote:
Building on top of the previous patches, this allows you to say:
$ git, please nicely ls-files
to get a paginated output of ls-files.
When 'talking' to a computer I would rather prefer to type as less as
possible, but I understand it's a personal taste.
Marco
P.S: What about git, c'mon gimme that f*** files!!
Please don't get hungry, just a joke ;-)
From: Shawn O. Pearce <hidden> Date: 2016-06-15 22:43:02
Marco Costalba [off-list ref] wrote:
On 4/1/07, Sloof Lirpa [off-list ref] wrote:
quoted
Building on top of the previous patches, this allows you to say:
$ git, please nicely ls-files
to get a paginated output of ls-files.
When 'talking' to a computer I would rather prefer to type as less as
possible, but I understand it's a personal taste.
I once worked with someone whose PS1 was set to:
PS1='and now I shall '
It was quite humerous to read the screenbuffer from a terminal:
and now I shall make world
...
and now I shall make clean
...
and now I shall telnet remotesystem
...
and now I shall kill 1899
;-)
--
Shawn.