Difference between revisions of "Git rev-list"
Jump to navigation
Jump to search
(Created page with "{{lc}} {{git rev-list}}") Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | |||
+ | <pre> | ||
+ | usage: git rev-list [<options>] <commit-id>... [-- <path>...] | ||
+ | limiting output: | ||
+ | --max-count=<n> | ||
+ | --max-age=<epoch> | ||
+ | --min-age=<epoch> | ||
+ | --sparse | ||
+ | --no-merges | ||
+ | --min-parents=<n> | ||
+ | --no-min-parents | ||
+ | --max-parents=<n> | ||
+ | --no-max-parents | ||
+ | --remove-empty | ||
+ | --all | ||
+ | --branches | ||
+ | --tags | ||
+ | --remotes | ||
+ | --stdin | ||
+ | --quiet | ||
+ | ordering output: | ||
+ | --topo-order | ||
+ | --date-order | ||
+ | --reverse | ||
+ | formatting output: | ||
+ | --parents | ||
+ | --children | ||
+ | --objects | --objects-edge | ||
+ | --unpacked | ||
+ | --header | --pretty | ||
+ | --[no-]object-names | ||
+ | --abbrev=<n> | --no-abbrev | ||
+ | --abbrev-commit | ||
+ | --left-right | ||
+ | --count | ||
+ | special purpose: | ||
+ | --bisect | ||
+ | --bisect-vars | ||
+ | --bisect-all | ||
+ | </pre> | ||
Revision as of 13:27, 15 March 2023
usage: git rev-list [<options>] <commit-id>... [-- <path>...] limiting output: --max-count=<n> --max-age=<epoch> --min-age=<epoch> --sparse --no-merges --min-parents=<n> --no-min-parents --max-parents=<n> --no-max-parents --remove-empty --all --branches --tags --remotes --stdin --quiet ordering output: --topo-order --date-order --reverse formatting output: --parents --children --objects | --objects-edge --unpacked --header | --pretty --[no-]object-names --abbrev=<n> | --no-abbrev --abbrev-commit --left-right --count special purpose: --bisect --bisect-vars --bisect-all
Advertising: