summaryrefslogtreecommitdiffstats
path: root/contrib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/platform-compat-fixes'Taylor Blau2024-11-011-0/+6
|\
| * t/test-lib: wire up NO_ICONV prerequisitePatrick Steinhardt2024-10-161-0/+6
* | contrib: fix typosAndrew Kreimer2024-10-103-4/+4
|/
* Merge branch 'jc/cmake-unit-test-updates'Junio C Hamano2024-09-251-14/+11
|\
| * cmake: generalize the handling of the `UNIT_TEST_OBJS` listJohannes Schindelin2024-09-191-3/+4
| * cmake: stop looking for `REFTABLE_TEST_OBJS` in the MakefileJohannes Schindelin2024-09-191-5/+1
| * cmake: rename clar-related variables to avoid confusionJohannes Schindelin2024-09-191-6/+6
* | Merge branch 'jk/jump-quickfix-fixes'Junio C Hamano2024-09-231-2/+2
|\ \ | |/ |/|
| * git-jump: ignore deleted files in diff modeJeff King2024-09-161-1/+1
| * git-jump: always specify column 1 for diff entriesJeff King2024-09-161-1/+1
* | Merge branch 'ps/clar-unit-test'Junio C Hamano2024-09-191-0/+53
|\ \
| * | clar: add CMake supportJohannes Schindelin2024-09-041-0/+53
* | | Merge branch 'ah/git-prompt-portability'Junio C Hamano2024-08-281-65/+126
|\ \ \ | |/ / |/| |
| * | git-prompt: support custom 0-width PS1 markersAvi Halachmi (:avih)2024-08-201-7/+12
| * | git-prompt: ta-da! document usage in other shellsAvi Halachmi (:avih)2024-08-201-2/+31
| * | git-prompt: don't use shell $'...'Avi Halachmi (:avih)2024-08-201-18/+29
| * | git-prompt: add some missing quotesAvi Halachmi (:avih)2024-08-201-13/+13
| * | git-prompt: replace [[...]] with standard codeAvi Halachmi (:avih)2024-08-201-14/+16
| * | git-prompt: don't use shell arraysAvi Halachmi (:avih)2024-08-201-18/+30
| * | git-prompt: fix uninitialized variableAvi Halachmi (:avih)2024-08-201-1/+1
| * | git-prompt: use here-doc instead of here-stringAvi Halachmi (:avih)2024-08-201-1/+3
* | | Merge branch 'jk/osxkeychain-username-is-nul-terminated'Junio C Hamano2024-08-141-1/+1
|\ \ \ | |/ / |/| |
| * | credential/osxkeychain: respect NUL terminator in usernameJeff King2024-08-011-1/+1
* | | cmake: fix build of `t-oidtree`Johannes Schindelin2024-07-121-1/+2
* | | Merge branch 'kn/osxkeychain-skip-idempotent-store'Junio C Hamano2024-05-281-0/+14
|\ \ \
| * | | osxkeychain: state to skip unnecessary store operationsKoji Nakamaru2024-05-151-0/+11
| * | | osxkeychain: exclusive lock to serialize execution of operationsKoji Nakamaru2024-05-151-0/+3
* | | | Merge branch 'ps/complete-config-w-subcommands'Junio C Hamano2024-05-281-11/+31
|\ \ \ \
| * | | | completion: adapt git-config(1) to complete subcommandsPatrick Steinhardt2024-05-171-11/+31
* | | | | Merge branch 'ps/refs-without-the-repository'Junio C Hamano2024-05-161-0/+103
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | cocci: introduce rules to transform "refs" to pass ref storePatrick Steinhardt2024-05-071-0/+103
| |/ / /
* | | | Merge branch 'js/unit-test-suite-runner'Junio C Hamano2024-05-151-1/+2
|\ \ \ \
| * | | | cmake: let `test-tool` run the unit tests, tooJohannes Schindelin2024-05-061-1/+2
* | | | | Merge branch 'dk/zsh-git-repo-path-fix'Junio C Hamano2024-05-081-0/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | completion: zsh: stop leaking local cache variableD. Ben Knoble2024-05-011-0/+1
| | |/ / | |/| |
* | | | Merge branch 'rh/complete-symbolic-ref'Junio C Hamano2024-05-081-3/+28
|\ \ \ \ | |/ / / |/| | |
| * | | completion: add docs on how to add subcommand completionsRoland Hieber2024-04-251-0/+7
| * | | completion: improve docs for using __git_completeRoland Hieber2024-04-251-3/+10
| * | | completion: add 'symbolic-ref'Roland Hieber2024-04-251-0/+11
* | | | Merge branch 'ba/osxkeychain-updates'Junio C Hamano2024-04-162-69/+310
|\ \ \ \
| * | | | osxkeychain: store new attributesBo Anderson2024-04-021-6/+62
| * | | | osxkeychain: erase matching passwords onlyBo Anderson2024-04-021-1/+55
| * | | | osxkeychain: erase all matching credentialsBo Anderson2024-04-021-1/+2
| * | | | osxkeychain: replace deprecated SecKeychain APIBo Anderson2024-04-022-69/+199
* | | | | Merge branch 'rs/apply-lift-path-length-limit'Junio C Hamano2024-04-151-1/+0
|\ \ \ \ \
| * | | | | path: remove mksnpath()René Scharfe2024-04-051-1/+0
| | |/ / / | |/| | |
* | | | | Merge branch 'vs/complete-with-set-u-fix'Junio C Hamano2024-04-101-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | completion: protect prompt against unset SHOWUPSTREAM in nounset modeVille Skyttä2024-04-011-1/+1
| * | | | completion: fix prompt with unset SHOWCONFLICTSTATE in nounset modeVille Skyttä2024-04-011-1/+1
| |/ / /
* | | | Merge branch 'jk/drop-hg-to-git'Junio C Hamano2024-03-282-275/+0
|\ \ \ \