All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Coding style fixes.
@ 2015-01-23 11:06 Alexander Kuleshov
  2015-01-23 11:07 ` [PATCH 1/7] show-branch: minor style fix Alexander Kuleshov
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Alexander Kuleshov @ 2015-01-23 11:06 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

This patch set contatins minor style fixes. CodingGuidelines contains
rule that the star must side with variable name.

Alexander Kuleshov (7):
  show-branch: minor style fix
  clone: minor style fix
  test-hashmap: minor style fix
  http-backend: minor style fix
  refs: minor style fix
  quote: minor style fix
  fast-import: minor style fix

 builtin/clone.c       | 2 +-
 builtin/show-branch.c | 2 +-
 fast-import.c         | 2 +-
 http-backend.c        | 2 +-
 quote.c               | 2 +-
 refs.h                | 2 +-
 test-hashmap.c        | 4 ++--
 7 files changed, 8 insertions(+), 8 deletions(-)

--
2.3.0.rc1.275.g028c360

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-01-23 18:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-23 11:06 [PATCH 0/7] Coding style fixes Alexander Kuleshov
2015-01-23 11:07 ` [PATCH 1/7] show-branch: minor style fix Alexander Kuleshov
2015-01-23 11:08 ` [PATCH 2/7] clone: " Alexander Kuleshov
2015-01-23 11:08 ` [PATCH 3/7] test-hashmap: " Alexander Kuleshov
2015-01-23 11:08 ` [PATCH 4/7] http-backend: " Alexander Kuleshov
2015-01-23 11:08 ` [PATCH 5/7] refs: " Alexander Kuleshov
2015-01-23 11:08 ` [PATCH 6/7] quote: " Alexander Kuleshov
2015-01-23 11:08 ` [PATCH 7/7] fast-import: " Alexander Kuleshov
2015-01-23 12:22   ` Torsten Bögershausen
2015-01-23 12:09 ` [PATCH 0/7] Coding style fixes Alexander Kuleshov
2015-01-23 18:36   ` Stefan Beller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.