diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-12-26 14:33:05 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-12-26 14:33:05 -0800 |
commit | 1d85dd6fb2d5a05493dd11c6fb77ef2c04c79f43 (patch) | |
tree | ef21341598075406f1488c9a023f40798d1236f8 /Documentation | |
parent | 68b890a8d5aab897f392928105596de85cc9135e (diff) | |
parent | 21a0d9b42d9cc9560c66fb3cfa82a2a449de8b39 (diff) | |
download | git-1d85dd6fb2d5a05493dd11c6fb77ef2c04c79f43.tar.gz git-1d85dd6fb2d5a05493dd11c6fb77ef2c04c79f43.tar.xz |
Merge branch 'maint'
* maint:
Makefile: FreeBSD (both 7 and 8) needs OLD_ICONV
Start 1.6.6.X maintenance track
Add git-http-backend to command-list.
t4019 "grep" portability fix
t1200: work around a bug in some implementations of "find"
Conflicts:
RelNotes
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/RelNotes-1.6.6.1.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/RelNotes-1.6.6.1.txt b/Documentation/RelNotes-1.6.6.1.txt new file mode 100644 index 000000000..4c88bebb9 --- /dev/null +++ b/Documentation/RelNotes-1.6.6.1.txt @@ -0,0 +1,15 @@ +Git v1.6.6.1 Release Notes +========================== + +Fixes since v1.6.6 +------------------ + + * http-backend was not listed in the command list in the documentation. + +Other minor documentation updates are included. + +-- +exec >/var/tmp/1 +O=v1.6.6-4-gd828fdb +echo O=$(git describe maint) +git shortlog --no-merges $O..maint |