64 Commits (98cdfbb84ad2ed6a2eb43dafa357a70a4b0a0fad)

Author SHA1 Message Date
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
Ralf Wildenhues 469bfc962d Fix typos in the documentation 14 years ago
Giuseppe Bilotta f36a4fa8ef CodingGuidelines: mention whitespace preferences for shell scripts 14 years ago
Štěpán Němec c455bd8950 CodingGuidelines: Add a section on writing documentation 14 years ago
Junio C Hamano bc97994530 CodingGuidelines: reword parameter expansion section 14 years ago
Junio C Hamano 055467dd4a CodingGuidelines: spell Arithmetic Expansion with $(($var)) 15 years ago
Kjetil Barvik 571998921d lstat_cache(): swap func(length, string) into func(string, length) 16 years ago
Nanako Shiraishi dfb047b9e4 Mention "local convention" rule in the CodingGuidelines 16 years ago
Johannes Schindelin c455c87c5c Rename path_list to string_list 17 years ago
Miklos Vajna 0b0b8cd7c2 CodingGuidelines: Add a note to avoid assignments inside if() 17 years ago