Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jk/osxkeychain-username-is-nul-terminated' into maint-2.46 | Junio C Hamano | 2024-08-26 | 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 |
|\ \ \ | |||||
| * | | | contrib: drop hg-to-git script | Jeff King | 2024-03-20 | 2 | -275/+0 |
| |/ / | |||||
* | | | contrib/coverage-diff: avoid redundant pipelines | Beat Bolli | 2024-03-16 | 1 | -7/+2 |
* | | | contrib/subtree/t: avoid redundant use of cat | Beat Bolli | 2024-03-16 | 1 | -1/+1 |
* | | | Merge branch 'rj/complete-worktree-paths-fix' | Junio C Hamano | 2024-03-14 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | completion: fix __git_complete_worktree_paths | Rubén Justo | 2024-02-27 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge branch 'rj/complete-reflog' | Junio C Hamano | 2024-03-14 | 1 | -12/+68 |
|\ \ \ | |||||
| * | | | completion: reflog subcommands and options | Rubén Justo | 2024-03-03 | 1 | -2/+10 |
| * | | | completion: factor out __git_resolve_builtins | Rubén Justo | 2024-03-03 | 1 | -6/+25 |
| * | | | completion: introduce __git_find_subcommand | Rubén Justo | 2024-03-03 | 1 | -0/+20 |
| * | | | completion: reflog show <log-options> | Rubén Justo | 2024-03-03 | 1 | -0/+10 |
| * | | | completion: reflog with implicit "show" | Rubén Justo | 2024-03-03 | 1 | -5/+4 |
* | | | | Merge branch 'mh/libsecret-empty-password-fix' | Junio C Hamano | 2024-02-28 | 1 | -0/+3 |
|\ \ \ \ | |||||
| * | | | | libsecret: retrieve empty password | M Hickford | 2024-02-19 | 1 | -0/+3 |
* | | | | | Merge branch 'bb/completion-no-grep-into-awk' | Junio C Hamano | 2024-02-28 | 1 | -2/+4 |
|\ \ \ \ \ | |||||
| * | | | | | completion: use awk for filtering the config entries | Beat Bolli | 2024-02-16 | 1 | -2/+4 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'rs/use-xstrncmpz' | Junio C Hamano | 2024-02-27 | 1 | -0/+28 |
|\ \ \ \ \ | |||||
| * | | | | | use xstrncmpz() | René Scharfe | 2024-02-12 | 1 | -0/+28 |
| * | | | | | Merge branch 'sh/completion-with-reftable' into maint-2.43 | Junio C Hamano | 2024-02-09 | 1 | -5/+38 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'tz/send-email-negatable-options' into maint-2.43 | Junio C Hamano | 2024-02-09 | 2 | -2/+2 |
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'ps/reftable-backend' | Junio C Hamano | 2024-02-27 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | |||||
| * | | | | | | refs: introduce reftable backend | Patrick Steinhardt | 2024-02-07 | 1 | -1/+1 |
| | |_|_|_|/ | |/| | | | |