Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | t0021: use Windows-friendly `pwd` | Johannes Schindelin | 2022-12-07 | 1 | -2/+2 |
* | tests: use the new C rot13-filter helper to avoid PERL prereq | Matheus Tavares | 2022-08-14 | 1 | -36/+33 |
* | t0021: avoid grepping for a Perl-specific string at filter output | Matheus Tavares | 2022-08-14 | 1 | -1/+1 |
* | checkout: fix two bugs on the final count of updated entries | Matheus Tavares | 2022-07-14 | 1 | -1/+1 |
* | checkout: document bug where delayed checkout counts entries twice | Matheus Tavares | 2022-07-14 | 1 | -0/+22 |
* | t0000-t3999: detect and signal failure within loop | Eric Sunshine | 2021-12-13 | 1 | -4/+4 |
* | tests: fix broken &&-chains in `{...}` groups | Eric Sunshine | 2021-12-13 | 1 | -4/+4 |
* | tests: simplify construction of large blocks of text | Eric Sunshine | 2021-12-13 | 1 | -22/+22 |
* | checkout: make delayed checkout respect --quiet and --no-progress | Matheus Tavares | 2021-08-26 | 1 | -0/+71 |
* | Merge branch 'mt/cleanly-die-upon-missing-required-filter' | Junio C Hamano | 2021-03-22 | 1 | -0/+24 |
|\ | |||||
| * | convert: fail gracefully upon missing clean cmd on required filter | Matheus Tavares | 2021-02-26 | 1 | -0/+24 |
* | | Sync with Git 2.30.2 for CVE-2021-21300 | Junio C Hamano | 2021-03-08 | 1 | -0/+81 |
|\ \ | |/ |/| | |||||
| * | Sync with 2.29.3 | Johannes Schindelin | 2021-02-12 | 1 | -0/+81 |
| |\ | |||||
| | * | Sync with 2.26.3 | Johannes Schindelin | 2021-02-12 | 1 | -0/+81 |
| | |\ | |||||
| | | * | Sync with 2.25.5 | Johannes Schindelin | 2021-02-12 | 1 | -0/+81 |
| | | |\ | |||||
| | | | * | Sync with 2.24.4 | Johannes Schindelin | 2021-02-12 | 1 | -0/+81 |
| | | | |\ | |||||
| | | | | * | Sync with 2.23.4 | Johannes Schindelin | 2021-02-12 | 1 | -0/+81 |
| | | | | |\ | |||||
| | | | | | * | Sync with 2.20.5 | Johannes Schindelin | 2021-02-12 | 1 | -0/+81 |
| | | | | | |\ | |||||
| | | | | | | * | Sync with 2.19.6 | Johannes Schindelin | 2021-02-12 | 1 | -0/+81 |
| | | | | | | |\ | |||||
| | | | | | | | * | Sync with 2.18.5 | Johannes Schindelin | 2021-02-12 | 1 | -0/+81 |
| | | | | | | | |\ | |||||
| | | | | | | | | * | Sync with 2.17.6 | Johannes Schindelin | 2021-02-12 | 1 | -0/+81 |
| | | | | | | | | |\ | |||||
| | | | | | | | | | * | run-command: invalidate lstat cache after a command finished | Johannes Schindelin | 2021-02-12 | 1 | -0/+36 |
| | | | | | | | | | * | checkout: fix bug that makes checkout follow symlinks in leading path | Matheus Tavares | 2021-02-12 | 1 | -0/+45 |
* | | | | | | | | | | | doc: use https links | Thomas Ackermann | 2021-02-05 | 1 | -2/+2 |
* | | | | | | | | | | | t[01]*: adjust the references to the default branch name "main" | Johannes Schindelin | 2020-11-19 | 1 | -21/+21 |
* | | | | | | | | | | | tests: mark tests relying on the current default for `init.defaultBranch` | Johannes Schindelin | 2020-11-19 | 1 | -0/+3 |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | tests: consolidate the `file_size` function into `test-lib-functions.sh` | Johannes Schindelin | 2020-11-06 | 1 | -20/+16 |
|/ / / / / / / / / | |||||
* | | | | | | | | | t0021: test filter metadata for additional cases | brian m. carlson | 2020-03-16 | 1 | -0/+45 |
* | | | | | | | | | builtin/reset: compute checkout metadata for reset | brian m. carlson | 2020-03-16 | 1 | -1/+31 |
* | | | | | | | | | builtin/rebase: compute checkout metadata for rebases | brian m. carlson | 2020-03-16 | 1 | -1/+38 |
* | | | | | | | | | builtin/clone: compute checkout metadata for clones | brian m. carlson | 2020-03-16 | 1 | -3/+7 |
* | | | | | | | | | builtin/checkout: compute checkout metadata for checkouts | brian m. carlson | 2020-03-16 | 1 | -28/+50 |
|/ / / / / / / / | |||||
* | | | | | | | | t: drop debug `cat` calls | Martin Ågren | 2020-02-24 | 1 | -1/+0 |
|/ / / / / / / | |||||
* | | | | | | | Merge branch 'jk/lore-is-the-archive' | Junio C Hamano | 2019-12-06 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | doc: replace public-inbox links with lore.kernel.org | Jeff King | 2019-11-30 | 1 | -2/+2 |
| |/ / / / / | |||||
* | | | | | | t0021: make sure clean filter runs | Thomas Gummerer | 2019-08-22 | 1 | -0/+3 |
|/ / / / / | |||||
* | | | | | tests: avoid calling Perl just to determine file sizes | Johannes Schindelin | 2019-01-29 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | t/*: fix ordering of expected/observed arguments | Matthew DeVore | 2018-10-07 | 1 | -2/+2 |
|/ / / | |||||
* | | | Merge branch 'nd/i18n' | Junio C Hamano | 2018-08-15 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | convert.c: mark more strings for translation | Nguyễn Thái Ngọc Duy | 2018-07-23 | 1 | -1/+1 |
| |/ / | |||||
* | | | t0000-t0999: fix broken &&-chains | Eric Sunshine | 2018-07-16 | 1 | -2/+2 |
|/ / | |||||
* | | t/helper: merge test-genrandom into test-tool | Nguyễn Thái Ngọc Duy | 2018-03-27 | 1 | -2/+2 |
|/ | |||||
* | sub-process: refactor handshake to common functionjt/subprocess-handshake | Jonathan Tan | 2017-07-26 | 1 | -1/+1 |
* | convert: add "status=delayed" to filter process protocol | Lars Schneider | 2017-06-30 | 1 | -0/+116 |
* | t0021: write "OUT <size>" only on success | Lars Schneider | 2017-06-29 | 1 | -3/+3 |
* | t0021: make debug log file name configurable | Lars Schneider | 2017-06-26 | 1 | -22/+22 |
* | t0021: keep filter log files on comparison | Lars Schneider | 2017-06-26 | 1 | -6/+6 |
* | Merge branch 'ls/filter-process' | Junio C Hamano | 2016-12-27 | 1 | -24/+9 |
|\ | |||||
| * | t0021: fix flaky testls/filter-process | Lars Schneider | 2016-12-18 | 1 | -16/+1 |
| * | docs: warn about possible '=' in clean/smudge filter process values | Lars Schneider | 2016-12-06 | 1 | -10/+10 |