aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-init-db.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-498/+0
2009-08-05Merge branch 'ns/init-mkdir'Junio C Hamano1-6/+41
2009-07-25git init: optionally allow a directory argumentNanako Shiraishi1-8/+48
2009-07-12init-db: migrate to parse-optionsMichaƂ Kiedrowicz1-21/+30
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast1-10/+11
2009-04-18Merge branch 'maint'Junio C Hamano1-1/+3
2009-04-18Merge branch 'maint-1.6.0' into maintJunio C Hamano1-1/+3
2009-04-18init: Do not segfault on big GIT_TEMPLATE_DIR environment variableFrank Lichtenheld1-1/+3
2009-04-06Merge branch 'jc/shared-literally'Junio C Hamano1-2/+10
2009-03-27"core.sharedrepository = 0mode" should set, not loosenJunio C Hamano1-2/+10
2009-03-23builtin-init-db: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna1-4/+3
2009-01-05remove trailing LF in die() messagesAlexander Potashev1-1/+1
2008-10-08git init: --bare/--shared overrides system/global configDeskin Miller1-2/+10
2008-09-15Start conforming code to "git subcmd" style part 3Heikki Orsila1-1/+1
2008-07-27init: handle empty "template" parameterJeff King1-0/+2
2008-07-16Merge branch 'sb/dashless'Junio C Hamano1-1/+1
2008-07-13Move code interpreting path relative to exec-dir to new function system_path()Steffen Prohaska1-12/+2
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-05-28git-init: accept --bare optionLuciano Rocha1-2/+7
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano1-2/+2
2008-05-25Merge branch 'db/clone-in-c'Junio C Hamano1-95/+104
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-2/+2
2008-05-11git-init: autodetect core.ignorecaseDmitry Potapov1-1/+7
2008-05-04Provide API access to init_db()Daniel Barkalow1-95/+104
2008-04-16Make core.sharedRepository more genericHeikki Orsila1-2/+9
2008-03-25init: show "Reinit" message even in an (existing) empty repositoryJohannes Schindelin1-2/+3
2008-02-26Merge branch 'maint'Junio C Hamano1-21/+0
2008-02-25Use a single implementation and API for copy_file()Daniel Barkalow1-21/+0
2008-02-05Fix misuse of prefix_path()Johannes Sixt1-2/+3
2008-02-03fix misuse of prefix_path()Junio C Hamano1-2/+1
2007-11-14Allow a relative builtin template directory.Johannes Sixt1-3/+13
2007-08-31git-init: autodetect core.symlinksJunio C Hamano1-0/+15
2007-08-27Fix initialization of a bare repositoryJunio C Hamano1-5/+60
2007-08-01Clean up work-tree handlingJohannes Schindelin1-37/+11
2007-07-04git-init: set core.worktree if GIT_WORK_TREE is specifiedMatthias Lederhofer1-3/+37
2007-06-27Add an option to quiet git-init.Jeffrey C. Ollie1-5/+9
2007-06-26detect close failure on just-written file handlesJim Meyering1-1/+2
2007-06-12Remove trailing slash from $(template_dir).Johannes Sixt1-1/+1
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano1-2/+2
2007-01-28add logref support to git-symbolic-refNicolas Pitre1-1/+1
2007-01-24Allow default core.logallrefupdates to be overridden with template's configAlex Riesen1-1/+3
2007-01-12use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre1-1/+1
2007-01-07Introduce is_bare_repository() and core.bare configuration variableJunio C Hamano1-2/+6
2007-01-07"init-db" can really be just "init"Nicolas Pitre1-1/+1
2006-12-30Force core.filemode to false on Cygwin.Shawn O. Pearce1-4/+11
2006-12-19Use preprocessor constants for environment variable names.Junio C Hamano1-1/+1
2006-12-19Introduce GIT_TEMPLATE_DIRJohannes Schindelin1-2/+5
2006-12-15Enable reflogs by default in any repository with a working directory.Shawn O. Pearce1-0/+3
2006-12-15Provide more meaningful output from 'git init-db'.Shawn O. Pearce1-7/+14
2006-09-27Merge branch 'master' into lj/refsJunio C Hamano1-0/+1