diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-05-08 21:49:14 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-05-08 21:49:14 -0700 |
commit | 6207011ae3fe813159e92762e86f33c9bd42cd7f (patch) | |
tree | 549b0f4417badedc222097bc08fd4c752a71239c /Documentation/RelNotes-1.6.3.1.txt | |
parent | f01f1099f40f24fe6f7802185340a6fa3a3d4f35 (diff) | |
download | git-6207011ae3fe813159e92762e86f33c9bd42cd7f.tar.gz |
Start 1.6.3.1 maintenance series.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes-1.6.3.1.txt')
-rw-r--r-- | Documentation/RelNotes-1.6.3.1.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/RelNotes-1.6.3.1.txt b/Documentation/RelNotes-1.6.3.1.txt new file mode 100644 index 0000000000..98c02250bb --- /dev/null +++ b/Documentation/RelNotes-1.6.3.1.txt @@ -0,0 +1,12 @@ +GIT v1.6.3.1 Release Notes +========================== + +Fixes since v1.6.3 +------------------ + +-- +exec >/var/tmp/1 +O=v1.6.3 +echo O=$(git describe maint) +git shortlog $O..maint + |