- 14 Oct, 2018 2 commits
-
-
Martijn Pieters authored
-
Martijn Pieters authored
-
- 13 Oct, 2018 6 commits
-
-
Martijn Pieters authored
-
Martijn Pieters authored
-
Martijn Pieters authored
-
Martijn Pieters authored
-
Martijn Pieters authored
-
Martijn Pieters authored
See https://docs.python.org/3/library/json.html#command-line-options; there is no s.
-
- 12 Oct, 2017 9 commits
-
-
Julien Cristau authored
- mention configpaths - fix grammar
-
Julien Cristau authored
This should be a list of paths to file that affect formatting, to let us know any change in those paths should cause reformatting of the corresponding pattern.
-
Julien Cristau authored
-
Julien Cristau authored
-
Julien Cristau authored
-
Pierre-Yves David authored
Changeset c0ce60459d84 update the signature of the _filemerge function. We add necessary code to adapt to this change.
-
Pierre-Yves David authored
-
Julien Cristau authored
The formatting tool may want to know the path to the file it's formatting, rather than a temporary file, so it can apply the right configuration (e.g. .clang-format).
-
Julien Cristau authored
-
- 10 Jul, 2017 5 commits
-
-
Pierre-Yves David authored
-
Pierre-Yves David authored
-
Pierre-Yves David authored
I actually ran the test with this version and that should now work fine.
-
Pierre-Yves David authored
Aborting the whole merge is a bit harsh, we start simple, if the command is missing, we ignore the formatting, print a warning and continue the merge.
-
Pierre-Yves David authored
The adds error for all the knowns limitations and tests for all error cases.
-
- 03 Jul, 2017 3 commits
-
-
Pierre-Yves David authored
This avoid redoing the same computation over and over for every merged file.
-
Pierre-Yves David authored
So that we can cache the matcher too.
-
Pierre-Yves David authored
This will help to implement a cache.
-
- 15 Jun, 2017 1 commit
-
-
Pierre-Yves David authored
This changesets introduce the first version of an extensions able to record source code formatting and re-apply it when needed at merge time. There are various improvement needed but all the basic should be in place.
-