Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: mark as passing with SANITIZE=leak | Rubén Justo | 2023-06-17 | 1 | -0/+1 |
* | Merge branch 'rj/branch-unborn-in-other-worktrees' | Junio C Hamano | 2023-05-15 | 1 | -0/+29 |
|\ | |||||
| * | branch: rename orphan branches in any worktree | Rubén Justo | 2023-03-27 | 1 | -0/+14 |
| * | branch: test for failures while renaming branches | Rubén Justo | 2023-03-27 | 1 | -0/+15 |
* | | tests: don't lose exit status with "(cd ...; test <op> $(git ...))" | Ævar Arnfjörð Bjarmason | 2023-02-07 | 1 | -2/+6 |
|/ | |||||
* | branch: gracefully handle '-d' on orphan HEAD | Jeff King | 2022-11-11 | 1 | -0/+36 |
* | Merge branch 'rj/branch-do-not-exit-with-minus-one-status' | Taylor Blau | 2022-10-31 | 1 | -1/+1 |
|\ | |||||
| * | branch: error code with --edit-description | Rubén Justo | 2022-10-26 | 1 | -1/+1 |
* | | branch: error copying or renaming a detached HEAD | Rubén Justo | 2022-10-26 | 1 | -0/+11 |
|/ | |||||
* | Sync with v2.38.1 | Junio C Hamano | 2022-10-18 | 1 | -0/+1 |
|\ | |||||
| * | Sync with 2.36.3 | Taylor Blau | 2022-10-07 | 1 | -0/+1 |
| |\ | |||||
| | * | Sync with 2.35.5 | Taylor Blau | 2022-10-06 | 1 | -0/+1 |
| | |\ | |||||
| | | * | Sync with 2.34.5 | Taylor Blau | 2022-10-06 | 1 | -0/+1 |
| | | |\ | |||||
| | | | * | Sync with 2.32.4 | Taylor Blau | 2022-10-06 | 1 | -0/+1 |
| | | | |\ | |||||
| | | | | * | Sync with 2.30.6 | Taylor Blau | 2022-10-06 | 1 | -0/+1 |
| | | | | |\ | |||||
| | | | | | * | t/t3NNN: allow local submodules | Taylor Blau | 2022-10-01 | 1 | -0/+1 |
* | | | | | | | Merge branch 'jc/branch-description-unset' | Junio C Hamano | 2022-10-17 | 1 | -0/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | branch: do not fail a no-op --edit-desc | Junio C Hamano | 2022-09-30 | 1 | -0/+3 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | t: remove \{m,n\} from BRE grep usage | Đoàn Trần Công Danh | 2022-09-21 | 1 | -2/+2 |
| |/ / / / / |/| | | | | | |||||
* | | | | | | branch: new autosetupmerge option 'simple' for matching branches | Tao Klerks | 2022-04-29 | 1 | -0/+35 |
| |/ / / / |/| | | | | |||||
* | | | | | tracking branches: add advice to ambiguous refspec error | Tao Klerks | 2022-04-01 | 1 | -2/+16 |
* | | | | | Merge branch 'gc/branch-recurse-submodules' | Junio C Hamano | 2022-02-18 | 1 | -0/+17 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | branch: make create_branch() always create a branch | Glen Choo | 2022-02-01 | 1 | -0/+17 |
| * | | | | Merge branch 'js/branch-track-inherit' into gc/branch-recurse-submodules | Junio C Hamano | 2022-01-31 | 1 | -3/+36 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'js/branch-track-inherit' | Junio C Hamano | 2022-01-10 | 1 | -3/+36 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | branch: add flags and config to inherit tracking | Josh Steadmon | 2021-12-21 | 1 | -0/+33 |
| * | | | | | branch: accept multiple upstream branches for tracking | Josh Steadmon | 2021-12-21 | 1 | -3/+3 |
| | |_|/ / | |/| | | | |||||
* | | | | | branch: protect branches checked out in all worktrees | Anders Kaseorg | 2021-12-02 | 1 | -0/+7 |
* | | | | | branch: lowercase error messages | Anders Kaseorg | 2021-12-02 | 1 | -2/+2 |
| |/ / / |/| | | | |||||
* | | | | Merge branch 'jc/fix-ref-sorting-parse' | Junio C Hamano | 2021-11-30 | 1 | -1/+11 |
|\ \ \ \ | |||||
| * | | | | for-each-ref: delay parsing of --sort=<atom> options | Junio C Hamano | 2021-10-20 | 1 | -1/+11 |
| |/ / / | |||||
* / / / | branch tests: test for errno propagating on failing read | Han-Wen Nienhuys | 2021-10-16 | 1 | -0/+22 |
|/ / / | |||||
* | / | branch: allow deleting dangling branches with --force | René Scharfe | 2021-08-28 | 1 | -0/+13 |
| |/ |/| | |||||
* | | tests: remove most uses of test_i18ncmp | Ævar Arnfjörð Bjarmason | 2021-02-11 | 1 | -13/+13 |
* | | Merge branch 'js/default-branch-name-tests-final-stretch' | Junio C Hamano | 2021-01-25 | 1 | -0/+3 |
|\ \ | |||||
| * | | tests: drop prereq `PREPARE_FOR_MAIN_BRANCH` where no longer needed | Johannes Schindelin | 2020-11-20 | 1 | -3/+3 |
| * | | t3[0-3]*: adjust the references to the default branch name "main" | Johannes Schindelin | 2020-11-20 | 1 | -122/+122 |
| * | | tests: mark tests relying on the current default for `init.defaultBranch` | Johannes Schindelin | 2020-11-20 | 1 | -0/+3 |
* | | | Merge branch 'ew/decline-core-abbrev' | Junio C Hamano | 2021-01-16 | 1 | -0/+2 |
|\ \ \ | |_|/ |/| | | |||||
| * | | core.abbrev=no disables abbreviations | Eric Wong | 2020-12-23 | 1 | -0/+2 |
* | | | t3200: finish transitioning to the initial branch name `main` | Johannes Schindelin | 2020-12-17 | 1 | -132/+133 |
| |/ |/| | |||||
* | | tests: prepare aligned mentions of the default branch name | Johannes Schindelin | 2020-10-23 | 1 | -6/+6 |
* | | t3200: prepare for `main` being shorter than `master` | Johannes Schindelin | 2020-10-23 | 1 | -2/+2 |
* | | Merge branch 'js/default-branch-name-part-2' | Junio C Hamano | 2020-10-05 | 1 | -17/+17 |
|\ \ | |||||
| * | | t3200: avoid variations of the `master` branch name | Johannes Schindelin | 2020-09-22 | 1 | -17/+17 |
* | | | Merge branch 'al/ref-filter-merged-and-no-merged' | Junio C Hamano | 2020-09-22 | 1 | -4/+0 |
|\ \ \ | |/ / |/| | | |||||
| * | | ref-filter: allow merged and no-merged filters | Aaron Lipman | 2020-09-16 | 1 | -4/+0 |
| |/ | |||||
* / | t3200: clean side effect of git checkout --orphan | Aaron Lipman | 2020-09-09 | 1 | -0/+1 |
|/ | |||||
* | Merge branch 'dl/branch-cleanup' into master | Junio C Hamano | 2020-07-19 | 1 | -2/+2 |
|\ | |||||
| * | t3200: don't grep for `strerror()` string | Martin Ågren | 2020-07-18 | 1 | -2/+2 |