summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-22Merge branch 'tz/asciidoctor-fixes'Junio C Hamano
2019-04-22Merge branch 'js/check-docs-exe'Junio C Hamano
2019-04-22Merge branch 'nd/include-if-wildmatch'Junio C Hamano
2019-04-22Merge branch 'cb/doco-mono'Junio C Hamano
2019-04-22Merge branch 'tg/stash-in-c-show-default-to-p-fix'Junio C Hamano
2019-04-22Merge branch 'js/stash-in-c-pathspec-fix'Junio C Hamano
2019-04-22Merge branch 'tb/stash-in-c-unused-param-fix'Junio C Hamano
2019-04-22Merge branch 'ps/stash-in-c'Junio C Hamano
2019-04-21clone: do faster object check for partial clonesJosh Steadmon
2019-04-21worktree: update is_bare heuristicsJonathan Tan
2019-04-19rebase -i: run without forking rebase--interactivePhillip Wood
2019-04-19rebase: use a common action enumPhillip Wood
2019-04-19rebase -i: use struct rebase_options in do_interactive_rebase()Phillip Wood
2019-04-19rebase -i: use struct rebase_options to parse argsPhillip Wood
2019-04-19rebase -i: use struct object_id for squash_ontoPhillip Wood
2019-04-19rebase -i: use struct commit when parsing optionsPhillip Wood
2019-04-19rebase -i: remove duplicationPhillip Wood
2019-04-19rebase -i: combine rebase--interactive.c with rebase.cPhillip Wood
2019-04-19rebase: use OPT_RERERE_AUTOUPDATE()Phillip Wood
2019-04-19rebase: rename write_basic_state()Phillip Wood
2019-04-19rebase: don't translate trace stringsPhillip Wood
2019-04-19sequencer: always discard index after checkoutPhillip Wood
2019-04-19Merge branch 'ag/sequencer-reduce-rewriting-todo' into pw/rebase-i-internalJunio C Hamano
2019-04-19untracked-cache: simplify parsing by dropping "len"Jeff King
2019-04-19untracked-cache: simplify parsing by dropping "next"Jeff King
2019-04-19untracked-cache: be defensive about missing NULs in indexJeff King
2019-04-19t5304: add a test for pruning with bitmapsJeff King
2019-04-19Turn `git serve` into a test helperJohannes Schindelin
2019-04-19test-tool: handle the `-C <directory>` option just like `git`Johannes Schindelin
2019-04-19check-docs: do not bother checking for legacy scripts' documentationJohannes Schindelin
2019-04-19docs: exclude documentation for commands that have been excludedJohannes Schindelin
2019-04-19check-docs: allow command-list.txt to contain excluded commandsJohannes Schindelin
2019-04-19help -a: do not list commands that are excluded from the buildJohannes Schindelin
2019-04-19Makefile: drop the NO_INSTALL variableJohannes Schindelin
2019-04-19autoconf: #include <libintl.h> when checking for gettext()Vadim Kochan
2019-04-19cherry-pick/revert: add scissors line on merge conflictDenton Liu
2019-04-19sequencer.c: save and restore cleanup modePhillip Wood
2019-04-18merge: add scissors line on merge conflictDenton Liu
2019-04-18merge: cleanup messages like commitDenton Liu
2019-04-18parse-options.h: extract common --cleanup optionDenton Liu
2019-04-18commit: extract cleanup_mode functions to sequencerDenton Liu
2019-04-18t7502: clean up styleDenton Liu
2019-04-18t7604: clean up styleDenton Liu
2019-04-18t3507: clean up styleDenton Liu
2019-04-18t7600: clean up styleDenton Liu
2019-04-18sequencer: fix cleanup with --signoff and -xPhillip Wood
2019-04-18clone: send server options when using protocol v2Jonathan Tan
2019-04-18transport: die if server options are unsupportedJonathan Tan
2019-04-18ref-filter: use correct branch for %(push:track)Damien Robert
2019-04-17fix cherry-pick/revert status after commitPhillip Wood