Paul Tan writes:
> Makefile | 2 +-
> builtin.h| 1 +
> builtin/am.c | 167
> +++
> git.c| 1 +
> 4 files changed, 170 insertions(+), 1 deletion(-)
> create mode 100644 builtin/am.c
>
> diff --git a/Makefile b/Makefi
git-am applies a series of patches. If the process terminates
abnormally, we want to be able to resume applying the series of patches.
This requires the session state to be saved in a persistent location.
Implement the mechanism of a "patch queue", represented by 2 integers --
the index of the cur
2 matches
Mail list logo