summaryrefslogtreecommitdiff
path: root/builtin-init-db.c
AgeCommit message (Expand)Author
2009-08-05Merge branch 'ns/init-mkdir'Junio C Hamano
2009-07-25git init: optionally allow a directory argumentNanako Shiraishi
2009-07-12init-db: migrate to parse-optionsMichaƂ Kiedrowicz
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast
2009-04-18Merge branch 'maint'Junio C Hamano
2009-04-18Merge branch 'maint-1.6.0' into maintJunio C Hamano
2009-04-18init: Do not segfault on big GIT_TEMPLATE_DIR environment variableFrank Lichtenheld
2009-04-06Merge branch 'jc/shared-literally'Junio C Hamano
2009-03-28"core.sharedrepository = 0mode" should set, not loosenJunio C Hamano
2009-03-24builtin-init-db: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna
2009-01-05remove trailing LF in die() messagesAlexander Potashev
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