A
A
Alexander Knyazev2017-02-08 15:58:37
git
Alexander Knyazev, 2017-02-08 15:58:37

How can I set the output line limit using git log -p?

The git log -p command displays changes in commits. If there are many changes, a part is printed, the rest is displayed line by line by pressing Enter. How to display everything at once, or set a line limit for one commit (since there is a commit with a database of 25,000 lines, and I want to see those commits below it)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
jcmvbkbc, 2017-02-08
@alexandrknyazev13071995

How to withdraw everything at once

git --no-pager log
you can press '/' (a search bar will open) and search for the word 'commit'.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question