summaryrefslogtreecommitdiff
path: root/builtin-init-db.c
AgeCommit message (Expand)Author
2007-11-14Allow a relative builtin template directory.Johannes Sixt
2007-08-31git-init: autodetect core.symlinksJunio C Hamano
2007-08-28Fix initialization of a bare repositoryJunio C Hamano
2007-08-01Clean up work-tree handlingJohannes Schindelin
2007-07-04git-init: set core.worktree if GIT_WORK_TREE is specifiedMatthias Lederhofer
2007-06-28Add an option to quiet git-init.Jeffrey C. Ollie
2007-06-27detect close failure on just-written file handlesJim Meyering
2007-06-12Remove trailing slash from $(template_dir).Johannes Sixt
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2007-01-28add logref support to git-symbolic-refNicolas Pitre
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