diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-04-24 23:40:20 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-04-24 23:40:20 +0200 |
commit | 419f2ecf7894726773f7ea5620741ce8ec60e553 (patch) | |
tree | d09b87885f64fa960dcb2cbb155da8354190f399 /.gitignore | |
parent | git-svn: drop redundant blocking of SIGPIPE (diff) | |
parent | push: teach --recurse-submodules the on-demand option (diff) | |
download | git-419f2ecf7894726773f7ea5620741ce8ec60e553.tar.xz git-419f2ecf7894726773f7ea5620741ce8ec60e553.zip |
Merge branch 'hv/submodule-recurse-push'
"git push --recurse-submodules" learns to optionally look into the
histories of submodules bound to the superproject and push them out.
By Heiko Voigt
* hv/submodule-recurse-push:
push: teach --recurse-submodules the on-demand option
Refactor submodule push check to use string list instead of integer
Teach revision walking machinery to walk multiple times sequencially
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 83a5c9df1b..1dbeb668db 100644 --- a/.gitignore +++ b/.gitignore @@ -185,6 +185,7 @@ /test-mktemp /test-parse-options /test-path-utils +/test-revision-walking /test-run-command /test-sha1 /test-sigchain |