Skip to content

Commit c44a600

Browse files
gitsterpeff
authored andcommitted
soc-2015: another microproject
1 parent 13796b4 commit c44a600

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

SoC-2015-Microprojects.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,13 @@ shorthand that stands for "the branch we were previously on", like we
119119
did for "git merge -" sometime after we introduced "git checkout -".
120120
Cf. $gmane/230828
121121

122+
### Use unsigned integral type for collection of bits.
123+
124+
Pick one field of a structure that (1) is of signed integral type and (2) is
125+
used as a collection of multiple bits. Discuss if there is a good reason
126+
why it has to be a signed integral field and change it to an unsigned
127+
type otherwise. Cf. $gmane/263751
128+
122129
### Make "git diff --no-index $directory $file" DWIM better.
123130

124131
"git diff --no-index $directory $directory/$file" is obviously what

0 commit comments

Comments
 (0)