git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
f84b9b0
)
refs.c: indent with tabs, not spaces
author
Nguyễn Thái Ngọc Duy
<redacted>
Sat, 29 Sep 2018 19:10:22 +0000
(21:10 +0200)
committer
Junio C Hamano
<redacted>
Sat, 6 Oct 2018 23:21:18 +0000
(08:21 +0900)
Signed-off-by: Nguyễn Thái Ngọc Duy <redacted>
Signed-off-by: Junio C Hamano <redacted>
refs.c
patch
|
blob
|
history
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)
git clone https://git.99rst.org/PROJECT