50 Commits (75c384efb52d0e3eb1e8c2f53668b4066fe6a8d6)

Author SHA1 Message Date
Johannes Schindelin 0667fcfb62 add a function to rename sections in the config 18 years ago
Andy Parkins a159ca0cb7 Allow subcommand.color and color.subcommand color configuration 18 years ago
Linus Torvalds 38c5afa87e Allow '-' in config variable names 18 years ago
Shawn Pearce 9befac470b Replace uses of strdup with xstrdup. 18 years ago
Jonas Fonseca 2d7320d0b0 Use xmalloc instead of malloc 18 years ago
Junio C Hamano 4cac42b132 free(NULL) is perfectly valid. 18 years ago
Matthias Lederhofer aa086eb813 pager: config variable pager.color 19 years ago
Linus Torvalds 93821bd97a sha1_file: add the ability to parse objects in "pack file format" 19 years ago
Junio C Hamano 624314fda7 boolean: accept yes and no as well 19 years ago
Joachim B Haga 12f6c308d5 Make zlib compression level configurable, and change default. 19 years ago
Peter Eriksen 817151e61a Rename safe_strncpy() to strlcpy(). 19 years ago
Johannes Schindelin e33d0611c0 git_config: access() returns 0 on success, not > 0 19 years ago
Johannes Schindelin 5f1a63e0ef Read configuration also from $HOME/.gitconfig 19 years ago
Johannes Schindelin 9c3796fc04 Fix setting config variables with an alternative GIT_CONFIG 19 years ago
Petr Baudis 7f29f7a95c Support for extracting configuration from different files 19 years ago
Peter Eriksen bfbd0bb6ec Implement safe_strncpy() as strlcpy() and use it more. 19 years ago
Junio C Hamano 138086a725 shared repository - add a few missing calls to adjust_shared_perm(). 19 years ago
Shawn Pearce 6de08ae688 Log ref updates to logs/refs/<ref> 19 years ago
Linus Torvalds d14f776402 git config syntax updates 19 years ago
sean bdf0ef0824 Another config file parsing fix. 19 years ago
Junio C Hamano f8ba655ee4 Fix repo-config set-multivar error return path. 19 years ago
Pavel Roskin 5d8ee9ceb8 Release config lock if the regex is invalid 19 years ago
sean 6f81bf16a9 Another config file parsing fix. 19 years ago
Junio C Hamano e388c73825 core.prefersymlinkrefs: use symlinks for .git/HEAD 19 years ago
Johannes Schindelin 7ebdba6142 repo-config: trim white-space before comment 19 years ago
sean 93ddef3e2d Fix for config file section parsing. 19 years ago
Junio C Hamano 9f0bb90d16 core.prefersymlinkrefs: use symlinks for .git/HEAD 19 years ago
Johannes Schindelin c1aee1fd8d repo-config: trim white-space before comment 19 years ago
Petr Baudis 1ab661ddb7 Document the configuration file 19 years ago
Serge E. Hallyn dafc88b136 cleanups: prevent leak of two strduped strings in config.c 19 years ago
Junio C Hamano 2f8acdb38e core.warnambiguousrefs: warns when "name" is used and both "name" branch and tag exists. 19 years ago
Junio C Hamano 5f73076c1a "Assume unchanged" git 19 years ago
Alex Riesen 88fb958baa use result of open(2) to check for presence 19 years ago
Alex Riesen 7246ed438c \n usage in stderr output 19 years ago
Junio C Hamano 53e7181cd9 config.c: remove unnecessary header in minimum configuration file. 19 years ago
Junio C Hamano 0dccc7dcee config.c: constness tightening to avoid compilation warning. 19 years ago
Junio C Hamano 4e72dcec89 Introduce i18n.commitencoding. 19 years ago
Junio C Hamano 4f629539cd init-db: check template and repository format. 19 years ago
Junio C Hamano 3a2f2bb354 config.c: avoid shadowing global. 19 years ago
Junio C Hamano 9ce392f482 Move diff.renamelimit out of default configuration. 19 years ago
Johannes Schindelin b17e659dd4 Allow hierarchical section names 19 years ago
Johannes Schindelin 3dd94e3b2e git-config-set: Properly terminate strings with '\0' 19 years ago
Johannes Schindelin f98d863d21 git-config-set: support selecting values by non-matching regex 19 years ago
Johannes Schindelin 4ddba79db7 git-config-set: add more options 19 years ago
Johannes Schindelin 10bea152a3 Add functions git_config_set() and git_config_set_multivar() 19 years ago
Junio C Hamano 27dedf0c3b GIT 0.99.9j aka 1.0rc3 19 years ago
Junio C Hamano 3299c6f6a8 diff: make default rename detection limit configurable. 19 years ago
Johannes Schindelin f8348be3be Add config variable core.symrefsonly 19 years ago
Junio C Hamano db2c075d93 Ignore '\r' at the end of line in $GIT_DIR/config 19 years ago
Linus Torvalds 4546738b58 Unlocalized isspace and friends 19 years ago