Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | path: expose `do_git_path()` as `repo_git_pathv()` | Patrick Steinhardt | 2024-08-13 | 2 | -10/+18 |
* | Merge branch 'ps/refs-wo-the-repository' into ps/config-wo-the-repository | Junio C Hamano | 2024-08-07 | 5 | -57/+56 |
|\ | |||||
| * | refs/reftable: stop using `the_repository` | Patrick Steinhardt | 2024-07-30 | 1 | -25/+26 |
| * | refs/packed: stop using `the_repository` | Patrick Steinhardt | 2024-07-30 | 1 | -8/+6 |
| * | refs/files: stop using `the_repository` | Patrick Steinhardt | 2024-07-30 | 1 | -5/+3 |
| * | refs/files: stop using `the_repository` in `parse_loose_ref_contents()` | Patrick Steinhardt | 2024-07-30 | 3 | -12/+16 |
| * | refs: stop using `the_repository` | Patrick Steinhardt | 2024-07-30 | 1 | -7/+5 |
* | | The second batch | Junio C Hamano | 2024-08-01 | 1 | -0/+10 |
* | | Merge branch 'as/show-ref-option-help-update' | Junio C Hamano | 2024-08-01 | 1 | -2/+2 |
|\ \ | |||||
| * | | show-ref: improve short help messages of options | Alexander Shopov | 2024-07-25 | 1 | -2/+2 |
* | | | Merge branch 'jc/doc-reviewing-guidelines-positive-reviews' | Junio C Hamano | 2024-08-01 | 1 | -4/+21 |
|\ \ \ | |||||
| * | | | ReviewingGuidelines: encourage positive reviews more | Junio C Hamano | 2024-07-25 | 1 | -4/+21 |
* | | | | Merge branch 'jc/doc-rebase-fuzz-vs-offset-fix' | Junio C Hamano | 2024-08-01 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | doc: difference in location to apply is "offset", not "fuzz" | Junio C Hamano | 2024-07-25 | 1 | -1/+1 |
* | | | | | Start the 2.47 cycle | Junio C Hamano | 2024-07-31 | 3 | -2/+44 |
* | | | | | Merge branch 'jc/how-to-maintain-updates' | Junio C Hamano | 2024-07-31 | 1 | -53/+105 |
|\ \ \ \ \ | |||||
| * | | | | | howto-maintain: update daily tasks | Junio C Hamano | 2024-07-19 | 1 | -43/+63 |
| * | | | | | howto-maintain: cover a whole development cycle | Junio C Hamano | 2024-07-19 | 1 | -10/+42 |
* | | | | | | Merge branch 'tn/doc-commit-fix' | Junio C Hamano | 2024-07-31 | 2 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | doc: remove dangling closing parenthesis | Tomas Nordin | 2024-07-23 | 2 | -2/+2 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge branch 'jc/doc-one-shot-export-with-shell-func' | Junio C Hamano | 2024-07-31 | 1 | -0/+27 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CodingGuidelines: document a shell that "fails" "VAR=VAL shell_func" | Junio C Hamano | 2024-07-23 | 1 | -0/+27 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'cp/unit-test-reftable-merged' | Junio C Hamano | 2024-07-31 | 4 | -106/+106 |
|\ \ \ \ \ \ | |||||
| * | | | | | | t-reftable-merged: add test for REFTABLE_FORMAT_ERROR | Chandra Pratap | 2024-07-12 | 1 | -0/+3 |
| * | | | | | | t-reftable-merged: use reftable_ref_record_equal to compare ref records | Chandra Pratap | 2024-07-12 | 1 | -1/+1 |
| * | | | | | | t-reftable-merged: add tests for reftable_merged_table_max_update_index | Chandra Pratap | 2024-07-12 | 1 | -0/+2 |
| * | | | | | | t-reftable-merged: improve the const-correctness of helper functions | Chandra Pratap | 2024-07-12 | 1 | -10/+9 |
| * | | | | | | t-reftable-merged: improve the test t_merged_single_record() | Chandra Pratap | 2024-07-12 | 1 | -5/+10 |
| * | | | | | | t: harmonize t-reftable-merged.c with coding guidelines | Chandra Pratap | 2024-07-12 | 1 | -40/+28 |
| * | | | | | | t: move reftable/merged_test.c to the unit testing framework | Chandra Pratap | 2024-07-12 | 4 | -57/+60 |
* | | | | | | | Merge branch 'kn/ci-clang-format' | Junio C Hamano | 2024-07-31 | 6 | -3/+120 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | ci/style-check: add `RemoveBracesLLVM` in CI job | Karthik Nayak | 2024-07-23 | 1 | -1/+18 |
| * | | | | | | | check-whitespace: detect if no base_commit is provided | Karthik Nayak | 2024-07-23 | 2 | -3/+14 |
| * | | | | | | | ci: run style check on GitHub and GitLab | Karthik Nayak | 2024-07-23 | 4 | -0/+64 |
| * | | | | | | | clang-format: formalize some of the spacing rules | Karthik Nayak | 2024-07-23 | 1 | -0/+15 |
| * | | | | | | | clang-format: avoid spacing around bitfield colon | Karthik Nayak | 2024-07-23 | 1 | -0/+4 |
| * | | | | | | | clang-format: indent preprocessor directives after hash | Karthik Nayak | 2024-07-23 | 1 | -0/+6 |
* | | | | | | | | Merge branch 'jc/checkout-no-op-switch-errors' | Junio C Hamano | 2024-07-31 | 2 | -7/+27 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | checkout: special case error messages during noop switching | Junio C Hamano | 2024-07-02 | 2 | -7/+27 |
| | |_|_|/ / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'pw/add-patch-with-suppress-blank-empty' | Junio C Hamano | 2024-07-31 | 2 | -8/+34 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | add-patch: use normalize_marker() when recounting edited hunk | Phillip Wood | 2024-07-21 | 1 | -2/+2 |
| * | | | | | | | | add-patch: handle splitting hunks with diff.suppressBlankEmpty | Phillip Wood | 2024-07-21 | 2 | -6/+32 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'rj/make-cleanup' | Junio C Hamano | 2024-07-31 | 2 | -2/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | config.mak.uname: remove unused uname_P variable | Ramsay Jones | 2024-07-18 | 1 | -1/+0 |
| * | | | | | | | | Makefile: drop -Wno-universal-initializer from SP_EXTRA_FLAGS | Ramsay Jones | 2024-07-18 | 1 | -1/+1 |
* | | | | | | | | | Merge branch 'jt/doc-post-receive-hook-update' | Junio C Hamano | 2024-07-31 | 1 | -6/+9 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | doc: clarify post-receive hook behavior | Justin Tobler | 2024-07-15 | 1 | -6/+9 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'ad/merge-with-diff-algorithm' | Junio C Hamano | 2024-07-31 | 15 | -15/+150 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | merge-recursive: honor diff.algorithm | Antonin Delpeuch | 2024-07-14 | 15 | -15/+150 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'rs/t-strvec-use-test-msg' | Junio C Hamano | 2024-07-31 | 1 | -32/+15 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | |