summaryrefslogtreecommitdiff
path: root/builtin-init-db.c
AgeCommit message (Expand)Author
2008-10-08git init: --bare/--shared overrides system/global configDeskin Miller
2008-09-16Start conforming code to "git subcmd" style part 3Heikki Orsila
2008-07-28init: handle empty "template" parameterJeff King
2008-07-17Merge branch 'sb/dashless'Junio C Hamano
2008-07-13Move code interpreting path relative to exec-dir to new function system_path()Steffen Prohaska
2008-07-13Make usage strings dash-lessStephan Beyer
2008-05-29git-init: accept --bare optionLuciano Rocha
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano
2008-05-25Merge branch 'db/clone-in-c'Junio C Hamano
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-05-11git-init: autodetect core.ignorecaseDmitry Potapov
2008-05-05Provide API access to init_db()Daniel Barkalow
2008-04-17Make core.sharedRepository more genericHeikki Orsila
2008-03-25init: show "Reinit" message even in an (existing) empty repositoryJohannes Schindelin
2008-02-26Merge branch 'maint'Junio C Hamano
2008-02-25Use a single implementation and API for copy_file()Daniel Barkalow
2008-02-05Fix misuse of prefix_path()Johannes Sixt
2008-02-04fix misuse of prefix_path()Junio C Hamano
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