Commit a43a0c971e67667fbbb034a0e88f844fbeca1ec1
- Date: Thu May 22 20:19:14 +0000 2008
- Committer: Tim Harper (timcharper@gmail.com)
- Author: Tim Harper (timcharper@gmail.com)
- Commit SHA1: a43a0c971e67667fbbb034a0e88f844fbeca1ec1
- Tree SHA1: 86be22485b1f0d9eb34bc6f4bf6f1b5e3288dca9
Updated changelog for 1.6.1
Commit diff
| |   |
| 1 | Release 1.6.1 [2008-05-22] |
| 2 | - Diff learned how to recognize submodule pointer changes, and now allows you to drill down and see what changed in the submodule. |
| 3 | |
| 1 | 4 | Release 1.6.0 [2008-05-21] |
| 2 | 5 | - Added "outgoing" command - see unpushed changes for all branches with tracking branches, in project and submodules |
| 3 | 6 | - Fixed a few bugs with the automatic submodule updating. Put in safe guard to prevent a cached repository from being deleted (in the case you manually ran git submodule update after the submodule was cached away) |
| toggle raw diff |
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Release 1.6.1 [2008-05-22]
+ - Diff learned how to recognize submodule pointer changes, and now allows you to drill down and see what changed in the submodule.
+
Release 1.6.0 [2008-05-21]
- Added "outgoing" command - see unpushed changes for all branches with tracking branches, in project and submodules
- Fixed a few bugs with the automatic submodule updating. Put in safe guard to prevent a cached repository from being deleted (in the case you manually ran git submodule update after the submodule was cached away) |
| |   |
| 1 | 1 | The Git Textmate Bundle. |
| 2 | | Version 1.6.0 (released May 21, 2008) |
| 2 | Version 1.6.1 (released May 22, 2008) |
| 3 | 3 | |
| 4 | 4 | |
| 5 | 5 | <h2>Installation</h2> |
| toggle raw diff |
--- a/README.textile
+++ b/README.textile
@@ -1,5 +1,5 @@
The Git Textmate Bundle.
-Version 1.6.0 (released May 21, 2008)
+Version 1.6.1 (released May 22, 2008)
<h2>Installation</h2> |