aboutsummaryrefslogtreecommitdiffstats
path: root/gitweb/static/js/javascript-detection.js
diff options
context:
space:
mode:
authorJustin Tobler <jltobler@gmail.com>2025-09-16 13:29:38 -0500
committerJunio C Hamano <gitster@pobox.com>2025-09-16 11:37:06 -0700
commitce1661f9da70ea2ffcb54f7b544410fad26e965d (patch)
tree3c6c03b10aa74bdece59ddae976af6550bca1ee0 /gitweb/static/js/javascript-detection.js
parentobject-file: update naming from bulk-checkin (diff)
downloadgit-ce1661f9da70ea2ffcb54f7b544410fad26e965d.tar.gz
git-ce1661f9da70ea2ffcb54f7b544410fad26e965d.zip
odb: add transaction interface
Transactions are managed via the {begin,end}_odb_transaction() function in the object-file subsystem and its implementation is specific to the files object source. Introduce odb_transaction_{begin,commit}() in the odb subsystem to provide an eventual object source agnostic means to manage transactions. Update call sites to instead manage transactions through the odb subsystem. Also rename {begin,end}_odb_transaction() functions to object_file_transaction_{begin,commit}() to clarify the object source it supports. Signed-off-by: Justin Tobler <jltobler@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'gitweb/static/js/javascript-detection.js')
0 files changed, 0 insertions, 0 deletions
during pre_commit_line stateAllan Caffee1-2/+2 2009-04-22t4202-log: extend test coverage of graphingAllan Caffee1-2/+28 2009-04-21Revert "stat_tracking_info(): only count real commits"Junio C Hamano2-6/+1 2009-04-21test-lib.sh: Help test_create_repo() find the templates dirMichael J Gruber1-1/+1 2009-04-20grep: don't support "grep.color"-like config optionsMarkus Heidelberg1-6/+3 2009-04-20Documentation: fix typos / spelling mistakesMike Ralphson4-5/+5 2009-04-20builtin-remote: fix typo in option descriptionMike Ralphson1-1/+1 2009-04-20clone: add test for push on an empty clone.Matthieu Moy1-0/+10 2009-04-20tests: make test-apply-criss-cross-rename more robustMichał Kiedrowicz1-3/+31 2009-04-20builtin-apply: keep information about files to be deletedMichał Kiedrowicz2-8/+47