Merge branch 'sg/completion-worktree'
[git] / add-interactive.c
2019-12-05  Junio C HamanoMerge branch 'sg/test-bool-env'
2019-12-05  Junio C HamanoMerge branch 'mh/clear-topo-walk-upon-reset'
2019-12-05  Junio C HamanoMerge branch 'hv/assume-priumax-is-available-anywhere'
2019-12-05  Junio C HamanoMerge branch 'mg/submodule-status-from-a-subdirectory'
2019-12-05  Junio C HamanoMerge branch 'dl/t5520-cleanup'
2019-12-05  Junio C HamanoMerge branch 'nl/reset-patch-takes-a-tree'
2019-12-05  Junio C HamanoMerge branch 'mg/doc-submodule-status-cached'
2019-12-05  Junio C HamanoMerge branch 'js/git-svn-use-rebase-merges'
2019-12-05  Junio C HamanoMerge branch 'hi/gpg-optional-pkfp-fix'
2019-12-05  Junio C HamanoMerge branch 'pw/sequencer-compare-with-right-parent...
2019-12-05  Junio C HamanoMerge branch 'jk/fail-show-toplevel-outside-working...
2019-12-05  Junio C HamanoMerge branch 'sg/unpack-progress-throughput'
2019-12-05  Junio C HamanoMerge branch 'pb/submodule-update-fetches'
2019-12-05  Junio C HamanoMerge branch 'jc/azure-ci-osx-fix-fix'
2019-12-05  Junio C HamanoMerge branch 'dl/range-diff-with-notes'
2019-12-05  Junio C HamanoMerge branch 'jh/userdiff-python-async'
2019-12-05  Junio C HamanoMerge branch 'ec/fetch-mark-common-refs-trace2'
2019-12-05  Junio C HamanoMerge branch 'dd/rebase-merge-reserves-onto-label'
2019-12-05  Junio C HamanoMerge branch 'js/builtin-add-i'
2019-12-01  Johannes Schindelinbuilt-in add -i: offer the `quit` command
2019-12-01  Johannes Schindelinbuilt-in add -i: re-implement the `diff` command
2019-12-01  Johannes Schindelinbuilt-in add -i: implement the `patch` command
2019-12-01  Johannes Schindelinbuilt-in add -i: re-implement `add-untracked` in C
2019-12-01  Johannes Schindelinbuilt-in add -i: re-implement `revert` in C
2019-12-01  Johannes Schindelinbuilt-in add -i: implement the `update` command
2019-12-01  Johannes Schindelinbuilt-in add -i: prepare for multi-selection commands
2019-12-01  Johannes Schindelinbuilt-in add -i: allow filtering the modified files...
2019-12-01  Johannes Schindelinadd-interactive: make sure to release `rev.prune_data`
2019-11-18  Slavica Đukićbuilt-in add -i: implement the `help` command
2019-11-18  Slavica Đukićbuilt-in add -i: use color in the main loop
2019-11-18  Johannes Schindelinbuilt-in add -i: support `?` (prompt help)
2019-11-18  Johannes Schindelinbuilt-in add -i: show unique prefixes of the commands
2019-11-18  Johannes Schindelinbuilt-in add -i: implement the main loop
2019-11-14  Slavica Đukićbuilt-in add -i: color the header in the `status` command
2019-11-14  Daniel Ferreirabuilt-in add -i: implement the `status` command
2019-11-14  Johannes SchindelinStart to implement a built-in version of `git add ...