aboutsummaryrefslogtreecommitdiffstats
path: root/t/t4013/diff.format-patch_--inline_--stdout_initial..side
diff options
context:
space:
mode:
authorGarima Singh <garima.singh@microsoft.com>2020-03-30 00:31:28 +0000
committerJunio C Hamano <gitster@pobox.com>2020-03-30 09:59:53 -0700
commitf97b9325f6d7ad2a28bfaf6fab3197d207fcb278 (patch)
tree54b77d41e45aa67f13124aa2062c9b70f89bf927 /t/t4013/diff.format-patch_--inline_--stdout_initial..side
parentdiff: halt tree-diff early after max_changes (diff)
downloadgit-f97b9325f6d7ad2a28bfaf6fab3197d207fcb278.tar.gz
git-f97b9325f6d7ad2a28bfaf6fab3197d207fcb278.zip
commit-graph: compute Bloom filters for changed paths
Add new COMMIT_GRAPH_WRITE_CHANGED_PATHS flag that makes Git compute Bloom filters for the paths that changed between a commit and it's first parent, for each commit in the commit-graph. This computation is done on a commit-by-commit basis. We will write these Bloom filters to the commit-graph file, to store this data on disk, in the next change in this series. Helped-by: Derrick Stolee <dstolee@microsoft.com> Signed-off-by: Garima Singh <garima.singh@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4013/diff.format-patch_--inline_--stdout_initial..side')
0 files changed, 0 insertions, 0 deletions
7b42b767611d6574&follow=1'>OMAP3: ASM sleep code format reworkJean Pihet1-107/+117 2010-12-21OMAP3: add comments for low power code errataJean Pihet2-2/+13 2010-12-21OMAP3: rework of the ASM sleep code execution pathsJean Pihet2-132/+195 2010-12-21OMAP3: re-organize the ASM sleep codeJean Pihet1-53/+61 2010-12-21OMAP3: remove hardcoded values from the ASM sleep codeJean Pihet2-11/+20 2010-12-21OMAP2+: use global values for the SRAM PA addressesJean Pihet4-6/+14 2010-12-21OMAP3: remove unused code from the ASM sleep codeJean Pihet2-53/+6 2010-12-21OMAP3630: PM: Erratum i583: disable coreoff if < ES1.2Eduardo Valentin3-3/+35 2010-12-21OMAP3: PM: make omap3_cpuidle_update_states independent of enable_off_modeNishanth Menon3-12/+16 2010-12-21OMAP3630: PM: Disable L2 cache while invalidating L2 cachePeter 'p2' De Schrijver3-1/+36 2010-12-21OMAP3630: PM: Erratum i608: disable RTANishanth Menon5-2/+56 2010-12-21OMAP3: pm: introduce errata handlingNishanth Menon2-0/+16 2010-12-21OMAP3: PM: Erratum i581 support: dll kick strategyPeter 'p2' De Schrijver1-5/+50 2010-12-21OMAP3: PM: Update clean_l2 to use v7_flush_dcache_allRichard Woodruff1-66/+14 2010-12-21OMAP3: remove OPP interfaces from OMAP PM layerKevin Hilman3-33/+12 2010-12-21omap4: opp: add OPP table dataNishanth Menon4-0/+65 2010-12-21omap: opp: add OMAP3 OPP table data and common initNishanth Menon7-0/+314 2010-12-21OMAP: pm.c correct the initcall for an early init.Thara Gopinath1-1/+1 2010-12-21OMAP2+: disable idle early in the suspend sequenceJean Pihet3-41/+6 2010-12-21Linux 2.6.37-rc7v2.6.37-rc7Linus Torvalds1-1/+1 2010-12-20Fix build error in drivers/block/cciss.cLinus Torvalds1-1/+1 2010-12-20omap: rx51: Switch rx51_tpa6130a2_data __initdata to__initdata_or_moduleJarkko Nikula1-1/+1 2010-12-20omap: pandora: fix wifi supportGrazvydas Ignotas1-1/+1 2010-12-20OMAP4: Pandaboard: Add omap_reserve functionalityRaghuveer Murthy1-0/+1 2010-12-20omap4: Add platform changes for PWM LEDHemanth V1-0/+24 2010-12-20omap4: Add platform changes for Ambient Light sensorHemanth V1-0/+3 2010-12-20omap3: igepv2: LED gpio-led:green:d1 is active lowLaurent Pinchart1-1/+2 2010-12-20omap3: igepv2: Don't call gpio_set_value right aftergpio_direction_outputLaurent Pinchart1-12/+8 2010-12-20omap1: Fix innovator FPGA init for multi-omapTony Lindgren3-13/+8 2010-12-20Fix IGEPv2 second MMC channel power supplyMarc Zyngier1-10/+51 2010-12-20omap2430: hwmod: remove stray declarationAnand Gadiyar1-2/+0 2010-12-20Added video data to support tvout on rx51Srikar1-1/+28 2010-12-20omap: rx51: Add supplies and data for codec b part ofTLV320AIC34Jarkko Nikula1-0/+12 2010-12-20omap: rx51: Remove extra tlv320aic3x.h inclusionJarkko Nikula1-1/+0 2010-12-20arm: mach-omap2: Kconfig: fix incorrect optionAaro Koskinen1-1/+1 2010-12-20arm: mach-omap2: hsmmc_reset: fix clk_get() error handlingAaro Koskinen1-20/+24 2010-12-20OMAP: DMA: Convert DMA library into platform driverG, Manjunath Kondaiah6-565/+754