summaryrefslogtreecommitdiffstats
path: root/builtin-init-db.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-09-20add receive.denyNonFastforwards config variableJohannes Schindelin1-0/+1
2006-09-17Make ref resolution sanerLinus Torvalds1-2/+2
2006-08-03Replace some calls to die(usage_str) with usage(usage_str).Ramsay Allan Jones1-1/+1
2006-07-29Call setup_git_directory() much earlierLinus Torvalds1-1/+1
2006-06-10shared repository: optionally allow reading to "others".Junio C Hamano1-3/+12
2006-06-09shared repository - add a few missing calls to adjust_shared_perm().Junio C Hamano1-0/+15
2006-06-09builtin-init-db: spell the in-program configuration variable in lowercase.Junio C Hamano1-1/+1
2006-05-19Builtin git-init-dbTimo Hirvonen1-0/+293