aboutsummaryrefslogtreecommitdiffstats
path: root/git-gui/lib/commit.tcl
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2024-07-17 09:17:31 -0400
committerJunio C Hamano <gitster@pobox.com>2024-07-17 08:51:14 -0700
commit616e94ca243c9df9b9e52379445441e8e59ed9d2 (patch)
tree7436c5c94002ae01ca8737ae6fe6fac564435316 /git-gui/lib/commit.tcl
parentGit 2.43 (diff)
downloadgit-616e94ca243c9df9b9e52379445441e8e59ed9d2.tar.gz
git-616e94ca243c9df9b9e52379445441e8e59ed9d2.zip
Documentation: fix default value for core.maxTreeDepth
When `core.maxTreeDepth` was originally introduced via be20128bfa (add core.maxTreeDepth config, 2023-08-31), its default value was 4096. There have since been a couple of updates to its default value that were not reflected in the documentation for `core.maxTreeDepth`: - 4d5693ba05 (lower core.maxTreeDepth default to 2048, 2023-08-31) - b64d78ad02 (max_tree_depth: lower it for MSVC to avoid stack overflows, 2023-11-01) Commit 4d5693ba05 lowers the default to 2048 for platforms with smaller stack sizes, and commit b64d78ad02 lowers the default even further when Git is compiled with MSVC. Neither of these changes were reflected in the documentation, which I noticed while merging newer releases back into GitHub's private fork (which contained the original implementation of `core.maxTreeDepth`). Update the documentation to reflect what the platform-specific default values are. Noticed-by: Keith W. Campbell <keithc@ca.ibm.com> Signed-off-by: Taylor Blau <me@ttaylorr.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-gui/lib/commit.tcl')
0 files changed, 0 insertions, 0 deletions
tre2-0/+22 2018-09-28perf/core: Add sanity check to deal with pinned event failureReinette Chatre1-0/+6 2018-09-28xen/blkfront: correct purging of persistent grantsJuergen Gross1-2/+2 2018-09-28Revert "xen/blkfront: When purging persistent grants, keep them in the buffer"Jens Axboe1-1/+3 2018-09-28selftests/powerpc: Fix Makefiles for headers_install changeMichael Ellerman17-0/+17 2018-09-27blk-mq: I/O and timer unplugs are inverted in blktraceIlya Dryomov1-2/+2 2018-09-27x86/boot: Fix kexec booting failure in the SEV bit detection codeKairui Song1-19/+0 2018-09-27bcache: add separate workqueue for journal_write to avoid deadlockGuoju Fang3-3/+12 2018-09-27drm/amd/display: Fix Edid emulation for linuxBhawanpreet Lakha3-7/+137 2018-09-27drm/amd/display: Fix Vega10 lightup on S3 resumeRoman Li3-18/+1 2018-09-27drm/amdgpu: Fix vce work queue was not cancelled when suspendRex Zhu2-3/+4 2018-09-27Revert "drm/panel: Add device_link from panel device to DRM device"Linus Walleij2-11/+0 2018-09-27xen/blkfront: When purging persistent grants, keep them in the bufferBoris Ostrovsky1-3/+1 2018-09-27clocksource/drivers/timer-atmel-pit: Properly handle error casesAlexandre Belloni1-6/+14 2018-09-26block: fix deadline elevator drain for zoned block devicesDamien Le Moal1-1/+1 2018-09-26ACPI / hotplug / PCI: Don't scan for non-hotplug bridges if slot is not bridgeMika Westerberg1-5/+6 2018-09-26drm/syncobj: Don't leak fences when WAIT_FOR_SUBMIT is setJason Ekstrand1-0/+5 2018-09-26iommu/amd: Return devid as alias for ACPI HID devicesArindam Nath1-0/+6 2018-09-25blk-mq: Allow blocking queue tag iter callbacksKeith Busch1-9/+4 2018-09-25nvme: properly propagate errors in nvme_mpath_initSusobhan Dey1-2/+4 2018-09-25dma-mapping: add the missing ARCH_HAS_SYNC_DMA_FOR_CPU_ALL declarationChristoph Hellwig1-0/+3 2018-09-25RDMA/core: Set right entry state before releasing referenceParav Pandit1-34/+34 2018-09-25IB/mlx5: Destroy the DEVX object upon error flowYishai Hadas1-1/+4 2018-09-25IB/uverbs: Free uapi on destroyMark Bloch1-0/+1 2018-09-25powerpc/numa: Use associativity if VPHN hcall is successfulSrikar Dronamraju1-1/+3 2018-09-25powerpc/tm: Avoid possible userspace r1 corruption on reclaimMichael Neuling1-1/+8 2018-09-25powerpc/tm: Fix userspace r13 corruptionMichael Neuling1-2/+9 2018-09-25iommu/vt-d: Handle memory shortage on pasid table allocationLu Baolu2-4/+4 2018-09-25Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct membe...Lubomir Rintel2-2/+2 2018-09-25Revert "pinctrl: intel: Do pin translation when lock IRQ"Mika Westerberg1-32/+0 2018-09-25pinctrl: cannonlake: Fix HOSTSW_OWN register offset of H variantMika Westerberg1-13/+20 2018-09-25pinctrl/amd: poll InterruptEnable bits in amd_gpio_irq_set_typeDaniel Kurtz1-10/+23 2018-09-25iommu/rockchip: Free irqs in shutdown handlerHeiko Stuebner1-0/+6