index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
CodingGuidelines
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ab/doc-synopsis-and-cmd-usage'
Junio C Hamano
2022-10-28
1
-2
/
+12
|
\
|
*
CodingGuidelines: update and clarify command-line conventions
Ævar Arnfjörð Bjarmason
2022-10-13
1
-2
/
+12
*
|
Merge branch 'ab/coding-guidelines-c99'
Junio C Hamano
2022-10-20
1
-10
/
+25
|
\
\
|
*
|
CodingGuidelines: recommend against unportable C99 struct syntax
Ævar Arnfjörð Bjarmason
2022-10-11
1
-0
/
+5
|
*
|
CodingGuidelines: mention C99 features we can't use
Ævar Arnfjörð Bjarmason
2022-10-10
1
-0
/
+7
|
*
|
CodingGuidelines: allow declaring variables in for loops
Ævar Arnfjörð Bjarmason
2022-10-10
1
-8
/
+2
|
*
|
CodingGuidelines: mention dynamic C99 initializer elements
Ævar Arnfjörð Bjarmason
2022-10-10
1
-0
/
+5
|
*
|
CodingGuidelines: update for C99
Ævar Arnfjörð Bjarmason
2022-10-10
1
-2
/
+6
*
|
|
CodingGuidelines: allow grep -E
Đoàn Trần Công Danh
2022-09-21
1
-2
/
+0
|
/
/
*
/
Documentation: fix various repeat word typos
Jacob Stopak
2022-09-12
1
-1
/
+1
|
/
*
Documentation/ToolsForGit.txt: Tools for developing Git
COGONI Guillaume
2022-04-21
1
-12
/
+4
*
Merge branch 'jc/coding-guidelines-decl-in-for-loop'
Junio C Hamano
2022-04-04
1
-1
/
+4
|
\
|
*
CodingGuidelines: give deadline for "for (int i = 0; ..."
Junio C Hamano
2022-03-31
1
-1
/
+4
*
|
C99: remove hardcoded-out !HAVE_VARIADIC_MACROS code
Ævar Arnfjörð Bjarmason
2022-02-22
1
-0
/
+3
*
|
CodingGuidelines: hint why we value clearly written log messages
Junio C Hamano
2022-01-28
1
-0
/
+7
|
/
*
CodingGuidelines: document which output goes to stdout vs. stderr
Eric Sunshine
2021-12-05
1
-0
/
+27
*
Merge branch 'ds/gender-neutral-doc-guidelines'
Junio C Hamano
2021-07-28
1
-0
/
+45
|
\
|
*
CodingGuidelines: recommend gender-neutral description
Junio C Hamano
2021-07-16
1
-0
/
+45
*
|
Merge branch 'jc/test-allows-local'
Junio C Hamano
2021-05-11
1
-0
/
+5
|
\
\
|
*
|
CodingGuidelines: explicitly allow "local" for test scripts
Junio C Hamano
2021-05-03
1
-0
/
+5
|
|
/
*
/
doc: clarify "do not capitalize the first word" rule
Junio C Hamano
2021-04-15
1
-1
/
+6
|
/
*
Merge branch 'dl/python-2.7-is-the-floor-version'
Junio C Hamano
2020-06-18
1
-6
/
+1
|
\
|
*
CodingGuidelines: specify Python 2.7 is the oldest version
Denton Liu
2020-06-08
1
-6
/
+1
*
|
Merge branch 'jc/codingstyle-compare-with-null'
Junio C Hamano
2020-05-14
1
-0
/
+12
|
\
\
|
*
|
CodingGuidelines: do not ==/!= compare with 0 or '\0' or NULL
Junio C Hamano
2020-05-08
1
-0
/
+12
|
|
/
*
|
Merge branch 'jk/arith-expansion-coding-guidelines'
Junio C Hamano
2020-05-08
1
-4
/
+0
|
\
\
|
*
|
CodingGuidelines: drop arithmetic expansion advice to use "$x"
Jeff King
2020-05-04
1
-4
/
+0
|
|
/
*
|
Merge branch 'jc/allow-strlen-substitution-in-shell-scripts'
Junio C Hamano
2020-04-22
1
-2
/
+0
|
\
\
|
|
/
|
/
|
|
*
CodingGuidelines: allow ${#posix} == strlen($posix)
Junio C Hamano
2020-03-29
1
-2
/
+0
*
|
Documentation: fix a bunch of typos, both old and new
Elijah Newren
2019-11-07
1
-2
/
+2
|
/
*
Merge branch 'jc/post-c89-rules-doc'
Junio C Hamano
2019-07-25
1
-3
/
+23
|
\
|
*
CodingGuidelines: spell out post-C89 rules
Junio C Hamano
2019-07-19
1
-3
/
+23
*
|
Merge branch 'es/git-debugger-doc'
Junio C Hamano
2019-06-17
1
-0
/
+6
|
\
\
|
|
/
|
/
|
|
*
doc: hint about GIT_DEBUGGER in CodingGuidelines
Emily Shaffer
2019-05-28
1
-0
/
+6
*
|
doc/CodingGuidelines: URLs and paths as monospace
Corentin BOMPARD
2019-03-13
1
-2
/
+5
|
/
*
Merge branch 'jc/how-to-document-api'
Junio C Hamano
2018-10-19
1
-1
/
+4
|
\
|
*
CodingGuidelines: document the API in *.h files
Junio C Hamano
2018-09-29
1
-1
/
+4
*
|
Documentation: add shell guidelines
Matthew DeVore
2018-10-07
1
-0
/
+18
|
/
*
CodingGuidelines: mention "static" and "extern"
Jeff King
2018-02-08
1
-0
/
+5
*
Merge branch 'ab/c-translators-comment-style'
Junio C Hamano
2017-06-04
1
-5
/
+5
|
\
|
*
C style: use standard style for "TRANSLATORS" comments
Ævar Arnfjörð Bjarmason
2017-05-31
1
-5
/
+5
*
|
doc: replace a couple of broken gmane links
Ævar Arnfjörð Bjarmason
2017-05-08
1
-1
/
+1
|
/
*
CodingGuidelines: clarify multi-line brace style
Jeff King
2017-01-17
1
-5
/
+32
*
CodingGuidelines: formatting HEAD in documentation
Matthieu Moy
2016-06-28
1
-2
/
+3
*
doc: clearer rule about formatting literals
Tom Russello
2016-06-08
1
-3
/
+10
*
add DEVELOPER makefile knob to check for acknowledged warnings
Lars Schneider
2016-02-25
1
-0
/
+5
*
Merge branch 'jg/cguide-we-cannot-count'
Junio C Hamano
2015-04-14
1
-1
/
+1
|
\
|
*
CodingGuidelines: update 'rough' rule count
Julian Gindi
2015-04-14
1
-1
/
+1
*
|
*config.txt: stick to camelCase naming convention
Nguyễn Thái Ngọc Duy
2015-03-14
1
-1
/
+1
*
|
Merge branch 'jc/conf-var-doc'
Junio C Hamano
2015-02-22
1
-0
/
+23
|
\
\
[next]