diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-05-10 16:59:47 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-05-10 16:59:47 +0900 |
commit | 44ccb7629a448fd4408f4ff7206df628a31dabed (patch) | |
tree | ebe0308a9f041e57179316bc25d0fb0424dba5e8 /.gitignore | |
parent | Merge branch 'bc/hash-transition-interop-part-1' (diff) | |
parent | subtree: be stricter about validating flags (diff) | |
download | tgif-44ccb7629a448fd4408f4ff7206df628a31dabed.tar.xz |
Merge branch 'ls/subtree'
"git subtree" updates.
* ls/subtree: (30 commits)
subtree: be stricter about validating flags
subtree: push: allow specifying a local rev other than HEAD
subtree: allow 'split' flags to be passed to 'push'
subtree: allow --squash to be used with --rejoin
subtree: give the docs a once-over
subtree: have $indent actually affect indentation
subtree: don't let debug and progress output clash
subtree: add comments and sanity checks
subtree: remove duplicate check
subtree: parse revs in individual cmd_ functions
subtree: use "^{commit}" instead of "^0"
subtree: don't fuss with PATH
subtree: use "$*" instead of "$@" as appropriate
subtree: use more explicit variable names for cmdline args
subtree: use git-sh-setup's `say`
subtree: use `git merge-base --is-ancestor`
subtree: drop support for git < 1.7
subtree: more consistent error propagation
subtree: don't have loose code outside of a function
subtree: t7900: add porcelain tests for 'pull' and 'push'
...
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 96c794b1c7..311841f9be 100644 --- a/.gitignore +++ b/.gitignore @@ -163,6 +163,7 @@ /git-stripspace /git-submodule /git-submodule--helper +/git-subtree /git-svn /git-switch /git-symbolic-ref |