]> git.ipfire.org Git - thirdparty/git.git/commit
name-rev: extract creating/updating a 'struct name_rev' into a helper
authorSZEDER Gábor <szeder.dev@gmail.com>
Tue, 12 Nov 2019 10:38:15 +0000 (11:38 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 Dec 2019 21:29:04 +0000 (13:29 -0800)
commit766f9e39c007f527c5ab63d65a0d8ff9d36e2a2e
tree9d8507e79dac4db5d0b62b94716f3dae06ece41e
parentd59fc8369703eda30e02943d0e4884df90061af8
name-rev: extract creating/updating a 'struct name_rev' into a helper

In a later patch in this series we'll want to do this in two places.

Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/name-rev.c