From 3656301c2e542c32ef15e5a712bb433af3c97d57 Mon Sep 17 00:00:00 2001 From: Ben Lynn Date: Tue, 5 Aug 2008 20:49:45 -0700 Subject: [PATCH] Another minor rewording. --- grandmaster.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grandmaster.txt b/grandmaster.txt index 18f4c30..e8c54df 100644 --- a/grandmaster.txt +++ b/grandmaster.txt @@ -236,4 +236,4 @@ Similarly, attempting to overwrite a branch via a move fails if this causes data $ git branch -M [SOURCE] TARGET # instead of -m -Unlike checkout and reset, no data is lost yet. The changes are still stored in the .git subdirectory, and can be retrieved by recovering the appropriate hash from `.git/logs` (see "HEAD-hunting" above). The data is deleted the next time garbage is collected. +Unlike checkout and reset, the destruction is deferred. The changes are still stored in the .git subdirectory, and can be retrieved by recovering the appropriate hash from `.git/logs` (see "HEAD-hunting" above). The data is only deleted the next time garbage is collected. -- 2.11.4.GIT