Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| * | | | | osxkeychain: erase all matching credentials | Bo Anderson | 2024-04-02 | 1 | -1/+2 |
| * | | | | osxkeychain: replace deprecated SecKeychain API | Bo Anderson | 2024-04-02 | 2 | -69/+199 |
* | | | | | Merge branch 'rs/apply-lift-path-length-limit' | Junio C Hamano | 2024-04-15 | 1 | -1/+0 |
|\ \ \ \ \ | |||||
| * | | | | | path: remove mksnpath() | René Scharfe | 2024-04-05 | 1 | -1/+0 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'vs/complete-with-set-u-fix' | Junio C Hamano | 2024-04-10 | 1 | -2/+2 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | completion: protect prompt against unset SHOWUPSTREAM in nounset mode | Ville Skyttä | 2024-04-01 | 1 | -1/+1 |
| * | | | | completion: fix prompt with unset SHOWCONFLICTSTATE in nounset mode | Ville Skyttä | 2024-04-01 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge branch 'jk/drop-hg-to-git' | Junio C Hamano | 2024-03-28 | 2 | -275/+0 |
|\ \ \ \ |