summaryrefslogtreecommitdiff
path: root/builtin-init-db.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ns/init-mkdir'Junio C Hamano2009-08-051-6/+41
|\
| * git init: optionally allow a directory argumentNanako Shiraishi2009-07-251-8/+48
* | init-db: migrate to parse-optionsMichaƂ Kiedrowicz2009-07-121-21/+30
|/
* Use die_errno() instead of die() when checking syscallsThomas Rast2009-06-271-10/+11
* Merge branch 'maint'Junio C Hamano2009-04-181-1/+3
|\
| * Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-04-181-1/+3
| |\
| | * init: Do not segfault on big GIT_TEMPLATE_DIR environment variableFrank Lichtenheld2009-04-181-1/+3
* | | Merge branch 'jc/shared-literally'Junio C Hamano2009-04-061-2/+10
|\ \ \ | |/ /
| * | "core.sharedrepository = 0mode" should set, not loosenJunio C Hamano2009-03-271-2/+10
* | | builtin-init-db: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna2009-03-231-4/+3
|/ /
* | remove trailing LF in die() messagesAlexander Potashev2009-01-051-1/+1
|/
* git init: --bare/--shared overrides system/global configDeskin Miller2008-10-081-2/+10
* Start conforming code to "git subcmd" style part 3Heikki Orsila2008-09-151-1/+1
* init: handle empty "template" parameterJeff King2008-07-271-0/+2
* Merge branch 'sb/dashless'Junio C Hamano2008-07-161-1/+1
|\
| * Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* | Move code interpreting path relative to exec-dir to new function system_path()Steffen Prohaska2008-07-131-12/+2
|/
* git-init: accept --bare optionLuciano Rocha2008-05-281-2/+7
* Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano2008-05-251-2/+2
|\
| * Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-2/+2
* | Merge branch 'db/clone-in-c'Junio C Hamano2008-05-251-95/+104
|\ \
| * | Provide API access to init_db()Daniel Barkalow2008-05-041-95/+104
| |/
* | git-init: autodetect core.ignorecaseDmitry Potapov2008-05-111-1/+7
|/
* Make core.sharedRepository more genericHeikki Orsila2008-04-161-2/+9
* init: show "Reinit" message even in an (existing) empty repositoryJohannes Schindelin2008-03-251-2/+3
* Merge branch 'maint'Junio C Hamano2008-02-261-21/+0
|\
| * Use a single implementation and API for copy_file()Daniel Barkalow2008-02-251-21/+0
* | Fix misuse of prefix_path()Johannes Sixt2008-02-051-2/+3
* | fix misuse of prefix_path()Junio C Hamano2008-02-031-2/+1
|/
* Allow a relative builtin template directory.Johannes Sixt2007-11-141-3/+13
* git-init: autodetect core.symlinksJunio C Hamano2007-08-311-0/+15
* Fix initialization of a bare repositoryJunio C Hamano2007-08-271-5/+60
* Clean up work-tree handlingJohannes Schindelin2007-08-011-37/+11
* git-init: set core.worktree if GIT_WORK_TREE is specifiedMatthias Lederhofer2007-07-041-3/+37
* Add an option to quiet git-init.Jeffrey C. Ollie2007-06-271-5/+9
* detect close failure on just-written file handlesJim Meyering2007-06-261-1/+2
* Remove trailing slash from $(template_dir).Johannes Sixt2007-06-121-1/+1
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-2/+2
* add logref support to git-symbolic-refNicolas Pitre2007-01-281-1/+1
* Allow default core.logallrefupdates to be overridden with template's configAlex Riesen2007-01-241-1/+3
* use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre2007-01-121-1/+1
* Introduce is_bare_repository() and core.bare configuration variableJunio C Hamano2007-01-071-2/+6
* "init-db" can really be just "init"Nicolas Pitre2007-01-071-1/+1
* Force core.filemode to false on Cygwin.Shawn O. Pearce2006-12-301-4/+11
* Use preprocessor constants for environment variable names.Junio C Hamano2006-12-191-1/+1
* Introduce GIT_TEMPLATE_DIRJohannes Schindelin2006-12-191-2/+5
* Enable reflogs by default in any repository with a working directory.Shawn O. Pearce2006-12-151-0/+3
* Provide more meaningful output from 'git init-db'.Shawn O. Pearce2006-12-151-7/+14
* Merge branch 'master' into lj/refsJunio C Hamano2006-09-271-0/+1
|\
| * add receive.denyNonFastforwards config variableJohannes Schindelin2006-09-201-0/+1