repo.or.cz
/
git
/
gitster.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pretty: clear signature check
[git/gitster.git]
/
contrib
/
coccinelle
/
xstrdup_or_null.cocci
blob
9c1d2939b61f0a588f6b611084b68c1cc7a0cef8
1
@@
2
expression E;
3
@@
4
- xstrdup(absolute_path(E))
5
+ absolute_pathdup(E)