summaryrefslogtreecommitdiff
path: root/builtin-init-db.c
AgeCommit message (Expand)Author
2007-01-25Allow default core.logallrefupdates to be overridden with template's configAlex Riesen
2007-01-12use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre
2007-01-08Introduce is_bare_repository() and core.bare configuration variableJunio C Hamano
2007-01-08"init-db" can really be just "init"Nicolas Pitre
2006-12-31Force core.filemode to false on Cygwin.Shawn O. Pearce
2006-12-19Use preprocessor constants for environment variable names.Junio C Hamano
2006-12-19Introduce GIT_TEMPLATE_DIRJohannes Schindelin
2006-12-16Enable reflogs by default in any repository with a working directory.Shawn O. Pearce
2006-12-16Provide more meaningful output from 'git init-db'.Shawn O. Pearce
2006-09-28Merge branch 'master' into lj/refsJunio C Hamano
2006-09-20add receive.denyNonFastforwards config variableJohannes Schindelin
2006-09-18Make ref resolution sanerLinus Torvalds
2006-08-04Replace some calls to die(usage_str) with usage(usage_str).Ramsay Allan Jones
2006-07-29Call setup_git_directory() much earlierLinus Torvalds
2006-06-10shared repository: optionally allow reading to "others".Junio C Hamano
2006-06-10shared repository - add a few missing calls to adjust_shared_perm().Junio C Hamano
2006-06-09builtin-init-db: spell the in-program configuration variable in lowercase.Junio C Hamano
2006-05-19Builtin git-init-dbTimo Hirvonen