From: Junio C Hamano Date: Fri, 7 Aug 2026 21:48:00 +0000 (-0700) Subject: Merge branch 'mm/revision-pure-get-commit-action' X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ef11815b1ef3271f79a9e15648acb20511de63f7;p=thirdparty%2Fgit.git Merge branch 'mm/revision-pure-get-commit-action' The get_commit_action() function has been refactored to be a pure predicate by moving the side-effecting line-level log range folding to simplify_commit(). This ensures that evaluating a commit's action before the walk reaches it does not prematurely mutate its tracked line ranges, making it safer for potential lookahead evaluations. * mm/revision-pure-get-commit-action: revision: make get_commit_action() a pure predicate --- ef11815b1ef3271f79a9e15648acb20511de63f7