aboutsummaryrefslogtreecommitdiffstats
path: root/notes-utils.c
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2024-04-17 11:38:18 +0200
committerJohannes Schindelin <johannes.schindelin@gmx.de>2024-04-19 12:38:42 +0200
commitf5b2af06f55c0f21ae0199be5fe120f2cccd698b (patch)
tree8a247278428ea30cef8baeb0d98e425f3fb51028 /notes-utils.c
parentMerge branch 'jk/redact-h2h3-headers-fix' into maint-2.41 (diff)
parentGit 2.40.2 (diff)
downloadgit-f5b2af06f55c0f21ae0199be5fe120f2cccd698b.tar.gz
git-f5b2af06f55c0f21ae0199be5fe120f2cccd698b.zip
Sync with 2.40.2
* maint-2.40: (39 commits) Git 2.40.2 Git 2.39.4 fsck: warn about symlink pointing inside a gitdir core.hooksPath: add some protection while cloning init.templateDir: consider this config setting protected clone: prevent hooks from running during a clone Add a helper function to compare file contents init: refactor the template directory discovery into its own function find_hook(): refactor the `STRIP_EXTENSION` logic clone: when symbolic links collide with directories, keep the latter entry: report more colliding paths t5510: verify that D/F confusion cannot lead to an RCE submodule: require the submodule path to contain directories only clone_submodule: avoid using `access()` on directories submodules: submodule paths must not contain symlinks clone: prevent clashing git dirs when cloning submodule in parallel t7423: add tests for symlinked submodule directories has_dir_name(): do not get confused by characters < '/' docs: document security issues around untrusted .git dirs upload-pack: disable lazy-fetching by default ...
Diffstat (limited to 'notes-utils.c')
0 files changed, 0 insertions, 0 deletions
433c0d72bce83adbdc7&follow=1'>gitk: Add accelerators to frequently used menu commandsAlexander Gavrilov1-7/+29 2008-11-12Update draft release notes to 1.6.1Junio C Hamano1-1/+33 2008-11-12t7700: test that 'repack -a' packs alternate packed objectsBrandon Casey1-0/+16 2008-11-12git.html: Update the links to stale versionsJunio C Hamano1-1/+3 2008-11-12Start 1.6.0.5 cycleJunio C Hamano2-1/+22 2008-11-12Fix pack.packSizeLimit and --max-pack-size handlingNicolas Pitre2-2/+16 2008-11-12rev-list documentation: clarify the two parts of history simplificationSanti Béjar1-2/+46 2008-11-12Document "git log --simplify-by-decoration"Nanako Shiraishi1-0/+8 2008-11-12checkout: Fix "initial checkout" detectionJunio C Hamano4-3/+9 2008-11-12commit: Fix stripping of patch in verbose mode.Jeff King2-3/+78 2008-11-12Remove the period after the git-check-attr summaryMatt Kraai1-1/+1 2008-11-12pack-objects: extend --local to mean ignore non-local loose objects tooBrandon Casey3-2/+5 2008-11-12sha1_file.c: split has_loose_object() into local and non-local counterpartsBrandon Casey2-6/+14 2008-11-12t7700: demonstrate mishandling of loose objects in an alternate ODBBrandon Casey1-0/+19 2008-11-12builtin-gc.c: use new pack_keep bitfield to detect .keep file existenceBrandon Casey1-11/+1 2008-11-12repack: do not fall back to incremental repacking with [-a|-A]Brandon Casey1-7/+4 2008-11-12repack: don't repack local objects in packs with .keep fileBrandon Casey2-2/+2 2008-11-12pack-objects: new option --honor-pack-keepBrandon Casey2-0/+12 2008-11-12packed_git: convert pack_local flag into a bitfield and add pack_keepBrandon Casey2-1/+7