Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | Merge branch 'rs/parse-opt-forbid-set-int-0-without-noneg' | Junio C Hamano | 2023-08-14 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | parse-options: disallow negating OPTION_SET_INT 0 | René Scharfe | 2023-08-09 | 1 | -0/+3 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'ob/rebase-conflict-advice-i18n-fix' | Junio C Hamano | 2023-08-14 | 1 | -2/+3 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | advice: handle "rebase" in error_resolve_conflict() | Oswald Buddenhagen | 2023-08-07 | 1 | -2/+3 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Git 2.42-rc1v2.42.0-rc1 | Junio C Hamano | 2023-08-10 | 2 | -1/+21 | |
* | | | | | | | | | | Merge branch 'pw/rebase-skip-commit-message-fix' | Junio C Hamano | 2023-08-10 | 4 | -39/+93 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | rebase --skip: fix commit message clean up when skipping squash | Phillip Wood | 2023-08-03 | 4 | -39/+93 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'ma/locate-in-path-for-windows' | Junio C Hamano | 2023-08-10 | 4 | -3/+18 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | docs: update when `git bisect visualize` uses `gitk` | Matthias Aßhauer | 2023-08-04 | 1 | -3/+8 | |
| * | | | | | | | | | | compat/mingw: implement a native locate_in_PATH() | Matthias Aßhauer | 2023-08-04 | 2 | -0/+8 | |
| * | | | | | | | | | | run-command: conditionally define locate_in_PATH() | Matthias Aßhauer | 2023-08-04 | 1 | -0/+2 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'bc/ignore-clangd-cache' | Junio C Hamano | 2023-08-10 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | gitignore: ignore clangd .cache directory | brian m. carlson | 2023-08-04 | 1 | -0/+1 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'bc/ident-dot-is-no-longer-crud-letter' | Junio C Hamano | 2023-08-10 | 3 | -4/+12 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | ident: don't consider '.' a crud | brian m. carlson | 2023-08-02 | 3 | -4/+12 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'ew/hash-with-openssl-evp' | Junio C Hamano | 2023-08-10 | 4 | -2/+120 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | avoid SHA-1 functions deprecated in OpenSSL 3+ | Eric Wong | 2023-08-01 | 3 | -1/+63 | |
| * | | | | | | | | | sha256: avoid functions deprecated in OpenSSL 3+ | Eric Wong | 2023-08-01 | 3 | -1/+57 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | A few more topics before -rc1 | Junio C Hamano | 2023-08-07 | 1 | -0/+8 | |
* | | | | | | | | | mailmap: change primary address for Glen Choo | Glen Choo | 2023-08-07 | 1 | -0/+1 | |
* | | | | | | | | | Merge branch 'ew/sha256-gcrypt-leak-fixes' | Junio C Hamano | 2023-08-07 | 1 | -5/+8 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | sha256/gcrypt: die on gcry_md_open failures | Eric Wong | 2023-07-31 | 1 | -1/+3 | |
| * | | | | | | | | | sha256/gcrypt: fix memory leak with SHA-256 repos | Eric Wong | 2023-07-31 | 1 | -0/+1 | |
| * | | | | | | | | | sha256/gcrypt: fix build with SANITIZE=leak | Eric Wong | 2023-07-31 | 1 | -4/+4 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge branch 'rs/bundle-parseopt-cleanup' | Junio C Hamano | 2023-08-07 | 2 | -23/+23 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | bundle: use OPT_PASSTHRU_ARGV | René Scharfe | 2023-07-31 | 2 | -23/+23 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge branch 'am/doc-sha256' | Junio C Hamano | 2023-08-07 | 2 | -8/+11 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | doc: sha256 is no longer experimental | Adam Majer | 2023-07-31 | 2 | -8/+11 | |
* | | | | | | | | | | Merge branch 'tb/commit-graph-tests' | Junio C Hamano | 2023-08-07 | 3 | -242/+224 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | t/lib-commit-graph.sh: avoid sub-shell in `graph_git_behavior()` | Taylor Blau | 2023-07-24 | 1 | -8/+5 | |
| * | | | | | | | | | t5328: avoid top-level directory changes | Taylor Blau | 2023-07-24 | 1 | -27/+27 | |
| * | | | | | | | | | t5318: avoid top-level directory changes | Taylor Blau | 2023-07-24 | 1 | -206/+172 | |
| * | | | | | | | | | t/lib-commit-graph.sh: avoid directory change in `graph_git_behavior()` | Taylor Blau | 2023-07-24 | 1 | -6/+15 | |
| * | | | | | | | | | t/lib-commit-graph.sh: allow `graph_read_expect()` in sub-directories | Taylor Blau | 2023-07-24 | 1 | -3/+13 | |
* | | | | | | | | | | Git 2.42-rc0v2.42.0-rc0 | Junio C Hamano | 2023-08-04 | 2 | -1/+24 | |
* | | | | | | | | | | Merge branch 'jc/branch-in-use-error-message' | Junio C Hamano | 2023-08-04 | 2 | -6/+6 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | branch: update the message to refuse touching a branch in-use | Junio C Hamano | 2023-07-22 | 2 | -6/+6 | |
* | | | | | | | | | | | Merge branch 'hy/blame-in-bare-with-contents' | Junio C Hamano | 2023-08-04 | 2 | -1/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | blame: allow --contents to work with bare repo | Han Young | 2023-07-21 | 2 | -1/+12 | |
| | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'jc/parse-options-short-help' | Junio C Hamano | 2023-08-04 | 4 | -7/+21 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | short help: allow a gap smaller than USAGE_GAP | Junio C Hamano | 2023-07-20 | 2 | -3/+4 | |
| * | | | | | | | | | | | remote: simplify "remote add --tags" help text | Junio C Hamano | 2023-07-20 | 1 | -3/+2 | |
| * | | | | | | | | | | | short help: allow multi-line opthelp | Junio C Hamano | 2023-07-20 | 3 | -1/+15 | |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'jc/doc-sent-patch-now-what' | Junio C Hamano | 2023-08-04 | 1 | -0/+32 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | MyFirstContribution: refrain from self-iterating too much | Junio C Hamano | 2023-07-28 | 1 | -0/+32 | |
* | | | | | | | | | | | | Merge branch 'la/doc-choose-starting-point-fixup' | Junio C Hamano | 2023-08-04 | 1 | -4/+20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | SubmittingPatches: use of older maintenance tracks is an exception | Junio C Hamano | 2023-07-27 | 1 | -6/+13 | |
| * | | | | | | | | | | | | SubmittingPatches: explain why 'next' and above are inappropriate base | Junio C Hamano | 2023-07-27 | 1 | -4/+8 | |
| * | | | | | | | | | | | | SubmittingPatches: choice of base for fixing an older maintenance track | Junio C Hamano | 2023-07-26 | 1 | -1/+6 | |
* | | | | | | | | | | | | | Merge branch 'pv/doc-submodule-update-settings' | Junio C Hamano | 2023-08-04 | 2 | -15/+22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |