44 Commits (fc721b699b817e9cb78994c6dd6d86e744bd2112)

Author SHA1 Message Date
Jeff King d65d2b2fb4 init: handle empty "template" parameter 17 years ago
Jeff King 172035f044 init: handle empty "template" parameter 17 years ago
Steffen Prohaska 2de9de5e4a Move code interpreting path relative to exec-dir to new function system_path() 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Luciano Rocha 74d3b23fe3 git-init: accept --bare option 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Dmitry Potapov 2455406ab1 git-init: autodetect core.ignorecase 17 years ago
Daniel Barkalow f225aeb278 Provide API access to init_db() 17 years ago
Heikki Orsila 06cbe85503 Make core.sharedRepository more generic 17 years ago
Johannes Schindelin 5cc8f37250 init: show "Reinit" message even in an (existing) empty repository 17 years ago
Daniel Barkalow 1468bd4783 Use a single implementation and API for copy_file() 17 years ago
Johannes Sixt ef5b9d6e22 Fix misuse of prefix_path() 17 years ago
Junio C Hamano 7a5375395f fix misuse of prefix_path() 17 years ago
Johannes Sixt a47d181380 Allow a relative builtin template directory. 17 years ago
Junio C Hamano 75d2449903 git-init: autodetect core.symlinks 17 years ago
Junio C Hamano 6adcca3fe8 Fix initialization of a bare repository 17 years ago
Johannes Schindelin e90fdc39b6 Clean up work-tree handling 18 years ago
Matthias Lederhofer ef6f0af2b6 git-init: set core.worktree if GIT_WORK_TREE is specified 18 years ago
Jeffrey C. Ollie 4576518dd7 Add an option to quiet git-init. 18 years ago
Jim Meyering 91c8d5905c detect close failure on just-written file handles 18 years ago
Johannes Sixt d52fd42acd Remove trailing slash from $(template_dir). 18 years ago
Junio C Hamano cc44c7655f Mechanical conversion to use prefixcmp() 18 years ago
Nicolas Pitre 8b5157e407 add logref support to git-symbolic-ref 18 years ago
Alex Riesen 196055c2db Allow default core.logallrefupdates to be overridden with template's config 18 years ago
Nicolas Pitre 5c94f87e6b use 'init' instead of 'init-db' for shipped docs and tools 18 years ago
Junio C Hamano 7d1864ce67 Introduce is_bare_repository() and core.bare configuration variable 18 years ago
Nicolas Pitre 515377ea9e "init-db" can really be just "init" 18 years ago
Shawn O. Pearce c869753ebb Force core.filemode to false on Cygwin. 18 years ago
Junio C Hamano d4ebc36c5e Use preprocessor constants for environment variable names. 18 years ago
Johannes Schindelin 8683a45d66 Introduce GIT_TEMPLATE_DIR 18 years ago
Shawn O. Pearce 0bee591869 Enable reflogs by default in any repository with a working directory. 18 years ago
Shawn O. Pearce ef0a89a604 Provide more meaningful output from 'git init-db'. 18 years ago
Johannes Schindelin 11031d7e9f add receive.denyNonFastforwards config variable 18 years ago
Linus Torvalds ed378ec7e8 Make ref resolution saner 18 years ago
Ramsay Allan Jones 8cdf33643d Replace some calls to die(usage_str) with usage(usage_str). 19 years ago
Linus Torvalds a633fca0c0 Call setup_git_directory() much earlier 19 years ago
Junio C Hamano 94df2506ed shared repository: optionally allow reading to "others". 19 years ago
Junio C Hamano 138086a725 shared repository - add a few missing calls to adjust_shared_perm(). 19 years ago
Junio C Hamano e9b9368168 builtin-init-db: spell the in-program configuration variable in lowercase. 19 years ago
Timo Hirvonen c3c8835fbb Builtin git-init-db 19 years ago
Johannes Schindelin af6e277c5e git-init-db: initialize shared repositories with --shared 19 years ago
Junio C Hamano 4a62eaed31 init-db: check extra arguments and complain. 19 years ago
Junio C Hamano 4f629539cd init-db: check template and repository format. 19 years ago
Junio C Hamano 32276c8059 init-db::copy_file() - use copy_fd() 19 years ago
Linus Torvalds 9106c097ad Create object subdirectories on demand (phase II) 19 years ago
Johannes Schindelin e24317b4d0 Test in git-init-db if the filemode can be trusted 19 years ago
Junio C Hamano 8098a178b2 Add git-symbolic-ref 19 years ago
Petr Baudis 1f961c196c [PATCH] Fix git-init-db creating crap directories. 19 years ago
Junio C Hamano a9ab586a5d Retire support for old environment variables. 19 years ago
Junio C Hamano d57306c794 Create objects/info/ directory in init-db. 19 years ago