Staging
v0.5.1
Revision dac1d83c919430aa73f8df21854a08a7b9a95837 authored by Junio C Hamano on 04 November 2019, 04:33:06 UTC, committed by Junio C Hamano on 04 November 2019, 04:33:06 UTC
Regression fix.

* ds/commit-graph-on-fetch:
  commit-graph: fix writing first commit-graph during fetch
  t5510-fetch.sh: demonstrate fetch.writeCommitGraph bug
2 parent s c32ca69 + cb99a34
Raw File
.editorconfig
[*]
charset = utf-8
insert_final_newline = true

# The settings for C (*.c and *.h) files are mirrored in .clang-format.  Keep
# them in sync.
[*.{c,h,sh,perl,pl,pm}]
indent_style = tab
tab_width = 8

[*.py]
indent_style = space
indent_size = 4

[COMMIT_EDITMSG]
max_line_length = 72
back to top