Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jh/builtin-fsmonitor-part2' | Junio C Hamano | 2022-04-04 | 1 | -1/+0 |
|\ | |||||
| * | fsmonitor: config settings are repository-specific | Jeff Hostetler | 2022-03-26 | 1 | -1/+0 |
* | | Merge branch 'ns/core-fsyncmethod' | Junio C Hamano | 2022-03-26 | 1 | -1/+3 |
|\ \ | |||||
| * | | core.fsync: add configuration parsing | Neeraj Singh | 2022-03-11 | 1 | -1/+1 |
| * | | core.fsync: introduce granular fsync control infrastructure | Neeraj Singh | 2022-03-11 | 1 | -0/+1 |
| * | | core.fsyncmethod: add writeout-only mode | Neeraj Singh | 2022-03-11 | 1 | -0/+1 |
| |/ | |||||
* / | repo_read_index: add config to expect files outside sparse patterns | Elijah Newren | 2022-03-02 | 1 | -0/+1 |
|/ | |||||
* | Merge branch 'ns/tmp-objdir' | Junio C Hamano | 2022-01-04 | 1 | -0/+9 |
|\ | |||||
| * | tmp-objdir: disable ref updates when replacing the primary odb | Neeraj Singh | 2021-12-08 | 1 | -0/+4 |
| * | tmp-objdir: new API for creating temporary writable databases | Neeraj Singh | 2021-12-08 | 1 | -0/+5 |
* | | Merge branch 'ew/test-wo-fsync' | Junio C Hamano | 2021-12-15 | 1 | -0/+1 |
|\ \ | |||||
| * | | tests: disable fsync everywhere | Eric Wong | 2021-10-29 | 1 | -0/+1 |
| |/ | |||||
* | | Merge branch 'jk/ref-paranoia' | Junio C Hamano | 2021-10-11 | 1 | -1/+0 |
|\ \ | |||||
| * | | repack, prune: drop GIT_REF_PARANOIA settings | Jeff King | 2021-09-27 | 1 | -1/+0 |
| |/ | |||||
* | | Merge branch 'ab/repo-settings-cleanup' | Junio C Hamano | 2021-10-06 | 1 | -9/+1 |
|\ \ | |/ |/| | |||||
| * | environment.c: remove test-specific "ignore_untracked..." variable | Ævar Arnfjörð Bjarmason | 2021-09-22 | 1 | -7/+0 |
| * | wrapper.c: add x{un,}setenv(), and use xsetenv() in environment.c | Ævar Arnfjörð Bjarmason | 2021-09-22 | 1 | -2/+1 |
* | | compression: drop write-only core_compression_* variables | René Scharfe | 2021-09-13 | 1 | -1/+0 |
|/ | |||||
* | environment: move strbuf into block to plug leak | Andrzej Hunt | 2021-07-26 | 1 | -4/+3 |
* | config: allow specifying config entries via envvar pairs | Patrick Steinhardt | 2021-01-15 | 1 | -0/+1 |
* | environment: make `getenv_safe()` a public function | Patrick Steinhardt | 2021-01-15 | 1 | -5/+2 |
* | Merge branch 'jk/leakfix' | Junio C Hamano | 2020-08-27 | 1 | -2/+2 |
|\ | |||||
| * | config: drop git_config_get_string_const() | Jeff King | 2020-08-18 | 1 | -2/+2 |
* | | strvec: rename struct fields | Jeff King | 2020-07-31 | 1 | -1/+1 |
* | | strvec: convert more callers away from argv_array name | Jeff King | 2020-07-29 | 1 | -4/+4 |
* | | strvec: rename files from argv-array to strvec | Jeff King | 2020-07-29 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'tb/shallow-cleanup' | Junio C Hamano | 2020-05-13 | 1 | -0/+1 |
|\ | |||||
| * | shallow: extract a header file for shallow-related functions | Taylor Blau | 2020-04-30 | 1 | -0/+1 |
* | | real_path: remove unsafe API | Alexandr Miloslavskiy | 2020-03-10 | 1 | -1/+6 |
* | | set_git_dir: fix crash when used with real_path() | Alexandr Miloslavskiy | 2020-03-06 | 1 | -1/+10 |
|/ | |||||
* | Merge branch 'ds/sparse-cone' | Junio C Hamano | 2019-12-25 | 1 | -0/+1 |
|\ | |||||
| * | sparse-checkout: add 'cone' mode | Derrick Stolee | 2019-11-22 | 1 | -0/+1 |
* | | Sync with 2.23.1 | Johannes Schindelin | 2019-12-06 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Sync with 2.20.2 | Johannes Schindelin | 2019-12-06 | 1 | -1/+1 |
| |\ | |||||
| | * | Sync with 2.19.3 | Johannes Schindelin | 2019-12-06 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Sync with 2.18.2 | Johannes Schindelin | 2019-12-06 | 1 | -1/+1 |
| | | |\ | |||||
| | | | * | Sync with 2.17.3 | Johannes Schindelin | 2019-12-06 | 1 | -1/+1 |
| | | | |\ | |||||
| | | | | * | Sync with 2.16.6 | Johannes Schindelin | 2019-12-06 | 1 | -1/+1 |
| | | | | |\ | |||||
| | | | | | * | Sync with 2.15.4 | Johannes Schindelin | 2019-12-06 | 1 | -1/+1 |
| | | | | | |\ | |||||
| | | | | | | * | Sync with 2.14.6 | Johannes Schindelin | 2019-12-06 | 1 | -1/+1 |
| | | | | | | |\ | |||||
| | | | | | | | * | protect_ntfs: turn on NTFS protection by default | Johannes Schindelin | 2019-12-05 | 1 | -1/+1 |
* | | | | | | | | | Move core_partial_clone_filter_default to promisor-remote.c | Christian Couder | 2019-06-25 | 1 | -1/+0 |
* | | | | | | | | | Move repository_format_partial_clone to promisor-remote.c | Christian Couder | 2019-06-25 | 1 | -1/+0 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge branch 'jk/save-getenv-result' | Junio C Hamano | 2019-01-29 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | get_super_prefix(): copy getenv() result | Jeff King | 2019-01-12 | 1 | -2/+2 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'jk/loose-object-cache' | Junio C Hamano | 2019-01-04 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||||
| * | | | | | | | sha1-file: use an object_directory for the main object dir | Jeff King | 2018-11-13 | 1 | -2/+2 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'js/mingw-perl5lib' | Junio C Hamano | 2018-11-13 | 1 | -1/+0 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | config: move Windows-specific config settings into compat/mingw.c | Johannes Schindelin | 2018-10-31 | 1 | -1/+0 |
| |/ / / / / / | |||||
* / / / / / / | worktree: add per-worktree config files | Nguyễn Thái Ngọc Duy | 2018-10-22 | 1 | -0/+1 |
|/ / / / / / |