]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/RelNotes/1.7.9.6.txt
Merge branch 'cb/fsmonitor-intfix' into maint
[thirdparty/git.git] / Documentation / RelNotes / 1.7.9.6.txt
1 Git v1.7.9.6 Release Notes
2 ==========================
3
4 Fixes since v1.7.9.5
5 --------------------
6
7 * "git merge $tag" to merge an annotated tag always opens the editor
8 during an interactive edit session. v1.7.10 series introduced an
9 environment variable GIT_MERGE_AUTOEDIT to help older scripts decline
10 this behaviour, but the maintenance track should also support it.
11
12 Also contains minor fixes and documentation updates.