summaryrefslogtreecommitdiff
path: root/builtin-init-db.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Make ref resolution sanerLinus Torvalds2006-09-171-2/+2
|/
* Replace some calls to die(usage_str) with usage(usage_str).Ramsay Allan Jones2006-08-031-1/+1
* Call setup_git_directory() much earlierLinus Torvalds2006-07-291-1/+1
* shared repository: optionally allow reading to "others".Junio C Hamano2006-06-101-3/+12
* shared repository - add a few missing calls to adjust_shared_perm().Junio C Hamano2006-06-091-0/+15
* builtin-init-db: spell the in-program configuration variable in lowercase.Junio C Hamano2006-06-091-1/+1
* Builtin git-init-dbTimo Hirvonen2006-05-191-0/+293