| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'ns/init-mkdir' | Junio C Hamano | 2009-08-05 | 1 | -6/+41 |
|\ |
|
| * | git init: optionally allow a directory argument | Nanako Shiraishi | 2009-07-25 | 1 | -8/+48 |
* | | init-db: migrate to parse-options | MichaĆ Kiedrowicz | 2009-07-12 | 1 | -21/+30 |
|/ |
|
* | Use die_errno() instead of die() when checking syscalls | Thomas Rast | 2009-06-27 | 1 | -10/+11 |
* | Merge branch 'maint' | Junio C Hamano | 2009-04-18 | 1 | -1/+3 |
|\ |
|
| * | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 2009-04-18 | 1 | -1/+3 |
| |\ |
|
| | * | init: Do not segfault on big GIT_TEMPLATE_DIR environment variable | Frank Lichtenheld | 2009-04-18 | 1 | -1/+3 |
* | | | Merge branch 'jc/shared-literally' | Junio C Hamano | 2009-04-06 | 1 | -2/+10 |
|\ \ \
| |/ / |
|
| * | | "core.sharedrepository = 0mode" should set, not loosen | Junio C Hamano | 2009-03-27 | 1 | -2/+10 |
* | | | builtin-init-db: use warning() instead of fprintf(stderr, "warning: ") | Miklos Vajna | 2009-03-23 | 1 | -4/+3 |
|/ / |
|
* | | remove trailing LF in die() messages | Alexander Potashev | 2009-01-05 | 1 | -1/+1 |
|/ |
|
* | git init: --bare/--shared overrides system/global config | Deskin Miller | 2008-10-08 | 1 | -2/+10 |
* | Start conforming code to "git subcmd" style part 3 | Heikki Orsila | 2008-09-15 | 1 | -1/+1 |
* | init: handle empty "template" parameter | Jeff King | 2008-07-27 | 1 | -0/+2 |
* | Merge branch 'sb/dashless' | Junio C Hamano | 2008-07-16 | 1 | -1/+1 |
|\ |
|
| * | Make usage strings dash-less | Stephan Beyer | 2008-07-13 | 1 | -1/+1 |
* | | Move code interpreting path relative to exec-dir to new function system_path() | Steffen Prohaska | 2008-07-13 | 1 | -12/+2 |
|/ |
|
* | git-init: accept --bare option | Luciano Rocha | 2008-05-28 | 1 | -2/+7 |
* | Merge branch 'js/config-cb'v1.5.6-rc0 | Junio C Hamano | 2008-05-25 | 1 | -2/+2 |
|\ |
|
| * | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 | 1 | -2/+2 |
* | | Merge branch 'db/clone-in-c' | Junio C Hamano | 2008-05-25 | 1 | -95/+104 |
|\ \ |
|
| * | | Provide API access to init_db() | Daniel Barkalow | 2008-05-04 | 1 | -95/+104 |
| |/ |
|
* | | git-init: autodetect core.ignorecase | Dmitry Potapov | 2008-05-11 | 1 | -1/+7 |
|/ |
|
* | Make core.sharedRepository more generic | Heikki Orsila | 2008-04-16 | 1 | -2/+9 |
* | init: show "Reinit" message even in an (existing) empty repository | Johannes Schindelin | 2008-03-25 | 1 | -2/+3 |
* | Merge branch 'maint' | Junio C Hamano | 2008-02-26 | 1 | -21/+0 |
|\ |
|
| * | Use a single implementation and API for copy_file() | Daniel Barkalow | 2008-02-25 | 1 | -21/+0 |
* | | Fix misuse of prefix_path() | Johannes Sixt | 2008-02-05 | 1 | -2/+3 |
* | | fix misuse of prefix_path() | Junio C Hamano | 2008-02-03 | 1 | -2/+1 |
|/ |
|
* | Allow a relative builtin template directory. | Johannes Sixt | 2007-11-14 | 1 | -3/+13 |
* | git-init: autodetect core.symlinks | Junio C Hamano | 2007-08-31 | 1 | -0/+15 |
* | Fix initialization of a bare repository | Junio C Hamano | 2007-08-27 | 1 | -5/+60 |
* | Clean up work-tree handling | Johannes Schindelin | 2007-08-01 | 1 | -37/+11 |
* | git-init: set core.worktree if GIT_WORK_TREE is specified | Matthias Lederhofer | 2007-07-04 | 1 | -3/+37 |
* | Add an option to quiet git-init. | Jeffrey C. Ollie | 2007-06-27 | 1 | -5/+9 |
* | detect close failure on just-written file handles | Jim Meyering | 2007-06-26 | 1 | -1/+2 |
* | Remove trailing slash from $(template_dir). | Johannes Sixt | 2007-06-12 | 1 | -1/+1 |
* | Mechanical conversion to use prefixcmp() | Junio C Hamano | 2007-02-20 | 1 | -2/+2 |
* | add logref support to git-symbolic-ref | Nicolas Pitre | 2007-01-28 | 1 | -1/+1 |
* | Allow default core.logallrefupdates to be overridden with template's config | Alex Riesen | 2007-01-24 | 1 | -1/+3 |
* | use 'init' instead of 'init-db' for shipped docs and tools | Nicolas Pitre | 2007-01-12 | 1 | -1/+1 |
* | Introduce is_bare_repository() and core.bare configuration variable | Junio C Hamano | 2007-01-07 | 1 | -2/+6 |
* | "init-db" can really be just "init" | Nicolas Pitre | 2007-01-07 | 1 | -1/+1 |
* | Force core.filemode to false on Cygwin. | Shawn O. Pearce | 2006-12-30 | 1 | -4/+11 |
* | Use preprocessor constants for environment variable names. | Junio C Hamano | 2006-12-19 | 1 | -1/+1 |
* | Introduce GIT_TEMPLATE_DIR | Johannes Schindelin | 2006-12-19 | 1 | -2/+5 |
* | Enable reflogs by default in any repository with a working directory. | Shawn O. Pearce | 2006-12-15 | 1 | -0/+3 |
* | Provide more meaningful output from 'git init-db'. | Shawn O. Pearce | 2006-12-15 | 1 | -7/+14 |
* | Merge branch 'master' into lj/refs | Junio C Hamano | 2006-09-27 | 1 | -0/+1 |
|\ |
|
| * | add receive.denyNonFastforwards config variable | Johannes Schindelin | 2006-09-20 | 1 | -0/+1 |