Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ same_trailer
Function
same_trailer
trailer.c:127–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
}
126
127
static int same_trailer(struct trailer_item *a, struct arg_item *b)
128
{
129
return same_token(a, b) && same_value(a, b);
130
}
131
132
static inline int is_blank_line(const char *str)
133
{
Callers
1
check_if_different
Function · 0.85
Calls
2
same_token
Function · 0.85
same_value
Function · 0.85
Tested by
no test coverage detected