summaryrefslogtreecommitdiff
path: root/Documentation/rev-list-options.txt
AgeCommit message (Expand)Author
2024-03-25Merge branch 'ja/doc-formatting-fix'Junio C Hamano
2024-03-16doc: fix some placeholders formatingJean-Noël Avila
2024-03-07Merge branch 'ml/log-merge-with-cherry-pick-and-other-pseudo-heads'Junio C Hamano
2024-02-28revision: implement `git log --merge` also for rebase/cherry-pick/revertMichael Lohmann
2024-02-14rev-list: allow missing tips with --missing=[print|allow*]Christian Couder
2024-01-26Merge branch 'ne/doc-filter-blob-limit-fix'Junio C Hamano
2024-01-16rev-list-options: fix off-by-one in '--filter=blob:limit=<n>' explainerNikolay Edigaryev
2023-10-09documentation: add missing articleElijah Newren
2023-09-25revision: make pseudo-opt flags read via stdin behave consistentlyPatrick Steinhardt
2023-08-16rev-list-options: fix typo in `--stdin` documentationMartin Ågren
2023-06-15revision: handle pseudo-opts in `--stdin` modePatrick Steinhardt
2023-04-04Merge branch 'jk/document-rev-list-object-name'Junio C Hamano
2023-03-28docs: document caveats of rev-list's object-name outputJeff King
2023-02-27fetch: support hideRefs to speed up connectivity checksEric Wong
2023-02-16rev-list: clarify git-log default date formatJunio C Hamano
2022-11-17revision: add new parameter to exclude hidden refsPatrick Steinhardt
2022-08-29Merge branch 'en/ancestry-path-in-a-range'Junio C Hamano
2022-08-19revision: allow --ancestry-path to take an argumentElijah Newren
2022-08-19rev-list-options.txt: fix simple typoElijah Newren
2022-08-11rev-list: support human-readable output for `--disk-usage`Li Linchao
2022-04-23log: "--since-as-filter" option is a non-terminating "--since" variantMiklos Vajna
2022-01-12git-rev-list: add --exclude-first-parent-only flagJerry Zhang
2021-12-10Merge branch 'jk/strbuf-addftime-seconds-since-epoch'Junio C Hamano
2021-11-11Revert "connected: do not sort input revisions"Junio C Hamano
2021-11-04strbuf_addftime(): handle "%s" manuallyJeff King
2021-08-09connected: do not sort input revisionsPatrick Steinhardt
2021-07-22Merge branch 'bc/rev-list-without-commit-line'Junio C Hamano
2021-07-22Merge branch 'jk/typofix'Junio C Hamano
2021-07-13doc/rev-list-options: fix duplicate word typoJeff King
2021-07-12rev-list: add option for --pretty=format without headerbrian m. carlson
2021-04-19rev-list: allow filtering of provided itemsPatrick Steinhardt
2021-04-19list-objects: implement object type filterPatrick Steinhardt
2021-02-26Merge branch 'ma/doc-markup-fix'Junio C Hamano
2021-02-17rev-list-options.txt: fix rendering of bonus paragraphMartin Ågren
2021-02-11rev-list: add --disk-usage option for calculating disk usageJeff King
2020-12-21doc/rev-list-options: document --first-parent changes merges formatSergey Organov
2020-08-18Merge branch 'jk/log-fp-implies-m'Junio C Hamano
2020-08-07rev-list: allow bisect and first-parent flagsAaron Lipman
2020-07-29doc/git-log: move "Diff Formatting" from rev-list-optionsJeff King
2020-07-29revision: add "--no-diff-merges" option to counteract "-m"Jeff King
2020-05-26rev-list-options.txt: start a list for `show-pulls`Martin Ågren
2020-04-10revision: --show-pulls adds helpful mergesDerrick Stolee
2019-12-10Merge branch 'dl/pretty-reference'Junio C Hamano
2019-12-05Merge branch 'dl/range-diff-with-notes'Junio C Hamano
2019-12-01Merge branch 'py/shortlog-list-options-for-log'Junio C Hamano
2019-11-20pretty: implement 'reference' formatDenton Liu
2019-11-20rev-list-options.txt: remove reference to --show-notesDenton Liu
2019-11-10git-shortlog.txt: include commit limiting optionsPratyush Yadav
2019-09-18Merge branch 'md/list-objects-filter-combo'Junio C Hamano
2019-07-19Merge branch 'jk/check-connected-with-alternates'Junio C Hamano