git/builtin
Junio C Hamano 266ec51bf1 Merge branch 'lo/mv-missing-dest-dir-check' into jch
'git mv' has been updated to check for a missing destination
leading directory during the checking phase, allowing 'git mv -n'
to report the failure.  The error message when the rename(2)
syscall fails has also been improved to name both the source and
the destination.

* lo/mv-missing-dest-dir-check:
  mv: check for missing destination directory before renaming
  mv: name both source and destination when rename fails
2026-07-24 16:11:59 -07:00
..
add.c odb/transaction: introduce ODB transaction flags 2026-07-10 13:21:53 -07:00
am.c
annotate.c
apply.c
archive.c
backfill.c
bisect.c Merge branch 'js/coverity-unchecked-returns-fix' into jch 2026-07-24 16:11:59 -07:00
blame.c Merge branch 'bc/parse-options-exit-0-on-help' 2026-07-19 10:42:16 -07:00
branch.c Merge branch 'hn/branch-delete-merged' into jch 2026-07-24 14:40:41 -07:00
bugreport.c
bundle.c
cat-file.c Merge branch 'ps/cat-file-remote-object-info' into jch 2026-07-24 14:40:40 -07:00
check-attr.c
check-ignore.c
check-mailmap.c
check-ref-format.c refs: remove remaining uses of `the_repository` 2026-07-16 07:40:22 -07:00
checkout--worker.c
checkout-index.c
checkout.c refs: remove remaining uses of `the_repository` 2026-07-16 07:40:22 -07:00
clean.c
clone.c Merge branch 'af/clone-revision-v0-segfault-fix' into jch 2026-07-24 14:40:41 -07:00
column.c
commit-graph.c
commit-tree.c
commit.c
config.c Merge branch 'js/coverity-unchecked-returns-fix' into jch 2026-07-24 16:11:59 -07:00
count-objects.c
credential-cache--daemon.c
credential-cache.c
credential-store.c
credential.c
describe.c Merge branch 'kk/prio-queue-get-put-fusion' 2026-07-13 08:27:27 -07:00
diagnose.c
diff-files.c
diff-index.c
diff-pairs.c
diff-tree.c
diff.c diff: handle NULL return from repo_get_commit_tree() 2026-07-10 08:13:54 -07:00
difftool.c Merge branch 'rs/tempfile-wo-the-repository' into jch 2026-07-24 14:40:37 -07:00
fast-export.c Merge branch 'ps/refspec-wo-the-repository' into jch 2026-07-24 14:40:36 -07:00
fast-import.c Merge branch 'jk/hash-algo-leak-fixes' 2026-07-16 23:05:47 -07:00
fetch-pack.c
fetch.c Merge branch 'ps/refspec-wo-the-repository' into jch 2026-07-24 14:40:36 -07:00
fmt-merge-msg.c
for-each-ref.c
for-each-repo.c
fsck.c worktree: pass repository to public functions 2026-07-16 07:40:22 -07:00
fsmonitor--daemon.c fsmonitor: plug token-data leak on early daemon-startup failures 2026-07-05 09:12:10 -07:00
gc.c Merge branch 'ps/odb-pluggable-housekeeping' into jch 2026-07-24 16:11:58 -07:00
get-tar-commit-id.c
grep.c Merge branch 'ps/odb-generalize-prepare' 2026-07-13 08:27:28 -07:00
hash-object.c
help.c
history.c Merge branch 'hn/history-squash' into jch 2026-07-24 14:40:38 -07:00
hook.c
index-pack.c Merge branch 'jk/git-hash-cleanups' 2026-07-16 23:05:48 -07:00
init-db.c setup: pass worktree to `init_db()` 2026-07-07 10:49:41 -07:00
interpret-trailers.c
last-modified.c last-modified: handle repo_parse_commit() failures 2026-07-14 18:02:01 -07:00
log.c Merge branch 'jk/format-patch-leakfix' 2026-07-13 08:27:27 -07:00
ls-files.c Merge branch 'js/objects-larger-than-4gb-on-windows-more' 2026-06-21 16:41:38 -07:00
ls-remote.c
ls-tree.c
mailinfo.c
mailsplit.c mailsplit: move NULL check before first use of file handle 2026-07-10 08:13:54 -07:00
merge-base.c
merge-file.c
merge-index.c
merge-ours.c
merge-recursive.c
merge-tree.c
merge.c refs: remove remaining uses of `the_repository` 2026-07-16 07:40:22 -07:00
mktag.c
mktree.c
multi-pack-index.c midx: refactor interfaces to work on "packed" source 2026-06-17 05:00:01 -07:00
mv.c Merge branch 'lo/mv-missing-dest-dir-check' into jch 2026-07-24 16:11:59 -07:00
name-rev.c
notes.c worktree: pass repository to public functions 2026-07-16 07:40:22 -07:00
pack-objects.c Merge branch 'ps/odb-move-loose-object-writing' into jch 2026-07-24 14:40:42 -07:00
pack-redundant.c
pack-refs.c
patch-id.c hash: use git_hash_init() consistently 2026-07-07 21:56:00 -07:00
prune-packed.c
prune.c
pull.c refspec: let callers pass in hash algorithm when parsing items 2026-07-16 13:58:25 -07:00
push.c Merge branch 'ty/migrate-excludes-file' into jch 2026-07-24 14:40:39 -07:00
range-diff.c
read-tree.c
rebase.c reset: introduce ability to skip updating HEAD 2026-07-03 10:32:33 -07:00
receive-pack.c Merge branch 'ps/refs-wo-the-repository' into jch 2026-07-24 14:40:35 -07:00
reflog.c worktree: pass repository to public functions 2026-07-16 07:40:22 -07:00
refs.c worktree: pass repository to public functions 2026-07-16 07:40:22 -07:00
remote-ext.c
remote-fd.c
remote.c
repack.c Merge branch 'ps/odb-source-packed' 2026-07-06 15:50:21 -07:00
replace.c
replay.c replay: offer an option to linearize the commit topology 2026-07-07 13:31:40 -07:00
repo.c setup: move prefix into repository 2026-07-07 10:49:40 -07:00
rerere.c
reset.c
rev-list.c pack-bitmap: allow aborting iteration of bitmapped objects 2026-07-15 07:19:16 -07:00
rev-parse.c setup: move prefix into repository 2026-07-07 10:49:40 -07:00
revert.c
rm.c
send-pack.c refspec: stop depending on `the_repository` 2026-07-16 13:58:25 -07:00
shortlog.c parse-options: exit 0 on -h 2026-07-07 17:48:57 -07:00
show-branch.c
show-index.c
show-ref.c
sparse-checkout.c use repo_hold_lock_file_for_update{,_mode,_timeout}() with custom repos 2026-07-14 12:54:25 -07:00
stash.c stash: avoid sparse-index expansion for in-cone paths 2026-07-21 10:33:25 -07:00
stripspace.c
submodule--helper.c Merge branch 'ps/refspec-wo-the-repository' into jch 2026-07-24 14:40:36 -07:00
symbolic-ref.c
tag.c
unpack-file.c
unpack-objects.c Merge branch 'jt/receive-pack-use-odb-transactions' 2026-07-22 10:30:53 -07:00
update-index.c Merge branch 'ty/migrate-trust-executable-bit' into jch 2026-07-24 14:40:38 -07:00
update-ref.c
update-server-info.c
upload-archive.c
upload-pack.c
url-parse.c
var.c
verify-commit.c
verify-pack.c
verify-tag.c
worktree.c Merge branch 'ps/copy-wo-the-repository' into jch 2026-07-24 14:40:36 -07:00
write-tree.c