aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/check-mailmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'builtin/check-mailmap.c')
-rw-r--r--builtin/check-mailmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/check-mailmap.c b/builtin/check-mailmap.c
index eaaea546d3..cf0f54f6b9 100644
--- a/builtin/check-mailmap.c
+++ b/builtin/check-mailmap.c
@@ -54,7 +54,7 @@ int cmd_check_mailmap(int argc, const char **argv, const char *prefix)
if (use_stdin) {
struct strbuf buf = STRBUF_INIT;
- while (strbuf_getline(&buf, stdin, '\n') != EOF) {
+ while (strbuf_getline_lf(&buf, stdin) != EOF) {
check_mailmap(&mailmap, buf.buf);
maybe_flush_or_die(stdout, "stdout");
}
07de639835777bd&follow=1'>i40e: add vsi x-cast statsShannon Nelson1-2/+5 2014-06-06i40e: increase reset wait timeShannon Nelson1-1/+1 2014-06-06i40e/i40evf: add Tx pre queue disable functionMatt Jared5-0/+54 2014-06-06i40e/i40evf: check AQ register for valid dataKamil Krawczyk2-8/+60 2014-06-06i40evf: make messages less direMitch Williams1-2/+2 2014-06-06i40e: print message for pre-production hardwareJesse Brandeburg1-0/+4 2014-06-06i40e: add VEB stats to ethtoolShannon Nelson1-43/+84 2014-06-06i40e: set lan_veb indexShannon Nelson1-0/+2 2014-06-05ipv6: Shrink udp_v6_mcast_next() to one socket variableSven Wegener1-13/+12 2014-06-05net: filter: fix SKF_AD_PKTTYPE extension on big-endianAlexei Starovoitov1-0/+11 2014-06-05net: phy: fix sparse warning in fixed.cKonrad Zapalowicz1-0/+5 2014-06-05net: systemport: start with carrier offFlorian Fainelli1-0/+3 2014-06-05net: systemport: fix comment about HW prepending 2bytesFlorian Fainelli1-3/+3 2014-06-05net: systemport: correctly check for RX_STATUS_OVFLOW flagFlorian Fainelli1-1/+1 2014-06-05net: systemport: fix transmit locking schemeFlorian Fainelli1-5/+7 2014-06-05amd-xgbe: Maintainer informationLendacky, Thomas1-0/+7 2014-06-05amd-xgbe: Configuration and build supportLendacky, Thomas4-1/+21