Files
git/Documentation
Johannes Schindelin 478288442e Merge branch 'phase-out-reset-stdin'
This topic branch re-adds the deprecated --stdin/-z options to `git
reset`. Those patches were overridden by a different set of options in
the upstream Git project before we could propose `--stdin`.

We offered this in MinGit to applications that wanted a safer way to
pass lots of pathspecs to Git, and these applications will need to be
adjusted.

Instead of `--stdin`, `--pathspec-from-file=-` should be used, and
instead of `-z`, `--pathspec-file-nul`.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2026-02-02 23:31:37 +00:00
..
2026-02-01 18:07:39 -08:00
2025-12-14 17:04:37 +09:00
2025-12-05 14:49:56 +09:00
2025-12-16 09:42:44 +09:00