Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge branch 'rs/external-diff-with-exit-code' | Junio C Hamano | 2024-05-15 | 3 | -3/+47 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | diff: fix --exit-code with external diff | René Scharfe | 2024-05-06 | 2 | -3/+38 | |
| * | | | | | diff: report unmerged paths as changes in run_diff_cmd() | René Scharfe | 2024-05-06 | 2 | -0/+9 | |
* | | | | | | Merge branch 'jt/port-ci-whitespace-check-to-gitlab' | Junio C Hamano | 2024-05-15 | 4 | -64/+109 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | gitlab-ci: add whitespace error check | Justin Tobler | 2024-05-03 | 1 | -0/+9 | |
| * | | | | | | ci: make the whitespace report optional | Justin Tobler | 2024-05-03 | 1 | -12/+33 | |
| * | | | | | | ci: separate whitespace check script | Justin Tobler | 2024-05-03 | 2 | -64/+78 | |
| * | | | | | | github-ci: fix link to whitespace error | Justin Tobler | 2024-05-03 | 1 | -11/+12 | |
| * | | | | | | ci: pre-collapse GitLab CI sections | Justin Tobler | 2024-05-03 | 1 | -1/+1 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge branch 'ow/refspec-glossary-update' | Junio C Hamano | 2024-05-15 | 1 | -1/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Documentation: Mention that refspecs are explained elsewhere | Øystein Walle | 2024-05-06 | 1 | -1/+2 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge branch 'jp/tag-trailer' | Junio C Hamano | 2024-05-15 | 6 | -28/+181 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | builtin/tag: add --trailer option | John Passaro | 2024-05-07 | 3 | -11/+157 | |
| * | | | | | | builtin/commit: refactor --trailer logic | John Passaro | 2024-05-07 | 3 | -8/+23 | |
| * | | | | | | builtin/commit: use ARGV macro to collect trailers | John Passaro | 2024-05-07 | 1 | -9/+1 | |
| |/ / / / / | ||||||
* | | | | | | Merge branch 'ps/config-subcommands' | Junio C Hamano | 2024-05-15 | 6 | -370/+812 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | builtin/config: display subcommand help | Patrick Steinhardt | 2024-05-06 | 2 | -3/+3 | |
| * | | | | | | builtin/config: introduce "edit" subcommand | Patrick Steinhardt | 2024-05-06 | 3 | -36/+68 | |
| * | | | | | | builtin/config: introduce "remove-section" subcommand | Patrick Steinhardt | 2024-05-06 | 3 | -6/+41 | |
| * | | | | | | builtin/config: introduce "rename-section" subcommand | Patrick Steinhardt | 2024-05-06 | 3 | -15/+50 | |
| * | | | | | | builtin/config: introduce "unset" subcommand | Patrick Steinhardt | 2024-05-06 | 3 | -26/+84 | |
| * | | | | | | builtin/config: introduce "set" subcommand | Patrick Steinhardt | 2024-05-06 | 3 | -63/+140 | |
| * | | | | | | builtin/config: introduce "get" subcommand | Patrick Steinhardt | 2024-05-06 | 3 | -99/+194 | |
| * | | | | | | builtin/config: introduce "list" subcommand | Patrick Steinhardt | 2024-05-06 | 3 | -64/+162 | |
| * | | | | | | builtin/config: pull out function to handle `--null` | Patrick Steinhardt | 2024-05-06 | 1 | -6/+9 | |
| * | | | | | | builtin/config: pull out function to handle config location | Patrick Steinhardt | 2024-05-06 | 1 | -65/+68 | |
| * | | | | | | builtin/config: use `OPT_CMDMODE()` to specify modes | Patrick Steinhardt | 2024-05-06 | 2 | -18/+27 | |
| * | | | | | | builtin/config: move "fixed-value" option to correct group | Patrick Steinhardt | 2024-05-06 | 1 | -1/+1 | |
| * | | | | | | builtin/config: move option array around | Patrick Steinhardt | 2024-05-06 | 1 | -48/+48 | |
| * | | | | | | config: clarify memory ownership when preparing comment strings | Patrick Steinhardt | 2024-05-06 | 3 | -16/+13 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge branch 'js/unit-test-suite-runner' | Junio C Hamano | 2024-05-15 | 11 | -30/+74 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cmake: let `test-tool` run the unit tests, too | Johannes Schindelin | 2024-05-06 | 1 | -1/+2 | |
| * | | | | | | ci: use test-tool as unit test runner on Windows | Josh Steadmon | 2024-05-06 | 1 | -1/+1 | |
| * | | | | | | t/Makefile: run unit tests alongside shell tests | Jeff King | 2024-05-06 | 3 | -3/+19 | |
| * | | | | | | unit tests: add rule for running with test-tool | Josh Steadmon | 2024-05-06 | 2 | -2/+10 | |
| * | | | | | | test-tool run-command testsuite: support unit tests | Josh Steadmon | 2024-05-06 | 1 | -3/+14 | |
| * | | | | | | test-tool run-command testsuite: remove hardcoded filter | Josh Steadmon | 2024-05-06 | 1 | -3/+1 | |
| * | | | | | | test-tool run-command testsuite: get shell from env | Josh Steadmon | 2024-05-06 | 1 | -1/+8 | |
| * | | | | | | t0080: turn t-basic unit test into a helper | Josh Steadmon | 2024-05-06 | 6 | -17/+20 | |
| * | | | | | | Merge branch 'jk/unit-tests-buildfix' into js/unit-test-suite-runner | Junio C Hamano | 2024-02-03 | 2 | -8/+12 | |
| |\ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ | Sync with Git 2.45.1 | Junio C Hamano | 2024-05-14 | 43 | -86/+1283 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Git 2.45.1v2.45.1 | Johannes Schindelin | 2024-04-29 | 3 | -2/+10 | |
| * | | | | | | | | Sync with 2.44.1 | Johannes Schindelin | 2024-04-29 | 42 | -86/+1275 | |
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| | * | | | | | | | Git 2.44.1v2.44.1 | Johannes Schindelin | 2024-04-19 | 3 | -2/+10 | |
| | * | | | | | | | Sync with 2.43.4 | Johannes Schindelin | 2024-04-19 | 45 | -87/+1281 | |
| | |\ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | | | ||||||
| | | * | | | | | | Git 2.43.4v2.43.4 | Johannes Schindelin | 2024-04-19 | 3 | -2/+9 | |
| | | * | | | | | | Sync with 2.42.2 | Johannes Schindelin | 2024-04-19 | 46 | -107/+1294 | |
| | | |\ \ \ \ \ \ | ||||||
| | | | * | | | | | | Git 2.42.2v2.42.2 | Johannes Schindelin | 2024-04-19 | 3 | -2/+9 | |
| | | | * | | | | | | Sync with 2.41.1 | Johannes Schindelin | 2024-04-19 | 46 | -114/+1292 | |
| | | | |\ \ \ \ \ \ | ||||||
| | | | | * | | | | | | Git 2.41.1v2.41.1 | Johannes Schindelin | 2024-04-19 | 3 | -2/+9 |