80 Commits (cbe566a0710b39691ca8f6cb6a764f6c553cd97b)

Author SHA1 Message Date
Denton Liu 45a87a83bb CodingGuidelines: specify Python 2.7 is the oldest version 5 years ago
Junio C Hamano 5c7bb0146e CodingGuidelines: do not ==/!= compare with 0 or '\0' or NULL 5 years ago
Jeff King 32b5fe7f0e CodingGuidelines: drop arithmetic expansion advice to use "$x" 5 years ago
Junio C Hamano 78725ebda9 CodingGuidelines: allow ${#posix} == strlen($posix) 5 years ago
Elijah Newren 031fd4b93b Documentation: fix a bunch of typos, both old and new 5 years ago
Junio C Hamano cc0c42975a CodingGuidelines: spell out post-C89 rules 6 years ago
Emily Shaffer f547101b26 doc: hint about GIT_DEBUGGER in CodingGuidelines 6 years ago
Corentin BOMPARD 0dbd305fe7 doc/CodingGuidelines: URLs and paths as monospace 6 years ago
Matthew DeVore a378fee5b0 Documentation: add shell guidelines 6 years ago
Junio C Hamano d9f079ad1a CodingGuidelines: document the API in *.h files 6 years ago
Jeff King 89a9f2c862 CodingGuidelines: mention "static" and "extern" 7 years ago
Ævar Arnfjörð Bjarmason 66f5f6dca9 C style: use standard style for "TRANSLATORS" comments 8 years ago
Ævar Arnfjörð Bjarmason 2e477d8d71 doc: replace a couple of broken gmane links 8 years ago
Jeff King 1797dc5176 CodingGuidelines: clarify multi-line brace style 8 years ago
Matthieu Moy 57103dbf70 CodingGuidelines: formatting HEAD in documentation 9 years ago
Tom Russello 41f5b21f84 doc: clearer rule about formatting literals 9 years ago
Lars Schneider 658df95a4a add DEVELOPER makefile knob to check for acknowledged warnings 9 years ago
Julian Gindi 6c3b2afe6f CodingGuidelines: update 'rough' rule count 10 years ago
Nguyễn Thái Ngọc Duy da0005b885 *config.txt: stick to camelCase naming convention 10 years ago
Junio C Hamano 35840a3e78 CodingGuidelines: describe naming rules for configuration variables 10 years ago
Junio C Hamano 412cb2ec13 CodingGuidelines: clarify C #include rules 10 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Philip Oakley 0ae0e882b2 doc: give some guidelines for error messages 11 years ago
Junio C Hamano 897f964c0d CodingGuidelines: avoid "test <cond> -a/-o <cond>" 11 years ago
Junio C Hamano f26443da04 CodingGuidelines: on splitting a long line 11 years ago
Junio C Hamano 5db9ab82b9 CodingGuidelines: on comparison 11 years ago
Junio C Hamano 691d0dd0a9 CodingGuidelines: do not call the conditional statement "if()" 11 years ago
Junio C Hamano 6117a3d494 CodingGuidelines: give an example for shell function preamble 11 years ago
Junio C Hamano 9dbe780174 CodingGuidelines: give an example for control statements 11 years ago
Junio C Hamano 6a49909b52 CodingGuidelines: give an example for redirection 11 years ago
Junio C Hamano 79fc3ca123 CodingGuidelines: give an example for case/esac statement 11 years ago
Junio C Hamano dd30800bcd CodingGuidelines: once it is in, it is not worth the code churn 11 years ago
Junio C Hamano cbcfd4e3ea i18n: mention "TRANSLATORS:" marker in Documentation/CodingGuidelines 11 years ago
Justin Lebar a58088abe2 Documentation: fix misuses of "nor" 11 years ago
Jeff King f57b6cfdf7 CodingGuidelines: mention C whitespace rules 11 years ago
Jason St. John ca03c3682a State correct usage of literal examples in man pages in the coding standards 11 years ago
brian m. carlson b75a6ca7f3 CodingGuidelines: style for multi-line comments 11 years ago
Marc Branchaud 42e0fae98e Provide some linguistic guidance for the documentation. 12 years ago
Dale Worley 48bc1755b6 CodingGuidelines: Documentation/*.txt are the sources 12 years ago
Junio C Hamano bb9f2aecf0 CodingGuidelines: our documents are in AsciiDoc 12 years ago
Ted Zlatanov c5e366b1f8 Update CodingGuidelines for Perl 12 years ago
Thomas Ackermann 2de9b71138 Documentation: the name of the system is 'Git', not 'git' 12 years ago
Thomas Ackermann 48a8c26c62 Documentation: avoid poor-man's small caps GIT 12 years ago
John Keeping 9ef43dd7ad CodingGuidelines: add Python coding guidelines 12 years ago
Adam Spiers a26fd033af Documentation: move support for old compilers to CodingGuidelines 12 years ago
Heiko Voigt 03b05c7db5 Documentation/CodingGuidelines: spell out more shell guidelines 13 years ago
Tim Henigan 860f70f9f4 CodingGuidelines: do not use 'which' in shell scripts 13 years ago
Tim Henigan 48f359bfaf CodingGuidelines: Add a note about spaces after redirection 13 years ago
Ævar Arnfjörð Bjarmason 5e9637c629 i18n: add infrastructure for translating Git with gettext 13 years ago
Junio C Hamano b1afe49dfb CodingGuidelines: downcase placeholders in usage messages 14 years ago