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 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
* | | | | | | | | | | | | | | | | | | | | The ninth batch | Junio C Hamano | 2024-08-26 | 1 | -0/+21 | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/coding-style-c-operator-with-spaces' | Junio C Hamano | 2024-08-26 | 1 | -1/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | CodingGuidelines: spaces around C operators | Junio C Hamano | 2024-08-20 | 1 | -1/+10 | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'ds/for-each-ref-is-base' | Junio C Hamano | 2024-08-26 | 11 | -2/+448 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | p1500: add is-base performance tests | Derrick Stolee | 2024-08-14 | 1 | -0/+31 | |
| * | | | | | | | | | | | | | | | | | | | | | for-each-ref: add 'is-base' token | Derrick Stolee | 2024-08-14 | 5 | -1/+202 | |
| * | | | | | | | | | | | | | | | | | | | | | commit: add gentle reference lookup method | Derrick Stolee | 2024-08-14 | 2 | -1/+9 | |
| * | | | | | | | | | | | | | | | | | | | | | commit-reach: add get_branch_base_for_tip | Derrick Stolee | 2024-08-14 | 4 | -0/+206 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/send-email-translate-aliases' | Junio C Hamano | 2024-08-26 | 3 | -7/+139 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | send-email: teach git send-email option to translate aliases | Jacob Keller | 2024-08-17 | 3 | -1/+131 | |
| * | | | | | | | | | | | | | | | | | | | | | t9001-send-email.sh: update alias list used for pine test | Jacob Keller | 2024-08-14 | 1 | -3/+5 | |
| * | | | | | | | | | | | | | | | | | | | | | t9001-send-email.sh: fix quoting for mailrc --dump-aliases test | Jacob Keller | 2024-08-14 | 1 | -3/+3 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/mark-unused-parameters' | Junio C Hamano | 2024-08-26 | 36 | -73/+81 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | t-hashmap: stop calling setup() for t_intern() test | Jeff King | 2024-08-20 | 1 | -3/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | scalar: mark unused parameters in dummy function | Jeff King | 2024-08-17 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | daemon: mark unused parameters in non-posix fallbacks | Jeff King | 2024-08-17 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | setup: mark unused parameter in config callback | Jeff King | 2024-08-17 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | test-mergesort: mark unused parameters in trivial callback | Jeff King | 2024-08-17 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | t-hashmap: mark unused parameters in callback function | Jeff King | 2024-08-17 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | reftable: mark unused parameters in virtual functions | Jeff King | 2024-08-17 | 9 | -33/+41 | |
| * | | | | | | | | | | | | | | | | | | | | | reftable: drop obsolete test function declarations | Jeff King | 2024-08-17 | 1 | -2/+0 | |
| * | | | | | | | | | | | | | | | | | | | | | reftable: ignore unused argc/argv in test functions | Jeff King | 2024-08-17 | 3 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | unit-tests: ignore unused argc/argv | Jeff King | 2024-08-17 | 13 | -13/+13 | |
| * | | | | | | | | | | | | | | | | | | | | | t/helper: mark more unused argv/argc arguments | Jeff King | 2024-08-17 | 2 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | oss-fuzz: mark unused argv/argc argument | Jeff King | 2024-08-17 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | refs: mark unused parameters in do_for_each_reflog_helper() | Jeff King | 2024-08-17 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | refs: mark unused parameters in ref_store fsck callbacks | Jeff King | 2024-08-17 | 2 | -4/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | update-ref: mark more unused parameters in parser callbacks | Jeff King | 2024-08-17 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | imap-send: mark unused parameter in ssl_socket_connect() fallback | Jeff King | 2024-08-17 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/drop-unused-parameters' | Junio C Hamano | 2024-08-26 | 6 | -25/+18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | diff-lib: drop unused index argument from get_stat_data() | Jeff King | 2024-08-17 | 1 | -6/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | ref-filter: drop unused parameters from email_atom_option_parser() | Jeff King | 2024-08-17 | 1 | -3/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | pack-bitmap: drop unused parameters from select_pseudo_merges() | Jeff King | 2024-08-17 | 3 | -5/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | pack-bitmap: load writer config from repository parameter | Jeff King | 2024-08-17 | 3 | -4/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | | refs: drop some unused parameters from create_symref_lock() | Jeff King | 2024-08-17 | 1 | -5/+3 | |
| |/ / / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'tb/pseudo-merge-bitmap-fixes' | Junio C Hamano | 2024-08-26 | 6 | -39/+96 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | pseudo-merge.c: ensure pseudo-merge groups are closed | Taylor Blau | 2024-08-15 | 2 | -0/+38 | |
| * | | | | | | | | | | | | | | | | | | | | | | pseudo-merge.c: do not generate empty pseudo-merge commits | Taylor Blau | 2024-08-15 | 2 | -5/+8 | |
| * | | | | | | | | | | | | | | | | | | | | | | t/t5333-pseudo-merge-bitmaps.sh: demonstrate empty pseudo-merge groups | Taylor Blau | 2024-08-15 | 1 | -0/+20 | |
| * | | | | | | | | | | | | | | | | | | | | | | pack-bitmap-write.c: select pseudo-merges even for small bitmaps | Taylor Blau | 2024-08-15 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | pack-bitmap: drop redundant args from `bitmap_writer_finish()` | Taylor Blau | 2024-08-15 | 4 | -8/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | | pack-bitmap: drop redundant args from `bitmap_writer_build()` | Taylor Blau | 2024-08-15 | 4 | -10/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | | pack-bitmap: drop redundant args from `bitmap_writer_build_type_index()` | Taylor Blau | 2024-08-15 | 4 | -13/+8 | |
| * | | | | | | | | | | | | | | | | | | | | | | pack-bitmap: initialize `bitmap_writer_init()` with packing_data | Taylor Blau | 2024-08-15 | 4 | -4/+7 | |
| | |_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'ps/maintenance-detach-fix-more' | Junio C Hamano | 2024-08-26 | 2 | -7/+35 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | builtin/maintenance: fix loose objects task emitting pack hash | Patrick Steinhardt | 2024-08-21 | 2 | -0/+22 | |
| * | | | | | | | | | | | | | | | | | | | | | | t7900: exercise detaching via trace2 regions | Patrick Steinhardt | 2024-08-21 | 2 | -9/+10 | |
| * | | | | | | | | | | | | | | | | | | | | | | t7900: fix flaky test due to leaking background job | Patrick Steinhardt | 2024-08-19 | 1 | -2/+7 | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'ps/maintenance-detach-fix' | Junio C Hamano | 2024-08-26 | 12 | -171/+397 | |
|\| | | | | | | | | | | | | | | | | | | | | | |