Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Git 2.47.2v2.47.2 | Johannes Schindelin | 2024-11-26 | 1 | -0/+7 |
* | Sync with 2.46.3 | Johannes Schindelin | 2024-11-26 | 17 | -41/+163 |
|\ | |||||
| * | Git 2.46.3v2.46.3 | Johannes Schindelin | 2024-11-26 | 3 | -2/+8 |
| * | Sync with 2.45.3 | Johannes Schindelin | 2024-11-26 | 16 | -41/+157 |
| |\ | |||||
| | * | Git 2.45.3v2.45.3 | Johannes Schindelin | 2024-11-26 | 2 | -2/+7 |
| | * | Sync with 2.44.3 | Johannes Schindelin | 2024-11-26 | 16 | -39/+144 |
| | |\ | |||||
| | | * | Git 2.44.3v2.44.3 | Johannes Schindelin | 2024-11-26 | 3 | -2/+9 |
| | | * | Sync with 2.43.6 | Johannes Schindelin | 2024-11-26 | 19 | -53/+150 |
| | | |\ | |||||
| | | | * | Git 2.43.6v2.43.6 | Johannes Schindelin | 2024-11-26 | 3 | -2/+9 |
| | | | * | Sync with 2.42.4 | Johannes Schindelin | 2024-11-26 | 18 | -53/+143 |
| | | | |\ | |||||
| | | | | * | Git 2.42.4v2.42.4 | Johannes Schindelin | 2024-11-26 | 3 | -2/+8 |
| | | | | * | Sync with 2.41.3 | Johannes Schindelin | 2024-11-26 | 17 | -53/+137 |
| | | | | |\ | |||||
| | | | | | * | Git 2.41.3v2.41.3 | Johannes Schindelin | 2024-11-26 | 3 | -2/+8 |
| | | | | | * | Sync with 2.40.4 | Johannes Schindelin | 2024-11-26 | 16 | -53/+131 |
| | | | | | |\ | |||||
| | | | | | | * | Git 2.40.4v2.40.4 | Johannes Schindelin | 2024-11-26 | 3 | -2/+7 |
| | | | | | | * | Merge branch 'disallow-control-characters-in-credential-urls-by-default' | Johannes Schindelin | 2024-11-26 | 9 | -29/+109 |
| | | | | | | |\ | |||||
| | | | | | | | * | credential: disallow Carriage Returns in the protocol by default | Johannes Schindelin | 2024-11-26 | 4 | -8/+38 |
| | | | | | | | * | credential: sanitize the user prompt | Johannes Schindelin | 2024-11-26 | 7 | -20/+53 |
| | | | | | | | * | credential_format(): also encode <host>[:<port>] | Johannes Schindelin | 2024-11-26 | 4 | -2/+19 |
| | | | | | | * | | Merge branch 'backport-github-actions-fixes' | Johannes Schindelin | 2024-10-30 | 6 | -21/+14 |
| | | | | | | |\| | |||||
| | | | | | | | * | t7300: work around platform-specific behaviour with long paths on MinGW | Patrick Steinhardt | 2024-10-30 | 1 | -1/+1 |
| | | | | | | | * | compat/regex: fix argument order to calloc(3) | Junio C Hamano | 2024-10-30 | 3 | -13/+13 |
| | | | | | | | * | mingw: drop bogus (and unneeded) declaration of `_pgmptr` | Johannes Schindelin | 2024-10-30 | 1 | -1/+0 |
| | | | | | | | * | ci: remove 'Upload failed tests' directories' step from linux32 jobs | Junio C Hamano | 2024-10-30 | 1 | -6/+0 |
| | | | | | | |/ | |||||
* | | | | | | | | Git 2.47.1v2.47.1 | Junio C Hamano | 2024-11-25 | 1 | -0/+5 |
* | | | | | | | | Merge branch 'ak/typofixes' into maint-2.47 | Junio C Hamano | 2024-11-25 | 15 | -18/+18 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | t: fix typos | Andrew Kreimer | 2024-10-10 | 4 | -4/+4 |
| * | | | | | | | | t/helper: fix a typo | Andrew Kreimer | 2024-10-10 | 1 | -1/+1 |
| * | | | | | | | | t/perf: fix typos | Andrew Kreimer | 2024-10-10 | 2 | -3/+3 |
| * | | | | | | | | t/unit-tests: fix typos | Andrew Kreimer | 2024-10-10 | 2 | -2/+2 |
| * | | | | | | | | contrib: fix typos | Andrew Kreimer | 2024-10-10 | 3 | -4/+4 |
| * | | | | | | | | compat: fix typos | Andrew Kreimer | 2024-10-10 | 3 | -4/+4 |
* | | | | | | | | | Merge branch 'xx/protocol-v2-doc-markup-fix' into maint-2.47 | Junio C Hamano | 2024-11-25 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Documentation/gitprotocol-v2.txt: fix a slight inconsistency in format | Xing Xin | 2024-10-10 | 1 | -2/+2 |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'tc/bundle-uri-leakfix' into maint-2.47 | Junio C Hamano | 2024-11-25 | 1 | -5/+13 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | bundle-uri: plug leak in unbundle_from_file() | Toon Claes | 2024-10-10 | 1 | -5/+13 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'kh/checkout-ignore-other-docfix' into maint-2.47 | Junio C Hamano | 2024-11-25 | 2 | -5/+5 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | checkout: refer to other-worktree branch, not ref | Kristoffer Haugsbakk | 2024-10-10 | 2 | -5/+5 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'kh/merge-tree-doc' into maint-2.47 | Junio C Hamano | 2024-11-25 | 1 | -3/+9 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | doc: merge-tree: improve example script | Kristoffer Haugsbakk | 2024-10-09 | 1 | -3/+9 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'kn/loose-object-layer-wo-global-hash' into maint-2.47 | Junio C Hamano | 2024-11-25 | 1 | -4/+3 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | loose: don't rely on repository global state | Karthik Nayak | 2024-10-09 | 1 | -4/+3 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'jc/doc-refspec-syntax' into maint-2.47 | Junio C Hamano | 2024-11-25 | 1 | -3/+4 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | doc: clarify <src> in refspec syntax | Junio C Hamano | 2024-10-10 | 1 | -3/+4 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'js/doc-platform-support-link-fix' into maint-2.47 | Junio C Hamano | 2024-11-25 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | docs: fix the `maintain-git` links in `technical/platform-support` | Johannes Schindelin | 2024-10-08 | 1 | -2/+2 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'jh/config-unset-doc-fix' into maint-2.47 | Junio C Hamano | 2024-11-25 | 2 | -3/+3 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | git-config.1: remove value from positional args in unset usage | Josh Heinrichs | 2024-10-09 | 2 | -3/+3 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'jk/output-prefix-cleanup' into maint-2.47 | Junio C Hamano | 2024-11-25 | 7 | -43/+28 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | diff: store graph prefix buf in git_graph struct | Jeff King | 2024-10-03 | 1 | -6/+12 |