aboutsummaryrefslogtreecommitdiffstats
path: root/commit-graph.c
diff options
context:
space:
mode:
authorShourya Shukla <shouryashukla.oo@gmail.com>2020-08-21 22:29:49 +0530
committerJunio C Hamano <gitster@pobox.com>2020-08-21 11:47:55 -0700
commit7303da30021761b3a7c862d795e67ab74b5d66eb (patch)
treeb5ac0241c07ef8a420c79047670bc587aab0c406 /commit-graph.c
parentt7401: modernize style (diff)
downloadgit-7303da30021761b3a7c862d795e67ab74b5d66eb.tar.gz
git-7303da30021761b3a7c862d795e67ab74b5d66eb.zip
t7401: use 'short' instead of 'verify' and cut in rev-parse calls
'git rev-parse' can limit the number of characters in the hash it outputs using the '--short' option, thereby, making the 'cut' invocation redundant. Since using '--short' implies '--verify' as well, we can safely replace the latter with the former. This change results in the helper functions getting the hash in the same way 'summary' gets the hash internally. So, avoid the unnecessary invocation to 'cut' in the helper functions. Mentored-by: Christian Couder <chriscool@tuxfamily.org> Mentored-by: Kaartic Sivaraam <kaartic.sivaraam@gmail.com> Signed-off-by: Shourya Shukla <shouryashukla.oo@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit-graph.c')
0 files changed, 0 insertions, 0 deletions