Commit db63ace5b3118d4f4602445a8304fe4413dff6f4
- Date: Mon May 12 16:44:22 +0000 2008
- Committer: Tim Harper (timcharper@gmail.com)
- Author: Tim Harper (timcharper@gmail.com)
- Commit SHA1: db63ace5b3118d4f4602445a8304fe4413dff6f4
- Tree SHA1: 6a15744d638a27d01769f3265947d01dd4067a50
made eegad message even more concise
Commit diff
| |   |
| 1 | 1 | <h1>Eegad! You're not on a branch</h1> |
| 2 | 2 | <h2>You could lose everything!</h2> |
| 3 | 3 | <p> |
| 4 | | Ok, well, you could lose this commit. If you commit when you're not on a branch, and then checkout a different branch, your commit will be lost. |
| 5 | | </p> |
| 6 | | <p> |
| 7 | 4 | To make this commit, first checkout the branch you'd like to commit to, then make the commit. |
| 8 | 5 | </p> |
| toggle raw diff |
--- a/Support/app/views/commit/not_on_a_branch.html.erb
+++ b/Support/app/views/commit/not_on_a_branch.html.erb
@@ -1,8 +1,5 @@
<h1>Eegad! You're not on a branch</h1>
<h2>You could lose everything!</h2>
<p>
- Ok, well, you could lose this commit. If you commit when you're not on a branch, and then checkout a different branch, your commit will be lost.
-</p>
-<p>
To make this commit, first checkout the branch you'd like to commit to, then make the commit.
</p>
\ No newline at end of file |