]> git.ipfire.org Git - thirdparty/git.git/commit
pseudo-merge.ch: initial commit
authorTaylor Blau <me@ttaylorr.com>
Thu, 23 May 2024 21:26:26 +0000 (17:26 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 24 May 2024 18:40:41 +0000 (11:40 -0700)
commit89f47c45df7ff65f555548718641c4610f466f08
treedba2f842c295c81752fd92f7cca1031fb8fdbf99
parent4722e06edcbb57142387081684b41eda2a6cf635
pseudo-merge.ch: initial commit

Add a new (empty) header file to contain the implementation for
selecting, reading, and applying pseudo-merge bitmaps.

For now this header and its corresponding implementation are left
empty, but they will evolve over the course of subsequent commit(s).

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
pseudo-merge.c [new file with mode: 0644]
pseudo-merge.h [new file with mode: 0644]