diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-02-13 15:14:04 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-02-13 15:14:04 -0800 |
commit | 7e94805db2a69e3fe6b9833fdaa6eb80de33959c (patch) | |
tree | f88355d1fd22ead7663bbc594533c3e756a8ac83 /Documentation | |
parent | 263830c47b0ddd3440fbc87a841499fe699a50b1 (diff) | |
parent | 9b2504831859ffdffbe15b9a6a7b7ede37557b06 (diff) | |
download | git-7e94805db2a69e3fe6b9833fdaa6eb80de33959c.tar.gz git-7e94805db2a69e3fe6b9833fdaa6eb80de33959c.tar.xz |
Merge branch 'maint'
* maint:
Start 1.7.0 maintenance track
Conflicts:
RelNotes
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/RelNotes-1.7.0.1.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/RelNotes-1.7.0.1.txt b/Documentation/RelNotes-1.7.0.1.txt new file mode 100644 index 000000000..ab0f9764d --- /dev/null +++ b/Documentation/RelNotes-1.7.0.1.txt @@ -0,0 +1,11 @@ +Git v1.7.0.1 Release Notes +========================== + +Fixes since v1.7.0 +------------------ + +-- +exec >/var/tmp/1 +echo O=$(git describe) +O=v1.7.0 +git shortlog $O.. |