Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'fixes/2.45.1/2.43' into fixes/2.45.1/2.44 | Junio C Hamano | 2024-05-25 | 1 | -12/+1 |
|\ | |||||
| * | Merge branch 'fixes/2.45.1/2.42' into fixes/2.45.1/2.43 | Junio C Hamano | 2024-05-25 | 1 | -12/+1 |
| |\ | |||||
| | * | Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42 | Junio C Hamano | 2024-05-25 | 1 | -12/+1 |
| | |\ | |||||
| | | * | Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41 | Junio C Hamano | 2024-05-25 | 1 | -12/+1 |
| | | |\ | |||||
| | | | * | Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40 | Junio C Hamano | 2024-05-24 | 1 | -12/+1 |
| | | | |\ | |||||
| | | | | * | Revert "core.hooksPath: add some protection while cloning" | Johannes Schindelin | 2024-05-21 | 1 | -12/+1 |
* | | | | | | Sync with 2.43.4 | Johannes Schindelin | 2024-04-19 | 1 | -1/+12 |
|\| | | | | | |||||
| * | | | | | Sync with 2.42.2 | Johannes Schindelin | 2024-04-19 | 1 | -1/+12 |
| |\| | | | | |||||
| | * | | | | Sync with 2.41.1 | Johannes Schindelin | 2024-04-19 | 1 | -1/+12 |
| | |\| | | | |||||
| | | * | | | Sync with 2.40.2 | Johannes Schindelin | 2024-04-19 | 1 | -1/+12 |
| | | |\| | | |||||
| | | | * | | Sync with 2.39.4 | Johannes Schindelin | 2024-04-19 | 1 | -1/+12 |
| | | | |\| | |||||
| | | | | * | core.hooksPath: add some protection while cloning | Johannes Schindelin | 2024-04-19 | 1 | -1/+12 |
| * | | | | | Merge branch 'en/header-cleanup' into maint-2.43 | Junio C Hamano | 2024-02-09 | 1 | -3/+0 |
| |\ \ \ \ \ | |||||
* | | | | | | | config: factor out global config file retrieval | Kristoffer Haugsbakk | 2024-01-18 | 1 | -0/+20 |
* | | | | | | | config: rename global config function | Kristoffer Haugsbakk | 2024-01-18 | 1 | -2/+2 |
* | | | | | | | config: format newlines | Kristoffer Haugsbakk | 2024-01-18 | 1 | -2/+0 |
* | | | | | | | Merge branch 'en/header-cleanup' | Junio C Hamano | 2024-01-08 | 1 | -3/+0 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / / | |||||
| * | | | | | treewide: remove unnecessary includes in source files | Elijah Newren | 2023-12-26 | 1 | -3/+0 |
* | | | | | | config: use git_config_string() for core.checkRoundTripEncoding | Jeff King | 2023-12-09 | 1 | -6/+2 |
* | | | | | | config: reject bogus values for core.checkstat | Jeff King | 2023-12-09 | 1 | -0/+3 |
* | | | | | | config: handle NULL value when parsing non-bools | Jeff King | 2023-12-09 | 1 | -0/+8 |
|/ / / / / | |||||
* | | | | | Merge branch 'jc/attr-tree-config' | Junio C Hamano | 2023-10-29 | 1 | -0/+16 |
|\ \ \ \ \ | |||||
| * | | | | | attr: add attr.tree for setting the treeish to read attributes from | John Cai | 2023-10-13 | 1 | -0/+16 |
| |/ / / / | |||||
* | | | | | Merge branch 'cw/prelim-cleanup' | Junio C Hamano | 2023-10-10 | 1 | -172/+1 |
|\ \ \ \ \ | |||||
| * | | | | | parse: separate out parsing functions from config.h | Calvin Wan | 2023-09-30 | 1 | -179/+1 |
| * | | | | | config: correct bad boolean env value error message | Calvin Wan | 2023-09-30 | 1 | -1/+8 |
| |/ / / / | |||||
* / / / / | add core.maxTreeDepth config | Jeff King | 2023-09-01 | 1 | -0/+5 |
|/ / / / | |||||
* | | | | Merge branch 'cw/compat-util-header-cleanup' | Junio C Hamano | 2023-07-17 | 1 | -2/+0 |
|\ \ \ \ | |||||
| * | | | | git-compat-util: move alloc macros to git-compat-util.h | Calvin Wan | 2023-07-05 | 1 | -1/+0 |
| * | | | | treewide: remove unnecessary includes for wrapper.h | Calvin Wan | 2023-07-05 | 1 | -1/+0 |
* | | | | | Merge branch 'gc/config-context' | Junio C Hamano | 2023-07-06 | 1 | -326/+220 |
|\ \ \ \ \ | |||||
| * | | | | | config: pass source to config_parser_event_fn_t | Glen Choo | 2023-06-28 | 1 | -64/+13 |
| * | | | | | config: add kvi.path, use it to evaluate includes | Glen Choo | 2023-06-28 | 1 | -21/+19 |
| * | | | | | config.c: remove config_reader from configsets | Glen Choo | 2023-06-28 | 1 | -34/+11 |
| * | | | | | config: pass kvi to die_bad_number() | Glen Choo | 2023-06-28 | 1 | -95/+61 |
| * | | | | | trace2: plumb config kvi | Glen Choo | 2023-06-28 | 1 | -46/+0 |
| * | | | | | config.c: pass ctx with CLI config | Glen Choo | 2023-06-28 | 1 | -39/+41 |
| * | | | | | config: pass ctx with config files | Glen Choo | 2023-06-28 | 1 | -35/+70 |
| * | | | | | config.c: pass ctx in configsets | Glen Choo | 2023-06-28 | 1 | -19/+16 |
| * | | | | | config: add ctx arg to config_fn_t | Glen Choo | 2023-06-28 | 1 | -14/+24 |
* | | | | | | Merge branch 'gc/config-partial-submodule-kvi-fix' | Junio C Hamano | 2023-07-06 | 1 | -6/+0 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | config: don't BUG when both kvi and source are set | Glen Choo | 2023-06-26 | 1 | -6/+0 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'en/header-split-cache-h-part-3' | Junio C Hamano | 2023-06-30 | 1 | -1/+4 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | object-store-ll.h: split this header out of object-store.h | Elijah Newren | 2023-06-21 | 1 | -1/+1 |
| * | | | | git-compat-util.h: remove unneccessary include of wildmatch.h | Elijah Newren | 2023-06-21 | 1 | -0/+1 |
| * | | | | repository: remove unnecessary include of path.h | Elijah Newren | 2023-06-21 | 1 | -0/+1 |
| * | | | | read-cache*.h: move declarations for read-cache.c functions from cache.h | Elijah Newren | 2023-06-21 | 1 | -0/+1 |
* | | | | | Merge branch 'rj/leakfixes' | Junio C Hamano | 2023-06-23 | 1 | -0/+2 |
|\ \ \ \ \ | |||||
| * | | | | | config: fix a leak in git_config_copy_or_rename_section_in_file | Rubén Justo | 2023-06-17 | 1 | -0/+1 |
| * | | | | | config: fix a leak in git_config_copy_or_rename_section_in_file | Rubén Justo | 2023-06-13 | 1 | -0/+1 |
| | |/ / / | |/| | | |