Age | Commit message (Expand) | Author | Files | Lines |
2021-07-28 | Merge branch 'ab/attribute-format' | Junio C Hamano | 2 | -0/+2 |
2021-07-16 | Merge branch 'js/gfw-system-config-loc-fix' | Junio C Hamano | 1 | -4/+7 |
2021-07-13 | Merge branch 'mr/cmake' | Junio C Hamano | 1 | -9/+28 |
2021-07-13 | *.c static functions: add missing __attribute__((format)) | Ævar Arnfjörð Bjarmason | 2 | -0/+2 |
2021-07-08 | Merge branch 'ar/test-code-cleanup' | Junio C Hamano | 2 | -3/+3 |
2021-07-08 | Merge branch 'fw/complete-cmd-idx-fix' | Junio C Hamano | 1 | -0/+1 |
2021-07-08 | Merge branch 'js/no-more-multimail' | Junio C Hamano | 12 | -6303/+2 |
2021-07-08 | Merge branch 'js/subtree-on-windows-fix' | Junio C Hamano | 1 | -4/+8 |
2021-07-08 | Merge branch 'tb/complete-diff-anchored' | Junio C Hamano | 1 | -0/+1 |
2021-06-28 | cmake(windows): set correct path to the system Git config | Dennis Ameling | 1 | -4/+7 |
2021-06-19 | completion: bash: fix late declaration of __git_cmd_idx | Fabian Wermelinger | 1 | -0/+1 |
2021-06-15 | subtree: fix assumption about the directory separator | Johannes Schindelin | 1 | -3/+4 |
2021-06-15 | subtree: fix the GIT_EXEC_PATH sanity check to work on Windows | Johannes Schindelin | 1 | -1/+4 |
2021-06-11 | cmake: add warning for ignored MSGFMT_EXE | Matthew Rogers | 1 | -8/+12 |
2021-06-11 | cmake: create compile_commands.json by default | Matthew Rogers | 1 | -0/+4 |
2021-06-11 | cmake: add knob to disable vcpkg | Matthew Rogers | 1 | -4/+15 |
2021-06-11 | multimail: stop shipping a copy | Johannes Schindelin | 12 | -6303/+2 |
2021-06-08 | t: fix whitespace around && | Andrei Rybak | 2 | -3/+3 |
2021-06-02 | contrib/completion: fix zsh completion regression from 59d85a2a05 | David Aguilar | 2 | -2/+2 |
2021-05-31 | completion: add --anchored to diff's options | Thomas Braun | 1 | -0/+1 |
2021-05-22 | Merge branch 'jh/simple-ipc-sans-pthread' | Junio C Hamano | 1 | -1/+9 |
2021-05-21 | simple-ipc: correct ifdefs when NO_PTHREADS is defined | Jeff Hostetler | 1 | -1/+9 |
2021-05-20 | Merge branch 'en/prompt-under-set-u' | Junio C Hamano | 1 | -3/+3 |
2021-05-16 | Merge branch 'dd/mailinfo-quoted-cr' | Junio C Hamano | 1 | -0/+5 |
2021-05-13 | git-prompt: work under set -u | Elijah Newren | 1 | -3/+3 |
2021-05-10 | Merge branch 'ls/subtree' | Junio C Hamano | 4 | -866/+1424 |
2021-05-10 | am: learn to process quoted lines that ends with CRLF | Đoàn Trần Công Danh | 1 | -0/+5 |
2021-05-07 | Merge branch 'si/zsh-complete-comment-fix' | Junio C Hamano | 1 | -2/+3 |
2021-05-07 | Merge branch 'dl/complete-stash-updates' | Junio C Hamano | 1 | -47/+51 |
2021-05-07 | Merge branch 'dl/complete-stash' | Junio C Hamano | 1 | -62/+60 |
2021-05-04 | work around zsh comment in __git_complete_worktree_paths | Sardorbek Imomaliev | 1 | -2/+3 |
2021-04-30 | Merge branch 'vs/completion-with-set-u' | Junio C Hamano | 1 | -1/+1 |
2021-04-28 | subtree: be stricter about validating flags | Luke Shumaker | 2 | -25/+175 |
2021-04-28 | subtree: push: allow specifying a local rev other than HEAD | Luke Shumaker | 3 | -13/+47 |
2021-04-28 | subtree: allow 'split' flags to be passed to 'push' | Luke Shumaker | 3 | -12/+223 |
2021-04-28 | subtree: allow --squash to be used with --rejoin | Luke Shumaker | 3 | -24/+96 |
2021-04-28 | subtree: give the docs a once-over | Luke Shumaker | 3 | -93/+87 |
2021-04-28 | subtree: have $indent actually affect indentation | Luke Shumaker | 1 | -18/+24 |
2021-04-28 | subtree: don't let debug and progress output clash | Luke Shumaker | 1 | -1/+21 |
2021-04-28 | subtree: add comments and sanity checks | Luke Shumaker | 1 | -3/+61 |
2021-04-28 | subtree: remove duplicate check | Luke Shumaker | 1 | -4/+0 |
2021-04-28 | subtree: parse revs in individual cmd_ functions | Luke Shumaker | 1 | -38/+24 |
2021-04-28 | subtree: use "^{commit}" instead of "^0" | Luke Shumaker | 1 | -2/+2 |
2021-04-28 | subtree: don't fuss with PATH | Luke Shumaker | 1 | -2/+16 |
2021-04-28 | subtree: use "$*" instead of "$@" as appropriate | Luke Shumaker | 1 | -3/+3 |
2021-04-28 | subtree: use more explicit variable names for cmdline args | Luke Shumaker | 1 | -66/+66 |
2021-04-28 | subtree: use git-sh-setup's `say` | Luke Shumaker | 1 | -15/+7 |
2021-04-28 | subtree: use `git merge-base --is-ancestor` | Luke Shumaker | 1 | -15/+1 |
2021-04-28 | subtree: drop support for git < 1.7 | Luke Shumaker | 1 | -15/+4 |
2021-04-28 | subtree: more consistent error propagation | Luke Shumaker | 1 | -14/+14 |