Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'bc/drop-ancient-libcurl-and-perl' | Junio C Hamano | 2024-12-04 | 2 | -2/+2 |
|\ | |||||
| * | Require Perl 5.26.0 | brian m. carlson | 2024-10-23 | 2 | -2/+2 |
* | | cmake: use verbatim arguments when invoking clar commands | Patrick Steinhardt | 2024-11-18 | 1 | -2/+4 |
* | | cmake: use SH_EXE to execute clar scripts | Patrick Steinhardt | 2024-11-18 | 1 | -3/+6 |
* | | t/unit-tests: convert "clar-generate.awk" into a shell script | Patrick Steinhardt | 2024-11-18 | 1 | -2/+5 |
* | | Merge branch 'ps/upgrade-clar' | Junio C Hamano | 2024-11-08 | 1 | -39/+13 |
|\ \ | |||||
| * | | cmake: set up proper dependencies for generated clar headers | Patrick Steinhardt | 2024-10-21 | 1 | -38/+12 |
| * | | cmake: fix compilation of clar-based unit tests | Patrick Steinhardt | 2024-10-21 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch 'ps/platform-compat-fixes' | Taylor Blau | 2024-11-01 | 1 | -0/+6 |
|\ \ | |||||
| * | | t/test-lib: wire up NO_ICONV prerequisite | Patrick Steinhardt | 2024-10-16 | 1 | -0/+6 |
| |/ | |||||
* / | contrib: fix typos | Andrew Kreimer | 2024-10-10 | 3 | -4/+4 |
|/ | |||||
* | Merge branch 'jc/cmake-unit-test-updates' | Junio C Hamano | 2024-09-25 | 1 | -14/+11 |
|\ | |||||
| * | cmake: generalize the handling of the `UNIT_TEST_OBJS` list | Johannes Schindelin | 2024-09-19 | 1 | -3/+4 |
| * | cmake: stop looking for `REFTABLE_TEST_OBJS` in the Makefile | Johannes Schindelin | 2024-09-19 | 1 | -5/+1 |
| * | cmake: rename clar-related variables to avoid confusion | Johannes Schindelin | 2024-09-19 | 1 | -6/+6 |
* | | Merge branch 'jk/jump-quickfix-fixes' | Junio C Hamano | 2024-09-23 | 1 | -2/+2 |
|\ \ | |/ |/| | |||||
| * | git-jump: ignore deleted files in diff mode | Jeff King | 2024-09-16 | 1 | -1/+1 |
| * | git-jump: always specify column 1 for diff entries | Jeff King | 2024-09-16 | 1 | -1/+1 |
* | | Merge branch 'ps/clar-unit-test' | Junio C Hamano | 2024-09-19 | 1 | -0/+53 |
|\ \ | |||||
| * | | clar: add CMake support | Johannes Schindelin | 2024-09-04 | 1 | -0/+53 |
* | | | Merge branch 'ah/git-prompt-portability' | Junio C Hamano | 2024-08-28 | 1 | -65/+126 |
|\ \ \ | |/ / |/| | | |||||
| * | | git-prompt: support custom 0-width PS1 markers | Avi Halachmi (:avih) | 2024-08-20 | 1 | -7/+12 |
| * | | git-prompt: ta-da! document usage in other shells | Avi Halachmi (:avih) | 2024-08-20 | 1 | -2/+31 |
| * | | git-prompt: don't use shell $'...' | Avi Halachmi (:avih) | 2024-08-20 | 1 | -18/+29 |
| * | | git-prompt: add some missing quotes | Avi Halachmi (:avih) | 2024-08-20 | 1 | -13/+13 |
| * | | git-prompt: replace [[...]] with standard code | Avi Halachmi (:avih) | 2024-08-20 | 1 | -14/+16 |
| * | | git-prompt: don't use shell arrays | Avi Halachmi (:avih) | 2024-08-20 | 1 | -18/+30 |
| * | | git-prompt: fix uninitialized variable | Avi Halachmi (:avih) | 2024-08-20 | 1 | -1/+1 |
| * | | git-prompt: use here-doc instead of here-string | Avi Halachmi (:avih) | 2024-08-20 | 1 | -1/+3 |
* | | | Merge branch 'jk/osxkeychain-username-is-nul-terminated' | Junio C Hamano | 2024-08-14 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | credential/osxkeychain: respect NUL terminator in username | Jeff King | 2024-08-01 | 1 | -1/+1 |
* | | | cmake: fix build of `t-oidtree` | Johannes Schindelin | 2024-07-12 | 1 | -1/+2 |
* | | | Merge branch 'kn/osxkeychain-skip-idempotent-store' | Junio C Hamano | 2024-05-28 | 1 | -0/+14 |
|\ \ \ | |||||
| * | | | osxkeychain: state to skip unnecessary store operations | Koji Nakamaru | 2024-05-15 | 1 | -0/+11 |
| * | | | osxkeychain: exclusive lock to serialize execution of operations | Koji Nakamaru | 2024-05-15 | 1 | -0/+3 |
* | | | | Merge branch 'ps/complete-config-w-subcommands' | Junio C Hamano | 2024-05-28 | 1 | -11/+31 |
|\ \ \ \ | |||||
| * | | | | completion: adapt git-config(1) to complete subcommands | Patrick Steinhardt | 2024-05-17 | 1 | -11/+31 |
* | | | | | Merge branch 'ps/refs-without-the-repository' | Junio C Hamano | 2024-05-16 | 1 | -0/+103 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | cocci: introduce rules to transform "refs" to pass ref store | Patrick Steinhardt | 2024-05-07 | 1 | -0/+103 |
| |/ / / | |||||
* | | | | Merge branch 'js/unit-test-suite-runner' | Junio C Hamano | 2024-05-15 | 1 | -1/+2 |
|\ \ \ \ | |||||
| * | | | | cmake: let `test-tool` run the unit tests, too | Johannes Schindelin | 2024-05-06 | 1 | -1/+2 |
* | | | | | Merge branch 'dk/zsh-git-repo-path-fix' | Junio C Hamano | 2024-05-08 | 1 | -0/+1 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | completion: zsh: stop leaking local cache variable | D. Ben Knoble | 2024-05-01 | 1 | -0/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'rh/complete-symbolic-ref' | Junio C Hamano | 2024-05-08 | 1 | -3/+28 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | completion: add docs on how to add subcommand completions | Roland Hieber | 2024-04-25 | 1 | -0/+7 |
| * | | | completion: improve docs for using __git_complete | Roland Hieber | 2024-04-25 | 1 | -3/+10 |
| * | | | completion: add 'symbolic-ref' | Roland Hieber | 2024-04-25 | 1 | -0/+11 |
* | | | | Merge branch 'ba/osxkeychain-updates' | Junio C Hamano | 2024-04-16 | 2 | -69/+310 |
|\ \ \ \ | |||||
| * | | | | osxkeychain: store new attributes | Bo Anderson | 2024-04-02 | 1 | -6/+62 |
| * | | | | osxkeychain: erase matching passwords only | Bo Anderson | 2024-04-02 | 1 | -1/+55 |