aboutsummaryrefslogtreecommitdiff
path: root/builtin-init-db.c
Commit message (Expand)AuthorAge
* Use a single implementation and API for copy_file()Daniel Barkalow2008-02-25
* Allow a relative builtin template directory.Johannes Sixt2007-11-14
* git-init: autodetect core.symlinksJunio C Hamano2007-08-31
* Fix initialization of a bare repositoryJunio C Hamano2007-08-27
* Clean up work-tree handlingJohannes Schindelin2007-08-01
* git-init: set core.worktree if GIT_WORK_TREE is specifiedMatthias Lederhofer2007-07-04
* Add an option to quiet git-init.Jeffrey C. Ollie2007-06-27
* detect close failure on just-written file handlesJim Meyering2007-06-26
* Remove trailing slash from $(template_dir).Johannes Sixt2007-06-12
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-20
* add logref support to git-symbolic-refNicolas Pitre2007-01-28
* Allow default core.logallrefupdates to be overridden with template's configAlex Riesen2007-01-24
* use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre2007-01-12
* Introduce is_bare_repository() and core.bare configuration variableJunio C Hamano2007-01-07
* "init-db" can really be just "init"Nicolas Pitre2007-01-07
* Force core.filemode to false on Cygwin.Shawn O. Pearce2006-12-30
* Use preprocessor constants for environment variable names.Junio C Hamano2006-12-19
* Introduce GIT_TEMPLATE_DIRJohannes Schindelin2006-12-19
* Enable reflogs by default in any repository with a working directory.Shawn O. Pearce2006-12-15
* Provide more meaningful output from 'git init-db'.Shawn O. Pearce2006-12-15
* Merge branch 'master' into lj/refsJunio C Hamano2006-09-27
|\
| * add receive.denyNonFastforwards config variableJohannes Schindelin2006-09-20
* | Make ref resolution sanerLinus Torvalds2006-09-17
|/
* Replace some calls to die(usage_str) with usage(usage_str).Ramsay Allan Jones2006-08-03
* Call setup_git_directory() much earlierLinus Torvalds2006-07-29
* shared repository: optionally allow reading to "others".Junio C Hamano2006-06-10
* shared repository - add a few missing calls to adjust_shared_perm().Junio C Hamano2006-06-09
* builtin-init-db: spell the in-program configuration variable in lowercase.Junio C Hamano2006-06-09
* Builtin git-init-dbTimo Hirvonen2006-05-19