diff options
| author | Junio C Hamano <gitster@pobox.com> | 2009-12-26 14:20:09 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2009-12-26 14:20:09 -0800 |
| commit | 685c568a7ac73794bcc367fddae129c8fcaf1d2e (patch) | |
| tree | 709064254c096683e40cd69c79860ba622f43cc6 | |
| parent | d828fdb8d79b1d06b3015d9a45da24ac3f887484 (diff) | |
| download | git-685c568a7ac73794bcc367fddae129c8fcaf1d2e.tar.gz | |
Start 1.6.6.X maintenance track
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/RelNotes-1.6.6.1.txt | 15 | ||||
| l--------- | RelNotes | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.6.6.1.txt b/Documentation/RelNotes-1.6.6.1.txt new file mode 100644 index 0000000000..4c88bebb90 --- /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 @@ -1 +1 @@ -Documentation/RelNotes-1.6.6.txt
\ No newline at end of file +Documentation/RelNotes-1.6.6.1.txt
\ No newline at end of file |
