git-remote-object-store 0.2.3

Git remote helper backed by cloud object stores (S3, Azure Blob Storage)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
; checkmake configuration -- https://github.com/mrtazz/checkmake
;
; Run with: checkmake --config .checkmake.ini Makefile
;
; The default maxBodyLength of 5 is too aggressive for orchestration
; Makefiles that contain self-documenting help blocks and multi-step
; fmt/lint pipelines. 80 lines comfortably accommodates the help target
; and compound pipelines while still flagging genuinely runaway recipes
; that should be split into helper scripts.

[maxbodylength]
maxBodyLength = 80