Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jc/no-cmd-as-subroutine'
author
Junio C Hamano
<gitster@pobox.com>
Mon, 6 Nov 2017 04:11:21 +0000
(13:11 +0900)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 6 Nov 2017 04:11:21 +0000
(13:11 +0900)
Calling cmd_foo() as if it is a general purpose helper function is
a no-no. Correct two instances of such to set an example.
* jc/no-cmd-as-subroutine:
merge-ours: do not use cmd_*() as a subroutine
describe: do not use cmd_*() as a subroutine
1
2
builtin/describe.c
patch
|
diff1
|
diff2
|
blob
|
history
raw
|
combined
(merge:
0b646bc
a92b109
)
diff --cc
builtin/describe.c
Simple merge