diff options
author | 2012-02-26 17:13:07 -0800 | |
---|---|---|
committer | 2012-02-26 17:39:04 -0800 | |
commit | 80809062452a65146d73ae483415acbc737fabf1 (patch) | |
tree | d5b65e07896705f4dda05424a324fd455519d865 /Documentation/RelNotes/1.7.9.3.txt | |
parent | Update draft release notes to 1.7.10 (diff) | |
parent | Document accumulated fixes since 1.7.9.2 (diff) | |
download | tgif-80809062452a65146d73ae483415acbc737fabf1.tar.xz |
Merge branch 'maint'
* maint:
Document accumulated fixes since 1.7.9.2
Git 1.7.8.5
grep -P: Fix matching ^ and $
am: don't infloop for an empty input file
rebase -m: only call "notes copy" when rewritten exists and is non-empty
git-p4: remove bash-ism in t9800
git-p4: remove bash-ism in t9809
git-p4: fix submit regression with clientSpec and subdir clone
git-p4: set useClientSpec variable on initial clone
Makefile: add thread-utils.h to LIB_H
Conflicts:
RelNotes
t/t9809-git-p4-client-view.sh
Diffstat (limited to 'Documentation/RelNotes/1.7.9.3.txt')
-rw-r--r-- | Documentation/RelNotes/1.7.9.3.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.7.9.3.txt b/Documentation/RelNotes/1.7.9.3.txt new file mode 100644 index 0000000000..1d03fd10c0 --- /dev/null +++ b/Documentation/RelNotes/1.7.9.3.txt @@ -0,0 +1,17 @@ +Git v1.7.9.3 Release Notes +========================== + +Fixes since v1.7.9.2 +-------------------- + + * "git p4" (in contrib/) submit the changes to a wrong place when the + "--use-client-spec" option is set. + + * The config.mak.autogen generated by optional autoconf support tried + to link the binary with -lintl even when libintl.h is missing from + the system. + + * "git add --refresh <pathspec>" used to warn about unmerged paths + outside the given pathspec. + +Also contains minor fixes and documentation updates. |