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