aboutsummaryrefslogtreecommitdiff
In the package definition the call to the command 'git' is substituted with
the full path to the git executable. This change causes the mix formatting tool
to complain that the line is too long. This workaround reformats the file
after the substitution is made.

--- a/Makefile
+++ b/Makefile
@@ -265,6 +265,7 @@ format: compile
	$(call FORMAT)
 
 test_formatted: compile
+	$(call FORMAT,lib/mix/lib/mix/scm/git.ex)
	$(call FORMAT,--check-formatted)
 
 test_erlang: compile $(TEST_ERLS)
2c024f9b1b8bce65dbe1dfbf4e926bc77'>gnu: ocaml-ssl: Don't use unstable tarball....Tobias Geerinckx-Rice 2018-09-15gnu: ocaml-ounit: Update to 2.0.8....Tobias Geerinckx-Rice 2018-09-15gnu: coq: Update to 8.8.1....Tobias Geerinckx-Rice 2018-09-15gnu: coq: INVOKE....Tobias Geerinckx-Rice 2018-06-20gnu: ocaml: Build reproducibly....Julien Lepiller 2018-05-06Merge branch 'master' into core-updatesMarius Bakke 2018-05-04gnu: coq-coquelicot: Fix for coq 8.8....Julien Lepiller 2018-05-04gnu: coq-bignums: Update to 8.8.0....Julien Lepiller 2018-05-04gnu: coq-mathcomp: Update to 1.7.0....Julien Lepiller 2018-05-04gnu: coq-gappa: Update to 1.3.2....Julien Lepiller 2018-05-04gnu: coq-flocq: Update to 2.6.1....Julien Lepiller 2018-05-04gnu: coq: Update to 8.8.0....Julien Lepiller 2018-04-12gnu: ocaml-findlib: Return #t from all phases....Mark H Weaver 2018-04-12gnu: camlp5: Return #t from all phases....Mark H Weaver 2018-04-10Merge branch 'master' into core-updatesMark H Weaver 2018-04-06gnu: ldc, bap: Build with Clang 3.8....Marius Bakke 2018-03-29Merge branch 'master' into core-updatesMarius Bakke 2018-03-23gnu: coq-flocq: Use predictable source URI....Tobias Geerinckx-Rice 2018-03-20gnu: coq-flocq: Update phase style....Tobias Geerinckx-Rice 2018-03-20Merge branch 'master' into core-updatesMark H Weaver 2018-03-17gnu: Fix common unquote typos....Tobias Geerinckx-Rice 2018-03-16gnu: All snippets report errors using exceptions, else return #t....Mark H Weaver 2018-03-13gnu: ocaml-ssl: Declare a source file-name....Efraim Flashner 2018-03-13gnu: ocaml-lwt: Declare a source file-name....Efraim Flashner 2018-03-13gnu: ocaml-bitstring: Declare a source file-name....Efraim Flashner 2018-03-13gnu: ocaml-piqi: Declare a source file-name....Efraim Flashner 2018-03-13gnu: ocaml-result: Declare a source file-name....Efraim Flashner 2018-03-13gnu: ocaml-stringext: Declare a source file-name....Efraim Flashner 2018-03-13gnu: ocaml-qtest: Update to 2.8....Efraim Flashner 2018-03-13gnu: ocaml-qtest: Declare a source file-name....Efraim Flashner 2018-02-03Merge branch 'master' into core-updatesMark H Weaver 2018-02-01gnu: ocaml-findlib: Update to 1.7.3....Peter Kreye 2018-02-01gnu: Add ocaml-tsdl....Peter Kreye 2018-02-01gnu: Add ocaml-ocb-stubblr....Peter Kreye 2018-02-01gnu: Add ocaml-ctypes....Peter Kreye 2018-02-01gnu: Add ocaml-integers....Peter Kreye 2018-02-01gnu: ocaml-findlib-1.7.3: Fix install....Peter Kreye 2018-01-11Merge branch 'master' into core-updatesLeo Famulari 2018-01-10gnu: ocaml-zed: Update to 1.6....Tobias Geerinckx-Rice 2018-01-02gnu: ocaml: Use gcc:lib from gcc, not gcc-4.9....Mark H Weaver