Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ab/leak-check' | Junio C Hamano | 2022-08-12 | 3 | -16/+6 |
|\ | |||||
| * | test-lib: simplify by removing test_external | Ævar Arnfjörð Bjarmason | 2022-07-28 | 1 | -5/+2 |
| * | tests: move copy/pasted PERL + Test::More checks to a lib-perl.sh | Ævar Arnfjörð Bjarmason | 2022-07-28 | 1 | -9/+2 |
| * | t/Makefile: don't remove test-results in "clean-except-prove-cache" | Ævar Arnfjörð Bjarmason | 2022-07-28 | 2 | -2/+2 |
* | | Merge branch 'ca/unignore-local-installation-on-windows' | Junio C Hamano | 2022-08-08 | 1 | -1/+1 |
|\ \ | |||||
| * | | cmake: support local installations of git | Carlo Marcelo Arenas Belón | 2022-07-27 | 1 | -1/+1 |
* | | | Merge branch 'cl/rerere-train-with-no-sign' | Junio C Hamano | 2022-08-01 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | contrib/rerere-train: avoid useless gpg sign in training | Celeste Liu | 2022-07-19 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge branch 'ld/osx-keychain-usage-fix' | Junio C Hamano | 2022-07-27 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | osx-keychain: fix compiler warning | Lessley Dennington | 2022-07-19 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge branch 'vd/scalar-doc' | Junio C Hamano | 2022-07-27 | 2 | -87/+4 |
|\ \ \ | |_|/ |/| | | |||||
| * | | scalar: convert README.md into a technical design doc | Victoria Dye | 2022-07-18 | 1 | -82/+0 |
| * | | scalar: reword command documentation to clarify purpose | Victoria Dye | 2022-07-18 | 1 | -5/+4 |
* | | | Merge branch 'rs/cocci-array-copy' | Junio C Hamano | 2022-07-20 | 1 | -42/+40 |
|\ \ \ | |||||
| * | | | cocci: avoid normalization rules for memcpy | René Scharfe | 2022-07-10 | 1 | -42/+40 |
* | | | | Merge branch 'ab/cocci-unused' | Junio C Hamano | 2022-07-18 | 6 | -2/+191 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | cocci: generalize "unused" rule to cover more than "strbuf" | Ævar Arnfjörð Bjarmason | 2022-07-06 | 3 | -4/+57 |
| * | | | cocci: add and apply a rule to find "unused" strbufs | Ævar Arnfjörð Bjarmason | 2022-07-06 | 4 | -2/+118 |
| * | | | cocci: add a "coccicheck-test" target and test *.cocci rules | Ævar Arnfjörð Bjarmason | 2022-07-06 | 2 | -0/+20 |
| | |/ | |/| | |||||
* | | | Merge branch 'ab/submodule-cleanup' | Junio C Hamano | 2022-07-15 | 1 | -3/+12 |
|\ \ \ | |||||
| * | | | git-sh-setup.sh: remove "say" function, change last users | Ævar Arnfjörð Bjarmason | 2022-06-28 | 1 | -3/+12 |
* | | | | vscode: improve tab size and wrapping | Derrick Stolee | 2022-06-28 | 1 | -2/+6 |
| |/ / |/| | | |||||
* | | | Merge branch 'jp/prompt-clear-before-upstream-mark' | Junio C Hamano | 2022-06-21 | 1 | -15/+17 |
|\ \ \ | |||||
| * | | | git-prompt: fix expansion of branch colour codes | Joakim Petersen | 2022-06-10 | 1 | -6/+6 |
| * | | | git-prompt: make colourization consistent | Joakim Petersen | 2022-06-07 | 1 | -10/+12 |
* | | | | Merge branch 'jc/cocci-cleanup' | Junio C Hamano | 2022-06-17 | 1 | -12/+0 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | cocci: retire is_null_sha1() rule | Junio C Hamano | 2022-06-08 | 1 | -12/+0 |
| | |/ | |/| | |||||
* | | | Merge branch 'jh/builtin-fsmonitor-part3' | Junio C Hamano | 2022-06-11 | 1 | -0/+8 |
|\ \ \ | |||||
| * | | | fsmonitor--daemon: stub in health thread | Jeff Hostetler | 2022-05-27 | 1 | -0/+2 |
| * | | | fsmonitor-settings: stub in macOS-specific incompatibility checking | Jeff Hostetler | 2022-05-27 | 1 | -0/+3 |
| * | | | fsmonitor-settings: stub in Win32-specific incompatibility checking | Jeff Hostetler | 2022-05-27 | 1 | -0/+3 |
* | | | | Merge branch 'js/scalar-diagnose' | Junio C Hamano | 2022-06-07 | 3 | -2/+329 |
|\ \ \ \ | |||||
| * | | | | scalar: teach `diagnose` to gather loose objects information | Matthew John Cheetham | 2022-05-31 | 2 | -1/+63 |
| * | | | | scalar: teach `diagnose` to gather packfile info | Matthew John Cheetham | 2022-05-31 | 2 | -1/+35 |
| * | | | | scalar diagnose: include disk space information | Johannes Schindelin | 2022-05-31 | 2 | -0/+54 |
| * | | | | scalar: implement `scalar diagnose` | Johannes Schindelin | 2022-05-31 | 3 | -0/+170 |
| * | | | | scalar: validate the optional enlistment argument | Johannes Schindelin | 2022-05-31 | 2 | -2/+9 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'ab/plug-leak-in-revisions' | Junio C Hamano | 2022-06-07 | 1 | -0/+27 |
|\ \ \ \ | |||||
| * | | | | cocci: add and apply free_commit_list() rules | Ævar Arnfjörð Bjarmason | 2022-04-14 | 1 | -0/+27 |
* | | | | | Merge branch 'yw/cmake-updates' | Junio C Hamano | 2022-06-07 | 1 | -4/+18 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | cmake: remove (_)UNICODE def on Windows in CMakeLists.txt | Yuyi Wang | 2022-05-25 | 1 | -1/+1 |
| * | | | | cmake: add pcre2 support | Yuyi Wang | 2022-05-25 | 1 | -1/+15 |
| * | | | | cmake: fix CMakeLists.txt on Linux | Yuyi Wang | 2022-05-25 | 1 | -2/+2 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'ep/maint-equals-null-cocci' | Junio C Hamano | 2022-05-21 | 1 | -0/+30 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'ep/maint-equals-null-cocci' for maint-2.35 | Junio C Hamano | 2022-05-02 | 1 | -0/+30 |
| |\ \ \ \ | |||||
| | * | | | | contrib/coccinnelle: add equals-null.cocci | Elia Pinto | 2022-05-02 | 1 | -0/+30 |
* | | | | | | Merge branch 'cg/vscode-with-gdb' | Junio C Hamano | 2022-05-21 | 2 | -2/+5 |
|\ \ \ \ \ \ | |||||
| * | | | | | | contrib/vscode/: debugging with VS Code and gdb | COGONI Guillaume | 2022-04-08 | 2 | -2/+5 |
* | | | | | | | Merge branch 'ab/misc-cleanup' | Junio C Hamano | 2022-05-11 | 1 | -15/+0 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | |||||
| * | | | | | | object-store.h: remove unused has_sha1_file*() | Ævar Arnfjörð Bjarmason | 2022-04-01 | 1 | -15/+0 |