diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-07-02 17:01:34 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-07-02 21:56:08 -0700 |
| commit | 30cc8d0f147546d4dd77bf497f4dec51e7265bd8 (patch) | |
| tree | cf23c192d11315613a05b7bbdd3e142182bc1749 /Documentation/RelNotes | |
| parent | 0f0bc2124b25476504e7215dc2af92d5748ad327 (diff) | |
| download | git-30cc8d0f147546d4dd77bf497f4dec51e7265bd8.tar.xz | |
A regression fix for 2.37
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
| -rw-r--r-- | Documentation/RelNotes/2.38.0.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.38.0.txt b/Documentation/RelNotes/2.38.0.txt new file mode 100644 index 0000000000..a96fcabd85 --- /dev/null +++ b/Documentation/RelNotes/2.38.0.txt @@ -0,0 +1,9 @@ +Git v2.38 Release Notes +======================= + +Fixes since v2.37 +----------------- + + * Rewrite of "git add -i" in C that appeared in Git 2.25 didn't + correctly record a removed file to the index, which was fixed. + (merge 4788e8b256 js/add-i-delete later to maint). |
