summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-25Merge branch 'ab/gc-reflog'Libravatar Junio C Hamano3-16/+65
2019-04-25Merge branch 'nd/checkout-m'Libravatar Junio C Hamano6-24/+28
2019-04-25Merge branch 'js/difftool-no-index'Libravatar Junio C Hamano7-9/+29
2019-04-25Merge branch 'pw/cherry-pick-continue'Libravatar Junio C Hamano2-13/+64
2019-04-25Merge branch 'nd/commit-a-with-paths-msg-update'Libravatar Junio C Hamano1-1/+2
2019-04-25Merge branch 'jk/server-info-rabbit-hole'Libravatar Junio C Hamano11-111/+173
2019-04-25Merge branch 'nd/diff-parseopt-4'Libravatar Junio C Hamano9-239/+219
2019-04-25Merge branch 'jk/unused-params-even-more'Libravatar Junio C Hamano24-67/+61
2019-04-25Merge branch 'sg/test-atexit'Libravatar Junio C Hamano68-247/+136
2019-04-25Merge branch 'ag/sequencer-reduce-rewriting-todo'Libravatar Junio C Hamano5-482/+553
2019-04-25Merge branch 'bp/post-index-change-hook'Libravatar Junio C Hamano7-3/+182
2019-04-22The sixth batchLibravatar Junio C Hamano1-2/+24
2019-04-22Merge branch 'da/smerge'Libravatar Junio C Hamano3-1/+15
2019-04-22Merge branch 'dl/flex-str-cocci'Libravatar Junio C Hamano2-1/+14
2019-04-22Merge branch 'js/spell-out-options-in-tests'Libravatar Junio C Hamano12-43/+75
2019-04-22Merge branch 'nd/read-tree-reset-doc'Libravatar Junio C Hamano1-2/+3
2019-04-22Merge branch 'nd/interpret-trailers-docfix'Libravatar Junio C Hamano1-1/+1
2019-04-22Merge branch 'sg/asciidoctor-in-ci'Libravatar Junio C Hamano5-36/+46
2019-04-22Merge branch 'tz/asciidoctor-fixes'Libravatar Junio C Hamano2-15/+19
2019-04-22Merge branch 'js/check-docs-exe'Libravatar Junio C Hamano8-41/+10
2019-04-22Merge branch 'nd/include-if-wildmatch'Libravatar Junio C Hamano2-1/+14
2019-04-22Merge branch 'cb/doco-mono'Libravatar Junio C Hamano18-67/+70
2019-04-22Merge branch 'tg/stash-in-c-show-default-to-p-fix'Libravatar Junio C Hamano2-0/+22
2019-04-22Merge branch 'js/stash-in-c-pathspec-fix'Libravatar Junio C Hamano3-35/+50
2019-04-22Merge branch 'tb/stash-in-c-unused-param-fix'Libravatar Junio C Hamano1-4/+4
2019-04-22Merge branch 'ps/stash-in-c'Libravatar Junio C Hamano16-72/+2017
2019-04-21worktree: update is_bare heuristicsLibravatar Jonathan Tan2-4/+34
2019-04-19untracked-cache: simplify parsing by dropping "len"Libravatar Jeff King1-8/+5
2019-04-19untracked-cache: simplify parsing by dropping "next"Libravatar Jeff King1-13/+7
2019-04-19untracked-cache: be defensive about missing NULs in indexLibravatar Jeff King1-7/+11
2019-04-19t5304: add a test for pruning with bitmapsLibravatar Jeff King1-0/+8
2019-04-19Turn `git serve` into a test helperLibravatar Johannes Schindelin9-30/+36
2019-04-19test-tool: handle the `-C <directory>` option just like `git`Libravatar Johannes Schindelin1-0/+19
2019-04-19check-docs: do not bother checking for legacy scripts' documentationLibravatar Johannes Schindelin1-1/+1
2019-04-19docs: exclude documentation for commands that have been excludedLibravatar Johannes Schindelin3-0/+13
2019-04-19check-docs: allow command-list.txt to contain excluded commandsLibravatar Johannes Schindelin1-1/+1
2019-04-19help -a: do not list commands that are excluded from the buildLibravatar Johannes Schindelin2-3/+21
2019-04-19Makefile: drop the NO_INSTALL variableLibravatar Johannes Schindelin1-13/+8
2019-04-19cherry-pick/revert: add scissors line on merge conflictLibravatar Denton Liu7-14/+122
2019-04-19sequencer.c: save and restore cleanup modeLibravatar Phillip Wood1-1/+27
2019-04-18merge: add scissors line on merge conflictLibravatar Denton Liu4-7/+82
2019-04-18merge: cleanup messages like commitLibravatar Denton Liu7-13/+128
2019-04-18parse-options.h: extract common --cleanup optionLibravatar Denton Liu3-3/+3
2019-04-18commit: extract cleanup_mode functions to sequencerLibravatar Denton Liu3-23/+37
2019-04-18t7502: clean up styleLibravatar Denton Liu1-40/+53
2019-04-18t7604: clean up styleLibravatar Denton Liu1-5/+7
2019-04-18t3507: clean up styleLibravatar Denton Liu1-21/+21
2019-04-18t7600: clean up styleLibravatar Denton Liu1-14/+13
2019-04-18sequencer: fix cleanup with --signoff and -xLibravatar Phillip Wood3-7/+38
2019-04-18clone: send server options when using protocol v2Libravatar Jonathan Tan4-1/+38