git/builtin
Junio C Hamano 9c246d1969 Merge branch 'ar/receive-pack-worktree-env' into next
The GIT_WORK_TREE variable prepared to invoke the push-to-checkout
hook was leaking into the environment even when there was no hook
used and broke the default push-to-deploy (i.e., let "git checkout"
update the working tree only when the working tree is clean).

* ar/receive-pack-worktree-env:
  receive-pack: fix updateInstead with core.worktree
2026-05-27 14:16:50 +09:00
..
add.c odb: split `struct odb_transaction` into separate header 2026-05-15 04:44:39 +09:00
am.c hook: mark non-parallelizable hooks 2026-04-10 07:58:53 -07:00
annotate.c
apply.c
archive.c connect: use "service" enum for "name" argument 2026-05-19 15:05:46 +09:00
backfill.c path-walk: add pl_sparse_trees to control tree pruning 2026-05-24 18:41:06 +09:00
bisect.c bisect: print bisect terms in single quotes 2026-05-14 19:56:34 +09:00
blame.c setup: stop using `the_repository` in `prefix_path()` 2026-05-19 19:36:24 +09:00
branch.c
bugreport.c
bundle.c
cat-file.c Merge branch 'sa/cat-file-batch-mailmap-switch' into next 2026-05-22 09:12:11 +09:00
check-attr.c setup: stop using `the_repository` in `setup_work_tree()` 2026-05-19 19:36:24 +09:00
check-ignore.c
check-mailmap.c
check-ref-format.c setup: stop using `the_repository` in `setup_git_directory_gently()` 2026-05-19 19:36:24 +09:00
checkout--worker.c
checkout-index.c setup: stop using `the_repository` in `prefix_path()` 2026-05-19 19:36:24 +09:00
checkout.c setup: stop using `the_repository` in `verify_non_filename()` 2026-05-19 19:36:24 +09:00
clean.c
clone.c setup: stop using `the_repository` in `init_db()` 2026-05-19 19:36:25 +09:00
column.c
commit-graph.c
commit-tree.c
commit.c sequencer: teach autostash apply to take optional conflict marker labels 2026-04-29 21:46:03 +09:00
config.c
count-objects.c
credential-cache--daemon.c
credential-cache.c
credential-store.c
credential.c
describe.c setup: stop using `the_repository` in `setup_work_tree()` 2026-05-19 19:36:24 +09:00
diagnose.c
diff-files.c
diff-index.c setup: stop using `the_repository` in `setup_work_tree()` 2026-05-19 19:36:24 +09:00
diff-pairs.c
diff-tree.c
diff.c setup: stop using `the_repository` in `setup_git_directory_gently()` 2026-05-19 19:36:24 +09:00
difftool.c setup: stop using `the_repository` in `setup_work_tree()` 2026-05-19 19:36:24 +09:00
fast-export.c
fast-import.c Merge branch 'jt/fast-import-signed-modes' 2026-04-07 14:59:27 -07:00
fetch-pack.c connect: use "service" enum for "name" argument 2026-05-19 15:05:46 +09:00
fetch.c Merge branch 'ds/fetch-negotiation-options' into next 2026-05-21 13:39:23 +09:00
fmt-merge-msg.c
for-each-ref.c
for-each-repo.c
fsck.c Merge branch 'ps/odb-cleanup' 2026-04-08 10:19:17 -07:00
fsmonitor--daemon.c fsmonitor: convert shown khash to strset in do_handle_client 2026-04-15 08:44:34 -07:00
gc.c maintenance(geometric): do release the `.idx` files before repacking 2026-05-08 09:53:12 +09:00
get-tar-commit-id.c
grep.c Merge branch 'ps/setup-wo-the-repository' into next 2026-05-21 13:39:25 +09:00
hash-object.c setup: stop using `the_repository` in `setup_git_directory()` 2026-05-19 19:36:25 +09:00
help.c setup: stop using `the_repository` in `setup_git_directory_gently()` 2026-05-19 19:36:24 +09:00
history.c builtin/history: introduce "fixup" subcommand 2026-04-27 22:20:57 +09:00
hook.c hook: allow hook.jobs=-1 to use all available CPU cores 2026-04-10 07:58:55 -07:00
index-pack.c Merge branch 'sb/unpack-index-pack-buffer-resize' into next 2026-05-13 12:21:28 +09:00
init-db.c setup: stop using `the_repository` in `init_db()` 2026-05-19 19:36:25 +09:00
interpret-trailers.c
last-modified.c
log.c builtin/log: prefetch necessary blobs for `git cherry` 2026-05-15 04:24:54 +09:00
ls-files.c setup: stop using `the_repository` in `setup_work_tree()` 2026-05-19 19:36:24 +09:00
ls-remote.c
ls-tree.c
mailinfo.c
mailsplit.c
merge-base.c commit-reach: early exit paint_down_to_common for single merge-base 2026-05-12 09:33:43 +09:00
merge-file.c setup: stop using `the_repository` in `setup_git_directory()` 2026-05-19 19:36:25 +09:00
merge-index.c
merge-ours.c
merge-recursive.c
merge-tree.c
merge.c Merge branch 'kk/merge-octopus-optim' into next 2026-05-20 10:32:35 +09:00
mktag.c
mktree.c
multi-pack-index.c midx: support custom `--base` for incremental MIDX writes 2026-05-20 11:31:13 +09:00
mv.c setup: stop using `the_repository` in `prefix_path()` 2026-05-19 19:36:24 +09:00
name-rev.c Merge branch 'kh/name-rev-custom-format' into next 2026-05-12 11:07:48 +09:00
notes.c
pack-objects.c Merge branch 'ds/path-walk-filters' into next 2026-05-25 09:41:09 +09:00
pack-redundant.c
pack-refs.c
patch-id.c
prune-packed.c
prune.c
pull.c fetch: add --negotiation-include option for negotiation 2026-05-20 11:33:24 +09:00
push.c
range-diff.c
read-tree.c setup: stop using `the_repository` in `setup_work_tree()` 2026-05-19 19:36:24 +09:00
rebase.c
receive-pack.c Merge branch 'ar/receive-pack-worktree-env' into next 2026-05-27 14:16:50 +09:00
reflog.c
refs.c
remote-ext.c
remote-fd.c
remote.c
repack.c repack: allow `--write-midx=incremental` without `--geometric` 2026-05-20 11:31:14 +09:00
replace.c
replay.c
repo.c
rerere.c
reset.c setup: stop using `the_repository` in `setup_work_tree()` 2026-05-19 19:36:24 +09:00
rev-list.c rev-list: use reduce_heads() for --maximal-only 2026-04-06 12:02:30 -07:00
rev-parse.c Merge branch 'jr/bisect-custom-terms-in-output' into next 2026-05-22 09:12:09 +09:00
revert.c
rm.c setup: stop using `the_repository` in `setup_work_tree()` 2026-05-19 19:36:24 +09:00
send-pack.c connect: use "service" enum for "name" argument 2026-05-19 15:05:46 +09:00
shortlog.c
show-branch.c
show-index.c
show-ref.c
sparse-checkout.c setup: stop using `the_repository` in `setup_work_tree()` 2026-05-19 19:36:24 +09:00
stash.c stash: add --label-ours, --label-theirs, --label-base for apply 2026-04-29 21:46:02 +09:00
stripspace.c setup: stop using `the_repository` in `setup_git_directory_gently()` 2026-05-19 19:36:24 +09:00
submodule--helper.c setup: stop using `the_repository` in `setup_work_tree()` 2026-05-19 19:36:24 +09:00
symbolic-ref.c
tag.c
unpack-file.c
unpack-objects.c Merge branch 'jt/odb-transaction-write' into next 2026-05-21 13:39:24 +09:00
update-index.c Merge branch 'ps/setup-wo-the-repository' into next 2026-05-21 13:39:25 +09:00
update-ref.c update-ref: handle rejections while adding updates 2026-05-05 16:34:08 +09:00
update-server-info.c
upload-archive.c setup: stop using `the_repository` in `enter_repo()` 2026-05-19 19:36:24 +09:00
upload-pack.c setup: stop using `the_repository` in `enter_repo()` 2026-05-19 19:36:24 +09:00
url-parse.c builtin: create url-parse command 2026-05-06 09:48:28 +09:00
var.c
verify-commit.c
verify-pack.c
verify-tag.c
worktree.c hook: mark non-parallelizable hooks 2026-04-10 07:58:53 -07:00
write-tree.c