Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
refs.c: indent with tabs, not spaces
author
Nguyễn Thái Ngọc Duy
<pclouds@gmail.com>
Sat, 29 Sep 2018 19:10:22 +0000
(21:10 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Sat, 6 Oct 2018 23:21:18 +0000
(08:21 +0900)
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
f84b9b0
)
diff --git
a/refs.c
b/refs.c
index a7a75b4cc0b9b93ec3a56340a711900c76b506ce..9f7268d5fe8c9ddfdf67b1533ae9cedc8ee25375 100644
(file)
--- a/
refs.c
+++ b/
refs.c
@@
-646,7
+646,7
@@
enum ref_type ref_type(const char *refname)
return REF_TYPE_PER_WORKTREE;
if (is_pseudoref_syntax(refname))
return REF_TYPE_PSEUDOREF;
- return REF_TYPE_NORMAL;
+ return REF_TYPE_NORMAL;
}
long get_files_ref_lock_timeout_ms(void)