diff options
| author | Junio C Hamano <gitster@pobox.com> | 2026-04-03 13:01:08 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-04-03 13:01:08 -0700 |
| commit | 4e5821732e684f21a35288d8e67f453ca2595083 (patch) | |
| tree | 680cbb335f062837d79e0a92dad3af95c132f5d1 /Documentation/git-backfill.adoc | |
| parent | cd79c76a51f776bf46a849db04ce2cc45c5c5d6d (diff) | |
| parent | 46d1f4cf4dcb8aaf799f78410af829e149086f36 (diff) | |
| download | git-4e5821732e684f21a35288d8e67f453ca2595083.tar.xz | |
Merge branch 'ds/backfill-revs'
`git backfill` learned to accept revision and pathspec arguments.
* ds/backfill-revs:
t5620: test backfill's unknown argument handling
path-walk: support wildcard pathspecs for blob filtering
backfill: work with prefix pathspecs
backfill: accept revision arguments
t5620: prepare branched repo for revision tests
revision: include object-name.h
Diffstat (limited to 'Documentation/git-backfill.adoc')
| -rw-r--r-- | Documentation/git-backfill.adoc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/git-backfill.adoc b/Documentation/git-backfill.adoc index b8394dcf22..246ab417c2 100644 --- a/Documentation/git-backfill.adoc +++ b/Documentation/git-backfill.adoc @@ -63,9 +63,12 @@ OPTIONS current sparse-checkout. If the sparse-checkout feature is enabled, then `--sparse` is assumed and can be disabled with `--no-sparse`. +You may also specify the commit limiting options from linkgit:git-rev-list[1]. + SEE ALSO -------- -linkgit:git-clone[1]. +linkgit:git-clone[1], +linkgit:git-rev-list[1] GIT --- |
