summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sg/retire-unused-cocci'Junio C Hamano2023-05-153-170/+0
|\
| * cocci: remove 'unused.cocci'SZEDER Gábor2023-04-203-170/+0
* | Merge branch 'js/subtree-fully-spelt-quiet-and-debug-options'Junio C Hamano2023-05-151-2/+2
|\ \
| * | subtree: support long global flagsJosh Soref2023-05-081-2/+2
* | | Merge branch 'mh/credential-password-expiry-wincred'Junio C Hamano2023-05-111-2/+23
|\ \ \
| * | | credential/wincred: store password_expiry_utcM Hickford2023-04-031-2/+23
* | | | Merge branch 'mh/use-wincred-from-system'Junio C Hamano2023-05-111-60/+1
|\ \ \ \
| * | | | credential/wincred: include wincred.hM Hickford2023-03-271-60/+1
| |/ / /
* | | | Merge branch 'tb/credential-long-lines'Junio C Hamano2023-05-107-511/+32
|\ \ \ \ | |_|/ / |/| | |
| * | | contrib/credential: embiggen fixed-size buffer in wincredTaylor Blau2023-05-011-4/+17
| * | | contrib/credential: avoid fixed-size buffer in libsecretTaylor Blau2023-05-011-8/+7
| * | | contrib/credential: .gitignore libsecret build artifactsTaylor Blau2023-05-011-0/+1
| * | | contrib/credential: remove 'gnome-keyring' credential helperTaylor Blau2023-05-013-496/+0
| * | | contrib/credential: avoid fixed-size buffer in osxkeychainTaylor Blau2023-05-011-3/+7
| | |/ | |/|
* | | Merge branch 'ek/completion-use-read-r-to-read-literally'Junio C Hamano2023-05-021-1/+1
|\ \ \ | |/ / |/| |
| * | completion: suppress unwanted unescaping of `read`Edwin Kofler2023-04-201-1/+1
* | | Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-062-128/+123
|\ \ \
| * | | cocci: apply the "revision.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-282-14/+4
| * | | cocci: apply the "rerere.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-282-4/+4
| * | | cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-282-4/+4
| * | | cocci: apply the "promisor-remote.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-282-10/+10
| * | | cocci: apply the "packfile.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-282-4/+4
| * | | cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-282-4/+4
| * | | cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-282-10/+10
| * | | cocci: apply the "diff.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-282-4/+4
| * | | cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-282-19/+19
| * | | cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-282-16/+16
| * | | cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-282-37/+44
| * | | cocci: add missing "the_repository" macros to "pending"Ævar Arnfjörð Bjarmason2023-03-281-0/+70
| * | | cocci: sort "the_repository" rules by headerÆvar Arnfjörð Bjarmason2023-03-281-15/+19
| * | | cocci: fix incorrect & verbose "the_repository" rulesÆvar Arnfjörð Bjarmason2023-03-281-114/+46
| * | | cocci: remove dead rule from "the_repository.pending.cocci"Ævar Arnfjörð Bjarmason2023-03-281-8/+0
| |/ /
* | | Merge branch 'fc/completion-colors-do-not-need-prompt-command'Junio C Hamano2023-03-281-12/+7
|\ \ \ | |_|/ |/| |
| * | completion: prompt: use generic colorsFelipe Contreras2023-03-161-12/+7
| |/
* | test: don't print aggregate-results commandFelipe Contreras2023-03-091-1/+1
* | test: simplify counts aggregationFelipe Contreras2023-03-091-3/+1
|/
* cocci & cache.h: remove "USE_THE_INDEX_COMPATIBILITY_MACROS"Ævar Arnfjörð Bjarmason2023-02-102-21/+6
* cache-tree API: remove redundant update_main_cache_tree()Ævar Arnfjörð Bjarmason2023-02-101-0/+3
* cocci & cache-tree.h: migrate "write_cache_as_tree" to "*_index_*"Ævar Arnfjörð Bjarmason2023-02-101-0/+11
* cocci & cache.h: apply pending "index_cache_pos" ruleÆvar Arnfjörð Bjarmason2023-02-102-3/+3
* cocci & cache.h: fully apply "active_nr" part of index-compatibilityÆvar Arnfjörð Bjarmason2023-02-101-9/+4
* use DUP_ARRAYRené Scharfe2023-01-091-0/+7
* Merge branch 'aw/complete-case-insensitive'Junio C Hamano2022-12-191-3/+23
|\
| * completion: add case-insensitive match of pseudorefsAlison Winters2022-11-301-3/+11
| * completion: add optional ignore-case when matching refsAlison Winters2022-11-301-0/+12
* | Merge branch 'yn/git-jump-emacs'Junio C Hamano2022-12-142-4/+51
|\ \
| * | git-jump: invoke emacs/emacsclientYoichi Nakayama2022-11-271-1/+16
| * | git-jump: move valid-mode check earlierJeff King2022-11-271-1/+2
| * | git-jump: add an optional argument '--stdout'Yoichi Nakayama2022-11-272-2/+33
* | | Merge branch 'ab/fewer-the-index-macros'Junio C Hamano2022-12-011-4/+8
|\ \ \