aboutsummaryrefslogtreecommitdiffstats
path: root/tree-diff.c
diff options
context:
space:
mode:
authorPetr Baudis <pasky@suse.cz>2007-05-09 12:49:41 +0200
committerJunio C Hamano <junkio@cox.net>2007-05-10 14:13:29 -0700
commit35c49eeae7e71e8554f27958a16405397c69b552 (patch)
tree3cf797fe55167e326c8b9f74b99317918b5da2b3 /tree-diff.c
parentMerge branch 'maint' (diff)
downloadgit-35c49eeae7e71e8554f27958a16405397c69b552.tar.gz
git-35c49eeae7e71e8554f27958a16405397c69b552.zip
Git.pm: config_boolean() -> config_bool()
This patch renames config_boolean() to config_bool() for consistency with the commandline interface and because it is shorter but still obvious. ;-) It also changes the return value from some obscure string to real Perl boolean, allowing for clean user code. Signed-off-by: Petr Baudis <pasky@suse.cz>
Diffstat (limited to 'tree-diff.c')
0 files changed, 0 insertions, 0 deletions
nsertions'>+18 2006-06-02format-patch: resurrect extra headers from configJohannes Schindelin3-3/+26 2006-05-31http: prevent segfault during curl handle reuseNick Hengeveld1-3/+6 2006-05-31send-email: only 'require' instead of 'use' Net::SMTPJohannes Schindelin1-1/+1 2006-05-31Allow multiple -m options to git-commit.Shawn Pearce1-7/+30 2006-05-31fetch.c: do not pass uninitialized lock to unlock_ref().Junio C Hamano1-4/+7 2006-05-31format-patch --signoffJunio C Hamano3-2/+52 2006-05-31git-svnimport: Improved detection of merges.Florian Forster1-2/+9 2006-05-30Improved pack format documentation.Shawn Pearce1-3/+8 2006-05-30tree_entry(): new tree-walking helper functionLinus Torvalds11-141/+112 2006-05-30git_exec_path, execv_git_cmd: ignore empty environment variablesDmitry V. Levin1-2/+2 2006-05-30execv_git_cmd: Fix stack buffer overflow.Dmitry V. Levin1-9/+23 2006-05-30Fixed Cygwin CR-munging problem in mailsplitSalikh Zakirov1-1/+1 2006-05-30send-email: do not pass bogus address to local sendmail binaryJunio C Hamano2-8/+17