summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-15Merge branch 'bb/make-developer-pedantic'Libravatar Junio C Hamano2-0/+10
2018-08-15Merge branch 'es/diff-color-moved-fix'Libravatar Junio C Hamano3-4/+7
2018-08-15Merge branch 'bw/protocol-v2'Libravatar Junio C Hamano1-1/+2
2018-08-15Merge branch 'sg/travis-cocci-diagnose-failure'Libravatar Junio C Hamano1-1/+20
2018-08-15Merge branch 'js/t7406-recursive-submodule-update-order-fix'Libravatar Junio C Hamano1-5/+6
2018-08-15Merge branch 'bw/fetch-pack-i18n'Libravatar Junio C Hamano1-8/+8
2018-08-15Merge branch 'sg/fast-import-dump-refs-on-checkpoint-fix'Libravatar Junio C Hamano1-1/+4
2018-08-15Merge branch 'sb/trailers-docfix'Libravatar Junio C Hamano1-3/+6
2018-08-15Merge branch 'jk/ui-color-always-to-auto'Libravatar Junio C Hamano2-2/+2
2018-08-09rebase --exec: make it work with --rebase-mergesLibravatar Johannes Schindelin2-12/+32
2018-08-08t7406: avoid using test_must_fail for commands other than gitLibravatar Elijah Newren1-1/+1
2018-08-08t7406: prefer test_* helper functions to test -[feds]Libravatar Elijah Newren2-3/+11
2018-08-08t7406: avoid having git commands upstream of a pipeLibravatar Elijah Newren1-9/+17
2018-08-08t7406: simplify by using diff --name-only instead of diff --rawLibravatar Elijah Newren1-5/+5
2018-08-08t7406: fix call that was failing for the wrong reasonLibravatar Elijah Newren1-1/+2
2018-08-08remote-curl: remove spurious periodLibravatar Johannes Schindelin1-1/+1
2018-08-08git-compat-util.h: fix typoLibravatar Johannes Schindelin1-1/+1
2018-08-08git-instaweb: fix apache2 config with apache >= 2.4Libravatar Sebastian Kisela1-1/+1
2018-08-08git-instaweb: support Fedora/Red Hat apache module pathLibravatar Sebastian Kisela1-7/+11
2018-08-07doc hash-function-transition: pick SHA-256 as NewHashLibravatar Jonathan Nieder1-98/+98
2018-08-06Makefile: add missing dependency for command-list.hLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-08-06t3430: demonstrate what -r, --autosquash & --exec should doLibravatar Johannes Schindelin1-0/+17
2018-08-06t4150: fix broken test for am --scissorsLibravatar Andrei Rybak1-19/+20
2018-08-06pull --rebase=<type>: allow single-letter abbreviations for the typeLibravatar Johannes Schindelin2-3/+15
2018-08-06add a script to diff rendered documentationLibravatar Jeff King2-0/+110
2018-08-06config: document git config getter return valueLibravatar Han-Wen Nienhuys1-1/+6
2018-08-06config.txt: reorder blame stuff to keep config keys sortedLibravatar Nguyễn Thái Ngọc Duy1-34/+34
2018-08-06t3031: update test description to mention desired behaviorLibravatar Elijah Newren1-1/+1
2018-08-03submodule.h: drop extern from function declarationLibravatar Nguyễn Thái Ngọc Duy1-56/+56
2018-08-03revision.h: drop extern from function declarationLibravatar Nguyễn Thái Ngọc Duy1-34/+35
2018-08-03repository.h: drop extern from function declarationLibravatar Nguyễn Thái Ngọc Duy1-14/+11
2018-08-03rerere.h: drop extern from function declarationLibravatar Nguyễn Thái Ngọc Duy1-7/+7
2018-08-03line-range.h: drop extern from function declarationLibravatar Nguyễn Thái Ngọc Duy1-6/+6
2018-08-03diff.h: remove extern from function declarationLibravatar Nguyễn Thái Ngọc Duy1-60/+60
2018-08-03diffcore.h: drop extern from function declarationLibravatar Nguyễn Thái Ngọc Duy1-25/+25
2018-08-03convert.h: drop 'extern' from function declarationLibravatar Nguyễn Thái Ngọc Duy1-27/+29
2018-08-03cache-tree.h: drop extern from function declarationLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-08-03blame.h: drop extern on func declarationLibravatar Nguyễn Thái Ngọc Duy1-12/+16
2018-08-03attr.h: drop extern from function declarationLibravatar Nguyễn Thái Ngọc Duy1-12/+12
2018-08-03apply.h: drop extern on func declarationLibravatar Nguyễn Thái Ngọc Duy1-12/+11
2018-08-03color: protect against out-of-bounds reads and writesLibravatar Eric Sunshine1-0/+3
2018-08-03parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELPLibravatar René Scharfe9-15/+12
2018-08-03shortlog: correct option help for -wLibravatar René Scharfe1-2/+4
2018-08-03send-pack: specify --force-with-lease argument help explicitlyLibravatar René Scharfe1-2/+3
2018-08-03pack-objects: specify --index-version argument help explicitlyLibravatar René Scharfe1-2/+2
2018-08-03difftool: remove angular brackets from argument helpLibravatar René Scharfe1-2/+2
2018-08-03add, update-index: fix --chmod argument helpLibravatar René Scharfe2-2/+4
2018-08-03push: use PARSE_OPT_LITERAL_ARGHELP instead of unbalanced bracketsLibravatar Ævar Arnfjörð Bjarmason1-2/+2
2018-08-02Fifth batch for 2.19 cycleLibravatar Junio C Hamano1-0/+107
2018-08-02Merge branch 'jt/commit-graph-per-object-store'Libravatar Junio C Hamano16-62/+207