Git Commit Limiting: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * git log =Overview= Several git commands that list commits have a common set of options that can be used to select a subset of commi...") |
|||
Line 2: | Line 2: | ||
* [[Git_log#Commit_Limiting|git log]] | * [[Git_log#Commit_Limiting|git log]] | ||
* [[Git_rev-list#Commit_Limiting|git rev-list]] | |||
=Overview= | =Overview= | ||
Several git commands that list commits have a common set of options that can be used to select a subset of commits to be displayed. Those options are known as "commit limiting" options. | Several git commands that list commits have a common set of options that can be used to select a subset of commits to be displayed. Those options are known as "commit limiting" options. |
Revision as of 16:10, 1 May 2020
Internal
Overview
Several git commands that list commits have a common set of options that can be used to select a subset of commits to be displayed. Those options are known as "commit limiting" options.