Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wrong style error for unwrapped commit message #18

Merged
merged 1 commit into from Dec 12, 2017
Merged

Fix wrong style error for unwrapped commit message #18

merged 1 commit into from Dec 12, 2017

Conversation

nedbass
Copy link
Member

@nedbass nedbass commented Dec 11, 2017

Description

The checkpatch.sh style checker incorrectly flags
commit description lines that are too long. The default
'git format-patch' output includes diff stats that
checkpatch.pl is interpreting as part of the commit
message. Add the 'git format-patch -p' option to
generate plain diffs without diff stats.

Motivation and Context

False style warnings are no fun.

How Has This Been Tested?

Manually.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Performance enhancement (non-breaking change which improves efficiency)
  • Code cleanup (non-breaking change which makes code smaller or more readable)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation (a change to man pages or other documentation)

Checklist:

  • My code follows the UnifyCR code style requirements.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • All commit messages are properly formatted.

The checkpatch.sh style checker incorrectly flags
commit description lines that are too long. The default
'git format-patch' output includes diff stats that
checkpatch.pl is interpreting as part of the commit
message. Add the 'git format-patch -p' option to
generate plain diffs without diff stats.
@kathrynmohror kathrynmohror merged commit 65ce280 into LLNL:dev Dec 12, 2017
MichaelBrim added a commit to MichaelBrim/UnifyFS that referenced this pull request Dec 4, 2018
# This is the 1st commit message:

# This is a combination of 14 commits.
# This is the 1st commit message:

initial behavior debug

# This is the commit message #2:

fix int/long/size_t/off_t confusion

# This is the commit message LLNL#3:

more size_t fixes

# This is the commit message LLNL#4:

code rationalization

# This is the commit message LLNL#5:

debug logging

# This is the commit message LLNL#6:

more debugging

# This is the commit message LLNL#7:

more understanding

# This is the commit message LLNL#8:

more reasonable constant values

# This is the commit message LLNL#9:

zero buffers before use

# This is the commit message LLNL#10:

more cleanup and callocs

# This is the commit message LLNL#11:

append uid to runstate file

# This is the commit message LLNL#12:

create runstate file after MPI_Init

# This is the commit message LLNL#13:

simplify client context copy

# This is the commit message LLNL#14:

debug meta_batch_get

# This is the commit message #2:

sysio-writeread example improvements

# This is the commit message LLNL#3:

tons more understanding and size_t cleanup

# This is the commit message LLNL#4:

build fixes

# This is the commit message LLNL#5:

build fixes

# This is the commit message LLNL#6:

build fixes

# This is the commit message LLNL#7:

build fixes

# This is the commit message LLNL#8:

build fixes

# This is the commit message LLNL#9:

build fixes

# This is the commit message LLNL#10:

simplify lio_listio aiocb_list setup

# This is the commit message LLNL#11:

clean up mdhim range_server_bget leveldb code

# This is the commit message LLNL#12:

add server include path

# This is the commit message LLNL#13:

add common include path

# This is the commit message LLNL#14:

remove old macros

# This is the commit message LLNL#15:

build fixes

# This is the commit message LLNL#16:

fix value computed not used warning

# This is the commit message LLNL#17:

fix printf formats

# This is the commit message LLNL#18:

build fixes

# This is the commit message LLNL#19:

fix UNIFYCR_VAL_SZ definition

# This is the commit message LLNL#20:

fix mismatch between client and server read request structs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants