summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-21parse_commit_buffer(): treat lookup_tree() failure as parse errorLibravatar Jeff King1-1/+7
2019-10-21parse_commit_buffer(): treat lookup_commit() failure as parse errorLibravatar Jeff King2-4/+9
2019-10-21test-progress: fix test failures on big-endian systemsLibravatar SZEDER Gábor1-1/+1
2019-10-19l10n: bg.po: Updated Bulgarian translation (4693)Libravatar Alexander Shopov1-2425/+2560
2019-10-18completion: clarify installation instruction for zshLibravatar Maxim Belsky1-2/+3
2019-10-18Git 2.24-rc0Libravatar Junio C Hamano2-1/+18
2019-10-18Merge branch 'rs/remote-curl-use-argv-array'Libravatar Junio C Hamano1-13/+9
2019-10-18Merge branch 'rs/column-use-utf8-strnwidth'Libravatar Junio C Hamano1-12/+1
2019-10-18Merge branch 'rs/http-push-simplify'Libravatar Junio C Hamano1-4/+4
2019-10-18Merge branch 'jj/stash-reset-only-toplevel'Libravatar Junio C Hamano3-3/+43
2019-10-18Merge branch 'bw/format-patch-o-create-leading-dirs'Libravatar Junio C Hamano4-2/+42
2019-10-18Merge branch 'bb/compat-util-comment-fix'Libravatar Junio C Hamano1-1/+1
2019-10-18Merge branch 'bb/utf8-wcwidth-cleanup'Libravatar Junio C Hamano1-4/+2
2019-10-18Merge branch 'dl/allow-running-cocci-verbosely'Libravatar Junio C Hamano1-1/+2
2019-10-18Merge branch 'dl/compat-cleanup'Libravatar Junio C Hamano1-1/+1
2019-10-18Merge branch 'ta/t1308-typofix'Libravatar Junio C Hamano1-4/+4
2019-10-18Merge branch 'js/doc-stash-save'Libravatar Junio C Hamano1-2/+3
2019-10-18grep: avoid leak of chartables in PCRE2Libravatar Carlo Marcelo Arenas Belón2-3/+5
2019-10-18grep: make PCRE2 aware of custom allocatorLibravatar Carlo Marcelo Arenas Belón3-1/+35
2019-10-18grep: make PCRE1 aware of custom allocatorLibravatar Carlo Marcelo Arenas Belón1-0/+8
2019-10-18notes: fix minimum number of parameters to "copy" subcommandLibravatar Doan Tran Cong Danh3-6/+42
2019-10-18t3301: test diagnose messages for too few/many paramtersLibravatar Doan Tran Cong Danh1-2/+4
2019-10-17remote-curl: pass on atomic capability to remote sideLibravatar brian m. carlson5-3/+62
2019-10-16graph: fix coloring of octopus dashesLibravatar James Coglan2-39/+42
2019-10-16graph: flatten edges that fuse with their right neighborLibravatar James Coglan3-34/+86
2019-10-16graph: smooth appearance of collapsing edges on commit linesLibravatar James Coglan6-26/+35
2019-10-16graph: rename `new_mapping` to `old_mapping`Libravatar James Coglan1-27/+27
2019-10-16graph: commit and post-merge lines for left-skewed mergesLibravatar James Coglan2-7/+203
2019-10-16graph: tidy up display of left-skewed mergesLibravatar James Coglan3-46/+144
2019-10-16graph: example of graph output that can be simplifiedLibravatar James Coglan1-0/+43
2019-10-16graph: extract logic for moving to GRAPH_PRE_COMMIT stateLibravatar James Coglan1-4/+8
2019-10-16graph: remove `mapping_idx` and `graph_update_width()`Libravatar James Coglan1-55/+10
2019-10-16graph: reduce duplication in `graph_insert_into_new_columns()`Libravatar James Coglan1-13/+7
2019-10-16graph: reuse `find_new_column_by_commit()`Libravatar James Coglan1-25/+23
2019-10-16graph: handle line padding in `graph_next_line()`Libravatar James Coglan1-29/+20
2019-10-16graph: automatically track display width of graph linesLibravatar James Coglan1-95/+99
2019-10-16fetch-pack: write fetched refs to .promisorLibravatar Jonathan Tan3-4/+58
2019-10-16sequencer: run post-commit hookLibravatar Phillip Wood2-0/+20
2019-10-16move run_commit_hook() to libgit and use it thereLibravatar Phillip Wood3-35/+34
2019-10-16sequencer.h fix placement of #endifLibravatar Phillip Wood1-2/+1
2019-10-16t3404: remove uneeded calls to set_fake_editorLibravatar Phillip Wood2-20/+33
2019-10-16t3404: set $EDITOR in subshellLibravatar Phillip Wood1-204/+342
2019-10-16t3404: remove unnecessary subshellLibravatar Phillip Wood1-4/+2
2019-10-16format-patch: teach --cover-from-description optionLibravatar Denton Liu5-21/+279
2019-10-16format-patch: use enum variablesLibravatar Denton Liu1-13/+17
2019-10-16format-patch: replace erroneous and conditionLibravatar Denton Liu1-1/+1
2019-10-15diff-highlight: fix a whitespace nitLibravatar Norman Rasmussen1-1/+1
2019-10-15Ninth batchLibravatar Junio C Hamano1-0/+33
2019-10-15Merge branch 'jk/coc'Libravatar Junio C Hamano1-0/+93
2019-10-15Merge branch 'js/trace2-fetch-push'Libravatar Junio C Hamano4-10/+41