Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pack-write: pass 'struct packing_data' to 'stage_tmp_packfiles' | Taylor Blau | 2022-05-27 | 1 | -1/+2 |
* | pack-mtimes: support reading .mtimes files | Taylor Blau | 2022-05-27 | 1 | -0/+1 |
* | i18n: fix some badly formatted i18n strings | Jean-Noël Avila | 2022-04-11 | 1 | -1/+1 |
* | Merge branch 'js/apply-partial-clone-filters-recursively' | Junio C Hamano | 2022-04-07 | 1 | -1/+1 |
|\ | |||||
| * | submodule-helper: fix usage string | Fangyi Zhou | 2022-04-07 | 1 | -1/+1 |
* | | Merge branch 'tl/ls-tree-oid-only' | Junio C Hamano | 2022-04-07 | 1 | -1/+1 |
|\ \ | |||||
| * | | ls-tree: `-l` should not imply recursive listing | Josh Steadmon | 2022-04-06 | 1 | -1/+1 |
* | | | Merge branch 'pw/worktree-list-with-z' | Junio C Hamano | 2022-04-04 | 1 | -16/+24 |
|\ \ \ | |||||
| * | | | worktree: add -z option for list subcommand | Phillip Wood | 2022-03-31 | 1 | -16/+24 |
* | | | | Merge branch 'jh/builtin-fsmonitor-part2' | Junio C Hamano | 2022-04-04 | 2 | -2/+1484 |
|\ \ \ \ | |||||
| * | | | | fsmonitor--daemon: use a cookie file to sync with file system | Jeff Hostetler | 2022-03-26 | 1 | -1/+236 |
| * | | | | fsmonitor--daemon: periodically truncate list of modified files | Jeff Hostetler | 2022-03-26 | 1 | -0/+88 |
| * | | | | fsmonitor--daemon: implement handle_client callback | Jeff Hostetler | 2022-03-26 | 1 | -2/+309 |
| * | | | | fsmonitor--daemon: create token-based changed path cache | Jeff Hostetler | 2022-03-26 | 1 | -2/+228 |
| * | | | | fsmonitor--daemon: define token-ids | Jeff Hostetler | 2022-03-26 | 1 | -1/+115 |
| * | | | | fsmonitor--daemon: add pathname classification | Jeff Hostetler | 2022-03-26 | 1 | -0/+81 |
| * | | | | fsmonitor--daemon: implement 'start' command | Jeff Hostetler | 2022-03-26 | 1 | -2/+107 |
| * | | | | fsmonitor--daemon: implement 'run' command | Jeff Hostetler | 2022-03-26 | 1 | -1/+227 |
| * | | | | fsmonitor--daemon: implement 'stop' and 'status' commands | Jeff Hostetler | 2022-03-26 | 1 | -0/+51 |
| * | | | | fsmonitor--daemon: add a built-in fsmonitor daemon | Jeff Hostetler | 2022-03-26 | 1 | -0/+46 |
| * | | | | fsmonitor: config settings are repository-specific | Jeff Hostetler | 2022-03-26 | 1 | -2/+5 |
* | | | | | Merge branch 'rc/fetch-refetch' | Junio C Hamano | 2022-04-04 | 2 | -2/+36 |
|\ \ \ \ \ | |||||
| * | | | | | fetch: after refetch, encourage auto gc repacking | Robert Coup | 2022-03-28 | 1 | -1/+18 |
| * | | | | | fetch: add --refetch option | Robert Coup | 2022-03-28 | 1 | -1/+14 |
| * | | | | | builtin/fetch-pack: add --refetch option | Robert Coup | 2022-03-28 | 1 | -0/+4 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'jc/mailsplit-warn-on-tty' | Junio C Hamano | 2022-04-04 | 1 | -0/+3 |
|\ \ \ \ \ | |||||
| * | | | | | am/apply: warn if we end up reading patches from terminal | Junio C Hamano | 2022-03-03 | 1 | -0/+3 |
* | | | | | | Merge branch 'gc/branch-recurse-submodules-fix' | Junio C Hamano | 2022-04-04 | 1 | -3/+4 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'ab/usage-die-message' into gc/branch-recurse-submodules-fix | Junio C Hamano | 2022-04-01 | 3 | -15/+20 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | branch: support more tracking modes when recursing | Glen Choo | 2022-03-30 | 1 | -3/+4 |
* | | | | | | | | Merge branch 'dp/worktree-repair-in-usage' | Junio C Hamano | 2022-04-04 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | worktree: include repair cmd in usage | Des Preston | 2022-03-29 | 1 | -0/+1 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'gc/submodule-update-part2' | Junio C Hamano | 2022-04-04 | 1 | -338/+353 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | submodule--helper: remove forward declaration | Glen Choo | 2022-03-16 | 1 | -197/+196 |
| * | | | | | | | | submodule: move core cmd_update() logic to C | Atharva Raykar | 2022-03-16 | 1 | -105/+124 |
| * | | | | | | | | submodule--helper: reduce logic in run_update_procedure() | Glen Choo | 2022-03-16 | 1 | -13/+17 |
| * | | | | | | | | submodule--helper: teach update_data more options | Glen Choo | 2022-03-16 | 1 | -75/+75 |
| * | | | | | | | | builtin/submodule--helper.c: rename option struct to "opt" | Ævar Arnfjörð Bjarmason | 2022-03-16 | 1 | -26/+26 |
| * | | | | | | | | submodule update: use die_message() | Glen Choo | 2022-03-16 | 1 | -19/+14 |
| * | | | | | | | | submodule--helper: run update using child process struct | Atharva Raykar | 2022-03-16 | 1 | -18/+16 |
| * | | | | | | | | Merge branch 'gc/submodule-update-part1' into gc/submodule-update-part2 | Junio C Hamano | 2022-03-16 | 1 | -107/+141 |
| |\ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ | Merge branch 'ds/partial-bundle-more' | Junio C Hamano | 2022-04-04 | 2 | -21/+38 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | pack-objects: lazily set up "struct rev_info", don't leak | Ævar Arnfjörð Bjarmason | 2022-03-28 | 1 | -5/+23 |
| * | | | | | | | | | | pack-objects: parse --filter directly into revs.filter | Derrick Stolee | 2022-03-23 | 1 | -6/+2 |
| * | | | | | | | | | | pack-objects: move revs out of get_object_list() | Derrick Stolee | 2022-03-23 | 1 | -15/+18 |
| * | | | | | | | | | | list-objects-filter: remove CL_ARG__FILTER | Derrick Stolee | 2022-03-23 | 1 | -2/+2 |
* | | | | | | | | | | | Merge branch 'tl/ls-tree-oid-only' | Junio C Hamano | 2022-04-04 | 1 | -61/+305 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |||||
| * | | | | | | | | | | ls-tree: split up "fast path" callbacks | Ævar Arnfjörð Bjarmason | 2022-03-23 | 1 | -74/+125 |
| * | | | | | | | | | | ls-tree: detect and error on --name-only --name-status | Ævar Arnfjörð Bjarmason | 2022-03-23 | 1 | -1/+10 |
| * | | | | | | | | | | ls-tree: support --object-only option for "git-ls-tree" | Teng Long | 2022-03-23 | 1 | -1/+12 |