Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
* | Merge branch 'rj/no-sign-compare' | Junio C Hamano | 2017-09-29 | |
|\ | ||||
| * | ALLOC_GROW: avoid -Wsign-compare warnings | Ramsay Jones | 2017-09-22 | |
* | | Merge branch 'jk/fallthrough' | Junio C Hamano | 2017-09-28 | |
|\ \ | ||||
| * | | consistently use "fallthrough" comments in switches | Jeff King | 2017-09-22 | |
* | | | Merge branch 'jk/write-in-full-fix' | Junio C Hamano | 2017-09-25 | |
|\ \ \ | |/ / |/| | | ||||
| * | | config: flip return value of store_write_*() | Jeff King | 2017-09-14 | |
| * | | avoid "write_in_full(fd, buf, len) != len" pattern | Jeff King | 2017-09-14 | |
| * | | config: avoid "write_in_full(fd, buf, len) < len" pattern | Jeff King | 2017-09-14 | |
| |/ | ||||
| * | Merge branch 'jk/ref-filter-colors' into maint | Junio C Hamano | 2017-08-23 | |
| |\ | ||||
* | \ | Merge branch 'ma/remove-config-maybe-bool' | Junio C Hamano | 2017-09-19 | |
|\ \ \ | ||||
| * | | | config: remove git_config_maybe_bool | Martin Ågren | 2017-09-07 | |
* | | | | stop leaking lock structs in some simple cases | Jeff King | 2017-09-06 | |
* | | | | Merge branch 'jc/cutoff-config' | Junio C Hamano | 2017-08-26 | |
|\ \ \ \ | |/ / / |/| | | | ||||
| * | | | rerere: allow approxidate in gc.rerereResolved/gc.rerereUnresolved | Junio C Hamano | 2017-08-22 | |
| |/ / | ||||
* | | | Merge branch 'ma/parse-maybe-bool' | Junio C Hamano | 2017-08-22 | |
|\ \ \ | ||||
| * | | | treewide: deprecate git_config_maybe_bool, use git_parse_maybe_bool | Martin Ågren | 2017-08-07 | |
| * | | | config: make git_{config,parse}_maybe_bool equivalent | Martin Ågren | 2017-08-07 | |
| * | | | config: introduce git_parse_maybe_bool_text | Martin Ågren | 2017-08-07 | |
* | | | | Merge branch 'bw/grep-recurse-submodules' | Junio C Hamano | 2017-08-22 | |
|\ \ \ \ | ||||
| * | | | | config: add config_from_gitmodules | Brandon Williams | 2017-08-02 | |
| | |/ / | |/| | | ||||
* | | | | Merge branch 'sb/hashmap-cleanup' | Junio C Hamano | 2017-08-11 | |
|\ \ \ \ | ||||
| * | | | | config.c: drop hashmap_cmp_fn cast | Stefan Beller | 2017-07-05 | |
* | | | | | Merge branch 'jk/ref-filter-colors' | Junio C Hamano | 2017-08-11 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | ||||
| * | | | | color: check color.ui in git_default_config() | Jeff King | 2017-07-13 | |
* | | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-08-11 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||
| * | | | | submodule: convert submodule config lookup to use object_id | brian m. carlson | 2017-07-17 | |
| |/ / / | ||||
* | | | | Merge branch 'sb/hashmap-customize-comparison' | Junio C Hamano | 2017-07-13 | |
|\ \ \ \ | |/ / / |/| / / | |/ / | ||||
| * | | hashmap.h: compare function has access to a data field | Stefan Beller | 2017-06-30 | |
* | | | Merge branch 'ab/wildmatch' | Junio C Hamano | 2017-07-10 | |
|\ \ \ | ||||
| * | | | wildmatch: remove unused wildopts parameter | Ævar Arnfjörð Bjarmason | 2017-06-23 | |
* | | | | Merge branch 'bw/repo-object' | Junio C Hamano | 2017-07-05 | |
|\ \ \ \ | |_|/ / |/| | | | ||||
| * | | | config: read config from a repository object | Brandon Williams | 2017-06-23 | |
| | | | | ||||
| | \ \ | ||||
| *-. \ \ | Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob... | Junio C Hamano | 2017-06-23 | |
| |\ \ \ \ | | |_|/ / | |/| | | | ||||
* | | | | | Merge branch 'ab/free-and-null' | Junio C Hamano | 2017-06-24 | |
|\ \ \ \ \ | ||||
| * | | | | | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 2017-06-16 | |
| |/ / / / | ||||
* | | | | | Merge branch 'bw/config-h' | Junio C Hamano | 2017-06-24 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | ||||
| * | | | | config: don't implicitly use gitdir or commondir | Brandon Williams | 2017-06-15 | |
| * | | | | config: respect commondir | Brandon Williams | 2017-06-15 | |
| * | | | | setup: teach discover_git_directory to respect the commondir | Brandon Williams | 2017-06-15 | |
| * | | | | config: don't include config.h by default | Brandon Williams | 2017-06-15 | |
* | | | | | Merge branch 'js/alias-early-config' | Junio C Hamano | 2017-06-24 | |
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | | | ||||
| * | | | config: report correct line number upon error | Johannes Schindelin | 2017-06-15 | |
* | | | | Merge branch 'nd/fopen-errors' | Junio C Hamano | 2017-06-13 | |
|\ \ \ \ | |_|/ / |/| | | | ||||
| * | | | wrapper.c: add and use fopen_or_warn() | Nguyễn Thái Ngọc Duy | 2017-05-26 | |
| * | | | wrapper.c: add and use warn_on_fopen_errors() | Nguyễn Thái Ngọc Duy | 2017-05-26 | |
| |/ / | ||||
* | | | Merge branch 'ab/conditional-config-with-symlinks' | Junio C Hamano | 2017-05-30 | |
|\ \ \ | ||||
| * | | | config: match both symlink & realpath versions in IncludeIf.gitdir:* | Ævar Arnfjörð Bjarmason | 2017-05-17 | |
| |/ / | ||||
* | | | Merge branch 'js/plug-leaks' | Junio C Hamano | 2017-05-29 | |
|\ \ \ | ||||
| * | | | git_config_rename_section_in_file(): avoid resource leak | Johannes Schindelin | 2017-05-08 | |
| |/ / | ||||
* | | | Merge branch 'js/larger-timestamps' | Junio C Hamano | 2017-05-16 | |
|\ \ \ | |/ / |/| | |