Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Merge branch 'ra/rebase-i-more-options'" | Junio C Hamano | 2020-01-12 | 2 | -131/+2 |
* | Merge branch 'js/mingw-loosen-overstrict-tree-entry-checks' | Junio C Hamano | 2020-01-10 | 1 | -1/+1 |
|\ | |||||
| * | mingw: safeguard better against backslashes in file names | Johannes Schindelin via GitGitGadget | 2020-01-10 | 1 | -1/+1 |
* | | graph: fix lack of color in horizontal lines | Derrick Stolee | 2020-01-08 | 1 | -0/+29 |
* | | graph: drop assert() for merge with two collapsing parents | Derrick Stolee | 2020-01-08 | 1 | -0/+42 |
* | | Merge branch 'ds/sparse-list-in-cone-mode' | Junio C Hamano | 2020-01-06 | 1 | -0/+39 |
|\ \ | |||||
| * | | sparse-checkout: document interactions with submodules | Derrick Stolee | 2019-12-30 | 1 | -0/+28 |
| * | | sparse-checkout: list directories in cone mode | Derrick Stolee | 2019-12-30 | 1 | -0/+11 |
* | | | Merge branch 'js/mingw-loosen-overstrict-tree-entry-checks' | Junio C Hamano | 2020-01-06 | 1 | -3/+4 |
|\ \ \ | | |/ | |/| | |||||
| * | | mingw: only test index entries for backslashes, not tree entries | Johannes Schindelin | 2020-01-02 | 1 | -3/+4 |
* | | | Merge branch 'js/use-test-tool-on-path' | Junio C Hamano | 2020-01-02 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | t3008: find test-tool through path lookup | Johannes Sixt | 2019-12-27 | 1 | -1/+1 |
* | | | | Merge branch 'js/mingw-reserved-filenames' | Junio C Hamano | 2020-01-02 | 1 | -2/+11 |
|\ \ \ \ | |||||
| * | | | | mingw: refuse paths containing reserved names | Johannes Schindelin | 2019-12-21 | 1 | -2/+11 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'en/fill-directory-fixes' | Junio C Hamano | 2019-12-25 | 2 | -2/+216 |
|\ \ \ \ | |||||
| * | | | | dir: synchronize treat_leading_path() and read_directory_recursive() | Elijah Newren | 2019-12-19 | 2 | -2/+2 |
| * | | | | dir: fix checks on common prefix directory | Elijah Newren | 2019-12-19 | 1 | -3/+3 |
| * | | | | dir: exit before wildcard fall-through if there is no wildcard | Elijah Newren | 2019-12-11 | 1 | -2/+2 |
| * | | | | Revert "dir.c: make 'git-status --ignored' work within leading directories" | Elijah Newren | 2019-12-11 | 1 | -2/+7 |
| * | | | | t3011: demonstrate directory traversal failures | Elijah Newren | 2019-12-11 | 1 | -0/+209 |
* | | | | | Merge branch 'rs/test-cleanup' | Junio C Hamano | 2019-12-25 | 5 | -5/+4 |
|\ \ \ \ \ | |||||
| * | | | | | t6030: don't create unused file | René Scharfe | 2019-12-18 | 1 | -1/+1 |
| * | | | | | t5580: don't create unused file | René Scharfe | 2019-12-18 | 1 | -1/+1 |
| * | | | | | t3501: don't create unused file | René Scharfe | 2019-12-18 | 1 | -1/+1 |
| * | | | | | t7004: don't create unused file | René Scharfe | 2019-12-11 | 1 | -1/+0 |
| * | | | | | t4256: don't create unused file | René Scharfe | 2019-12-11 | 1 | -1/+1 |
* | | | | | | Merge branch 'rs/xdiff-ignore-ws-w-func-context' | Junio C Hamano | 2019-12-25 | 1 | -0/+23 |
|\ \ \ \ \ \ | |||||
| * | | | | | | t4015: improve coverage of function context test | René Scharfe | 2019-12-19 | 1 | -0/+23 |
* | | | | | | | Merge branch 'js/add-p-in-c' | Junio C Hamano | 2019-12-25 | 1 | -0/+42 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | built-in add -p: implement the '/' ("search regex") command | Johannes Schindelin | 2019-12-13 | 1 | -0/+14 |
| * | | | | | | | built-in add -p: implement the 'g' ("goto") command | Johannes Schindelin | 2019-12-13 | 1 | -0/+16 |
| * | | | | | | | built-in add -p: implement the hunk splitting feature | Johannes Schindelin | 2019-12-13 | 1 | -0/+12 |
* | | | | | | | | Merge branch 'ds/sparse-cone' | Junio C Hamano | 2019-12-25 | 1 | -0/+332 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| * | | | | | | | sparse-checkout: improve OS ls compatibility | Ed Maste | 2019-12-20 | 1 | -14/+22 |
| * | | | | | | | sparse-checkout: respect core.ignoreCase in cone mode | Derrick Stolee | 2019-12-13 | 1 | -0/+17 |
| * | | | | | | | sparse-checkout: check for dirty status | Derrick Stolee | 2019-11-22 | 1 | -1/+14 |
| * | | | | | | | sparse-checkout: cone mode should not interact with .gitignore | Derrick Stolee | 2019-11-22 | 1 | -0/+7 |
| * | | | | | | | sparse-checkout: write using lockfile | Derrick Stolee | 2019-11-22 | 1 | -0/+7 |
| * | | | | | | | sparse-checkout: use in-process update for disable subcommand | Derrick Stolee | 2019-11-22 | 1 | -1/+2 |
| * | | | | | | | sparse-checkout: update working directory in-process | Derrick Stolee | 2019-11-22 | 1 | -0/+28 |
| * | | | | | | | sparse-checkout: sanitize for nested folders | Derrick Stolee | 2019-11-22 | 1 | -0/+11 |
| * | | | | | | | sparse-checkout: init and set in cone mode | Derrick Stolee | 2019-11-22 | 1 | -0/+51 |
| * | | | | | | | sparse-checkout: use hashmaps for cone patterns | Derrick Stolee | 2019-11-22 | 1 | -1/+10 |
| * | | | | | | | sparse-checkout: add 'cone' mode | Derrick Stolee | 2019-11-22 | 1 | -0/+14 |
| * | | | | | | | sparse-checkout: create 'disable' subcommand | Derrick Stolee | 2019-11-22 | 1 | -0/+15 |
| * | | | | | | | sparse-checkout: add '--stdin' option to set subcommand | Derrick Stolee | 2019-11-22 | 1 | -0/+20 |
| * | | | | | | | sparse-checkout: 'set' subcommand | Derrick Stolee | 2019-11-22 | 1 | -0/+33 |
| * | | | | | | | clone: add --sparse mode | Derrick Stolee | 2019-11-22 | 1 | -0/+13 |
| * | | | | | | | sparse-checkout: create 'init' subcommand | Derrick Stolee | 2019-11-22 | 1 | -0/+40 |
| * | | | | | | | sparse-checkout: create builtin with 'list' subcommand | Derrick Stolee | 2019-11-22 | 1 | -0/+45 |