author | Carlos Rica <jasampler@gmail.com> | |
Tue, 11 Sep 2007 03:17:28 +0000 (05:17 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 12 Sep 2007 20:25:07 +0000 (13:25 -0700) | ||
commit | 6640f88165f77edcc266a2c0c56fb017dc613198 | |
tree | fddb5be0b16a20d994edb333f6fab0f856e5dd51 | tree | snapshot |
parent | 359048d6ec296757266887a8ced5a927b97b94c1 | commit | diff |
Move make_cache_entry() from merge-recursive.c into read-cache.c
The function make_cache_entry() is too useful to be hidden away in
merge-recursive. So move it to libgit.a (exposing it via cache.h).
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The function make_cache_entry() is too useful to be hidden away in
merge-recursive. So move it to libgit.a (exposing it via cache.h).
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h | diff | blob | history | |
merge-recursive.c | diff | blob | history | |
read-cache.c | diff | blob | history |