DORMANTno replies

[PATCH QGit] Print HEAD instead of Head for the current branch in the status line

From: Markus Heidelberg <hidden>
Date: 2016-06-15 22:46:56
Subsystem: the rest · Maintainer: Linus Torvalds

HEAD is the correct identifier for the currently checked out branch in
git terminology.

Signed-off-by: Markus Heidelberg <redacted>
---
 src/git.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/git.cpp b/src/git.cpp
index 357383d..a20bf0d 100644
--- a/src/git.cpp
+++ b/src/git.cpp
@@ -594,7 +594,7 @@ const QString Git::getRevInfo(SCRef sha) {
 
 	QString refsInfo;
 	if (type & BRANCH) {
-		const QString cap(type & CUR_BRANCH ? "Head: " : "Branch: ");
+		const QString cap(type & CUR_BRANCH ? "HEAD: " : "Branch: ");
 		refsInfo =  cap + getRefName(sha, BRANCH).join(" ");
 	}
 	if (type & RMT_BRANCH)
-- 
1.6.3.2.236.ge505d
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help