summaryrefslogtreecommitdiffstats
path: root/Documentation/CodingGuidelines (follow)
Commit message (Expand)AuthorAgeFilesLines
* CodingGuidelines: discourage arbitrary suffixes in function namesKarthik Nayak2024-10-241-0/+14
* Merge branch 'ja/doc-synopsis-markup'Junio C Hamano2024-10-101-28/+30
|\
| * doc: update the guidelines to reflect the current formatting rulesJean-Noël Avila2024-09-241-28/+30
* | CodingGuidelines: also mention MAYBE_UNUSEDJunio C Hamano2024-08-291-2/+3
* | CodingGuidelines: mention -Wunused-parameter and UNUSEDJeff King2024-08-281-0/+7
* | Merge branch 'jc/coding-style-c-operator-with-spaces'Junio C Hamano2024-08-261-1/+10
|\ \
| * | CodingGuidelines: spaces around C operatorsJunio C Hamano2024-08-201-1/+10
* | | Merge branch 'jc/document-use-of-local'Junio C Hamano2024-08-141-2/+2
|\ \ \
| * | | doc: note that AT&T ksh does not work with our test suiteJunio C Hamano2024-07-151-2/+2
| | |/ | |/|
* | | Merge branch 'ps/doc-more-c-coding-guidelines'Junio C Hamano2024-08-081-1/+47
|\ \ \ | |_|/ |/| |
| * | Documentation: consistently use spaces inside initializersPatrick Steinhardt2024-07-301-1/+1
| * | Documentation: document idiomatic function namesPatrick Steinhardt2024-07-301-0/+17
| * | Documentation: document naming schema for structs and their functionsPatrick Steinhardt2024-07-301-0/+19
| * | Documentation: clarify indentation style for C preprocessor directivesPatrick Steinhardt2024-07-301-0/+10
| |/
* / CodingGuidelines: document a shell that "fails" "VAR=VAL shell_func"Junio C Hamano2024-07-231-0/+27
|/
* Merge branch 'jc/local-extern-shell-rules'Junio C Hamano2024-04-161-0/+16
|\
| * CodingGuidelines: quote assigned value in 'local var=$val'Junio C Hamano2024-04-061-0/+12
| * CodingGuidelines: describe "export VAR=VAL" ruleJunio C Hamano2024-04-061-0/+4
* | doc: rework CodingGuidelines with new formatting rulesJean-Noël Avila2024-03-291-68/+85
|/
* Merge branch 'jc/doc-compat-util'Junio C Hamano2024-03-051-6/+35
|\
| * doc: clarify the wording on <git-compat-util.h> requirementJunio C Hamano2024-02-271-6/+35
| * Merge branch 'js/contributor-docs-updates' into maint-2.43Junio C Hamano2024-02-091-2/+2
| |\
| * \ Merge branch 'js/update-urls-in-doc-and-comment' into maint-2.43Junio C Hamano2024-02-091-1/+1
| |\ \
| * \ \ Merge branch 'tz/send-email-negatable-options' into maint-2.43Junio C Hamano2024-02-091-1/+1
| |\ \ \
* | \ \ \ Merge branch 'ja/doc-placeholders-markup-rules' into HEADJunio C Hamano2024-03-011-0/+7
|\ \ \ \ \
| * | | | | doc: clarify the format of placeholdersJean-Noël Avila2024-02-211-0/+7
* | | | | | Merge branch 'js/contributor-docs-updates'Junio C Hamano2024-01-131-2/+2
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | CodingGuidelines: write punctuation marksJosh Soref2023-12-281-1/+1
| * | | | | CodingGuidelines: move period inside parenthesesJosh Soref2023-12-281-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'js/update-urls-in-doc-and-comment'Junio C Hamano2023-12-181-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | doc: update links to current pagesJosh Soref2023-11-261-1/+1
| | |/ / | |/| |
* | | | Merge branch 'tz/send-email-negatable-options'Junio C Hamano2023-12-101-1/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | perl: bump the required Perl version to 5.8.1 from 5.8.0Todd Zullinger2023-11-161-1/+1
| |/
* | Merge branch 'jc/update-list-references-to-lore'Junio C Hamano2023-10-291-1/+1
|\ \
| * | doc: update list archive reference to use lore.kernel.orgJunio C Hamano2023-10-071-1/+1
| |/
* | documentation: fix subject/verb agreementElijah Newren2023-10-091-1/+1
* | documentation: wording improvementsElijah Newren2023-10-091-2/+2
|/
* Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano2023-06-301-1/+1
|\
| * cache.h: remove this no-longer-used headerElijah Newren2023-06-211-1/+1
* | Merge branch 'jt/doc-use-octal-with-printf'Junio C Hamano2023-06-231-0/+4
|\ \
| * | CodingGuidelines: use octal escapes, not hexJonathan Tan2023-06-141-0/+4
| |/
* / docs: typofixesLinus Arver2023-06-121-1/+1
|/
* treewide: ensure one of the appropriate headers is sourced firstElijah Newren2023-02-241-2/+6
* Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano2022-10-281-2/+12
|\
| * CodingGuidelines: update and clarify command-line conventionsÆvar Arnfjörð Bjarmason2022-10-131-2/+12
* | Merge branch 'ab/coding-guidelines-c99'Junio C Hamano2022-10-201-10/+25
|\ \
| * | CodingGuidelines: recommend against unportable C99 struct syntaxÆvar Arnfjörð Bjarmason2022-10-111-0/+5
| * | CodingGuidelines: mention C99 features we can't useÆvar Arnfjörð Bjarmason2022-10-101-0/+7
| * | CodingGuidelines: allow declaring variables in for loopsÆvar Arnfjörð Bjarmason2022-10-101-8/+2
| * | CodingGuidelines: mention dynamic C99 initializer elementsÆvar Arnfjörð Bjarmason2022-10-101-0/+5