1. 16587c7 Refactor processChar to reduce complexity by Kauê Soares da Silveira · 3 weeks ago master
  2. 0b0c270 Refactor parseList to reduce complexity by Kauê Soares da Silveira · 4 weeks ago
  3. 3c4024c Refactor the parse function in third_party/txtpbfmt/impl.go to reduce its complexity. by Kauê Soares da Silveira · 4 weeks ago
  4. ff5ff96 Merge pull request #179 from mhsong21:sort-by-descriptor-field by txtpbfmt team · 5 weeks ago
  5. 41497d5 fix impl_test.go by martin · 6 weeks ago
  6. cbb9959 fix descriptor test by martin · 6 weeks ago
  7. 750f0e9 remove redundant code by martin · 6 weeks ago
  8. be00ef9 Implement SortFieldsByFieldNumber by martin · 6 weeks ago
  9. cf07efc Support sorting protos in DNS order. by txtpbfmt team · 9 weeks ago
  10. f293424 Move quote functions to a separate package. by Kauê Soares da Silveira · 4 months ago
  11. 5749ee8 Factor wrapping code into separate package. by Kauê Soares da Silveira · 4 months ago
  12. 882eecd Extract printing into its own file. by Kauê Soares da Silveira · 4 months ago
  13. df82afe Move implementation from parser.go to impl.go. by Kauê Soares da Silveira · 4 months ago
  14. b5dd51e Make private the symbols that don't have any users. by Kauê Soares da Silveira · 4 months ago
  15. 3f6fb1a Move sorting logic to sort.go. by Kauê Soares da Silveira · 4 months ago
  16. e38bc7b No public description by Kauê Soares da Silveira · 4 months ago
  17. c99e993 Move parser.Config to config.go. by Kauê Soares da Silveira · 4 months ago
  18. ef04f62 Delete parser.Logger alias. by Kauê Soares da Silveira · 4 months ago
  19. d84393b Correct use of the logger in fmt.go. by Kauê Soares da Silveira · 4 months ago
  20. 88e1abe Move parser.Logger to logger.go. by Kauê Soares da Silveira · 4 months ago
  21. 763389c Improve formatting of test inputs. by Kauê Soares da Silveira · 4 months ago
  22. 5e76e95 Improve formatting of test inputs. by Kauê Soares da Silveira · 4 months ago
  23. 9bdfa6b Improve formatting of test inputs. by Kauê Soares da Silveira · 4 months ago
  24. b314625 Fix html wrapping and add test. by Kauê Soares da Silveira · 5 months ago
  25. 078d4ca Fix removeDeleted for empty children. by Kauê Soares da Silveira · 5 months ago
  26. f802d85 Fix lint errors. by Kauê Soares da Silveira · 5 months ago
  27. 92bab53 Cover additional error handling paths. by Kauê Soares da Silveira · 5 months ago
  28. 6faac8e Migrate deprecated ioutil package calls to os calls. by Kauê Soares da Silveira · 5 months ago
  29. c917e96 Use function to append runes. by Kauê Soares da Silveira · 5 months ago
  30. ddd2b88 Refactor: Split Unescape logic into dedicated functions. by Kauê Soares da Silveira · 5 months ago
  31. 01a3745 Reduce cognitive complexity of main function in txtpbfmt. by Kauê Soares da Silveira · 5 months ago
  32. 6abc7e9 Refactor: extract some methods from `readValues` by Kauê Soares da Silveira · 5 months ago
  33. 16d806f Cleanup the code for handling bracket matching in textproto. by Kauê Soares da Silveira · 5 months ago
  34. c439210 Break the parsing of nodes into smaller functions. by Kauê Soares da Silveira · 5 months ago
  35. 5d434e0 Extracted list of values same-line check to it's own function. by Kauê Soares da Silveira · 5 months ago
  36. cf9b98b Simplified the readTemplate() function. by Kauê Soares da Silveira · 5 months ago
  37. b50f23a Move write pre-comments into a separate function. by Kauê Soares da Silveira · 5 months ago
  38. 45135e7 Refactor `writeNodes` function to be more readable by creating `writeNode` function. by Kauê Soares da Silveira · 5 months ago
  39. 9806ea3 Reduce cyclomatic complexity in `needsWrappingAtColumn` by extracting `shouldWrapString`. by Kauê Soares da Silveira · 5 months ago
  40. 504d2d4 Simplify implementation of wrapStrings. by Kauê Soares da Silveira · 5 months ago
  41. f485d84 Split text txtpbfmt wrap logic into separate functions. by Kauê Soares da Silveira · 5 months ago
  42. 6e73f7a Pull consumeWhitespace out of readFormatterDisabledBlock. by Kauê Soares da Silveira · 5 months ago
  43. a5fe556 Add a config called reverse_sort to reverse the sort order of sort_* configs by txtpbfmt team · 8 months ago
  44. bcaa210 Generalize sort_repeated_fields_by_subfield to any path to the subfields. by txtpbfmt team · 8 months ago
  45. 1ee4910 chomp carriage returns by txtpbfmt team · 9 months ago
  46. 30b622f change to go ver to 1.19 by txtpbfmt team · 9 months ago
  47. feedd82 Merge pull request #127 from protocolbuffers:dependabot/go_modules/github.com/golang/glog-1.2.4 by txtpbfmt team · 9 months ago
  48. d2d5496 Bump github.com/golang/glog by dependabot[bot] · 9 months ago dependabot/go_modules/github.com/golang/glog-1.2.4
  49. 20d2c9e Recognize \r as a valid space separator by txtpbfmt team · 12 months ago
  50. 5c07d7c Improve error readability by txtpbfmt team · 12 months ago
  51. 11f40bd Include the line number when reporting an extra '}' or '>', rather than just the character index. by txtpbfmt team · 1 year, 1 month ago
  52. 8e6b51f Incremental improvement to granular disabling directive. by txtpbfmt team · 1 year, 3 months ago
  53. e3b1504 Correctly implement granular formatter disabling and allow some white space before directive. by txtpbfmt team · 1 year, 3 months ago
  54. 21b1d98 Fix granular formatting disable to allow for preceding blank lines. by txtpbfmt team · 1 year, 3 months ago
  55. 0a5c94e Fix granular formatting disable to allow for preceding blank lines. by txtpbfmt team · 1 year, 3 months ago
  56. a619d35 txtpbfmt: add support for wrapping without wordwrap by txtpbfmt team · 1 year, 3 months ago
  57. 70a5980 Allow granular disabling of formatter and fix unnecessary nil check. by txtpbfmt team · 1 year, 3 months ago
  58. dedd929 Internal. by Kauê Soares da Silveira · 1 year, 5 months ago
  59. 1e18ef0 Make quote symbol preserved in multiline quoted strings. by txtpbfmt team · 1 year, 7 months ago
  60. ef3ab17 Rollback of "Prevent blank lines between a comment and an item from moving with the item". by txtpbfmt team · 1 year, 10 months ago
  61. 426a488 Sort list values if repeated field sorting is enabled. by txtpbfmt team · 1 year, 10 months ago
  62. 5d63926 Prevent blank lines between a comment and an item from moving with the item. by txtpbfmt team · 1 year, 10 months ago
  63. 442737f Add a method for checking if a node is a blank line. by txtpbfmt team · 1 year, 10 months ago
  64. 75d56e8 Simplify handling of newline characters at the end of previous items in the parse loop. by txtpbfmt team · 1 year, 10 months ago
  65. c34e10e Add a test case that makes it easy to see that detached comments affect sorting. by txtpbfmt team · 1 year, 10 months ago
  66. 7af6c07 Add a test case that shows the blank line collapsing behavior. by txtpbfmt team · 1 year, 10 months ago
  67. 084445f Document configurable txtpbfmt features. by Kauê Soares da Silveira · 2 years, 1 month ago
  68. 1072508 Add additional tests that demonstrate how textproto lists are parsed by txtpbfmt team · 2 years, 1 month ago
  69. d9d085e Update `parser.ByFieldOrder` to make it clear that it is transitive and stable. by Kauê Soares da Silveira · 2 years, 2 months ago
  70. f3cc041 Make `sort_repeated_fields_by_content` transitive and stable. by Kauê Soares da Silveira · 2 years, 2 months ago
  71. d15414b Make `sort_repeated_fields_by_subfield` transitive and stable. by Kauê Soares da Silveira · 2 years, 2 months ago
  72. c3c0a04 Sort all children and also sort adjacent children with the same name. by Kauê Soares da Silveira · 2 years, 2 months ago
  73. 0c31dbd Preserve multi-line value lists when calling Fix() by txtpbfmt team · 2 years, 3 months ago
  74. 58d06d1 Replace `out` with `PrettyBytes` by txtpbfmt team · 2 years, 4 months ago
  75. fa9f017 trim trailing newlines by Kauê Soares da Silveira · 2 years, 7 months ago
  76. 7962e19 trim trailing newlines by Mike Frysinger · 2 years, 7 months ago
  77. 3462fbc Add more flags to fmt command. by txtpbfmt team · 2 years, 8 months ago
  78. 7e3b713 Auto-disable WrapStringsAfterNewlines for binary-ish strings. by txtpbfmt team · 2 years, 8 months ago
  79. 0e3c6a0 Allow <stdin> to be called something else in log/error messages by txtpbfmt team · 2 years, 8 months ago
  80. 9485b87 Preserve comments between field name and start of field values in list syntax by txtpbfmt team · 2 years, 8 months ago
  81. 1a4f451 Add WrapStringsAfterNewlines config option. by txtpbfmt team · 2 years, 8 months ago
  82. 76f6261 Update txtpbfmt go.mod to go 1.18. by Kauê Soares da Silveira · 2 years, 9 months ago
  83. 765cbae Merge pull request #77 from mvdan:parser-glog by txtpbfmt team · 2 years, 9 months ago
  84. ec6184f parser: replace glog Infof calls with an interface by Daniel Martí · 2 years, 10 months ago
  85. 31ca894 unquote: drop dependency on glog by Daniel Martí · 2 years, 10 months ago
  86. fcc1fa2 Mark doc as exempt from freshness. by Kauê Soares da Silveira · 2 years, 10 months ago
  87. b39e15a Merge pull request #84 from mvdan:parser-log-errorf-2 by txtpbfmt team · 2 years, 10 months ago
  88. c76798a parser: swap all log.Errorf calls with error values, take 2 by Daniel Martí · 2 years, 10 months ago
  89. d8aad3f Preserve comments between field name and field values by txtpbfmt team · 2 years, 10 months ago
  90. d5145a9 Generate stable results when multiple 'sort_repeated_fields_by_subfield' are given. by txtpbfmt team · 2 years, 10 months ago
  91. 5ecdd59 Internal by txtpbfmt team · 2 years, 10 months ago
  92. db1d62a parser: swap all log.Errorf calls with error values by Daniel Martí · 2 years, 10 months ago
  93. 31e4035 Update install to reflect deprecation of 'go get' outside a module. by txtpbfmt team · 3 years ago
  94. 61ed6f8 update documentation to mention the Text Format Language Specification. by Kauê Soares da Silveira · 3 years, 1 month ago
  95. 95970ee Fix text wrapping bug, where inline children caused wrapping to by txtpbfmt team · 3 years, 2 months ago
  96. fc78c76 Fix misspelling of "explicitly" by txtpbfmt team · 3 years, 5 months ago
  97. 74888fd Rollback of: Made the missing colon for scalar check less restrictive, and it now doesn't error for unexpected invalid textproto, such as `<nil>`. by Kauê Soares da Silveira · 3 years, 7 months ago
  98. dea0808 Made the missing colon for scalar check less restrictive, and it now doesn't error for unexpected invalid textproto, such as `<nil>`. by txtpbfmt team · 3 years, 7 months ago
  99. 8830a50 Allow sorting by a user-specified field order. by txtpbfmt team · 3 years, 7 months ago
  100. d629130 Internal change by txtpbfmt team · 3 years, 7 months ago