aboutsummaryrefslogtreecommitdiff
path: root/builtin-init-db.c
Commit message (Expand)AuthorAge
* Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-04-18
|\
| * init: Do not segfault on big GIT_TEMPLATE_DIR environment variableFrank Lichtenheld2009-04-18
* | "core.sharedrepository = 0mode" should set, not loosenJunio C Hamano2009-03-27
* | remove trailing LF in die() messagesAlexander Potashev2009-01-05
|/
* git init: --bare/--shared overrides system/global configDeskin Miller2008-10-08
* Start conforming code to "git subcmd" style part 3Heikki Orsila2008-09-15
* init: handle empty "template" parameterJeff King2008-07-27
* Merge branch 'sb/dashless'Junio C Hamano2008-07-16
|\
| * Make usage strings dash-lessStephan Beyer2008-07-13
* | Move code interpreting path relative to exec-dir to new function system_path()Steffen Prohaska2008-07-13
|/
* git-init: accept --bare optionLuciano Rocha2008-05-28
* Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano2008-05-25
|\
| * Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
* | Merge branch 'db/clone-in-c'Junio C Hamano2008-05-25
|\ \
| * | Provide API access to init_db()Daniel Barkalow2008-05-04
| |/
* | git-init: autodetect core.ignorecaseDmitry Potapov2008-05-11
|/
* Make core.sharedRepository more genericHeikki Orsila2008-04-16
* init: show "Reinit" message even in an (existing) empty repositoryJohannes Schindelin2008-03-25
* Merge branch 'maint'Junio C Hamano2008-02-26
|\
| * Use a single implementation and API for copy_file()Daniel Barkalow2008-02-25
* | Fix misuse of prefix_path()Johannes Sixt2008-02-05
* | fix misuse of prefix_path()Junio C Hamano2008-02-03
|/
* 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