index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin-init-db.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-08
git init: --bare/--shared overrides system/global config
Deskin Miller
1
-2
/
+10
2008-09-15
Start conforming code to "git subcmd" style part 3
Heikki Orsila
1
-1
/
+1
2008-07-27
init: handle empty "template" parameter
Jeff King
1
-0
/
+2
2008-07-16
Merge branch 'sb/dashless'
Junio C Hamano
1
-1
/
+1
2008-07-13
Move code interpreting path relative to exec-dir to new function system_path()
Steffen Prohaska
1
-12
/
+2
2008-07-13
Make usage strings dash-less
Stephan Beyer
1
-1
/
+1
2008-05-28
git-init: accept --bare option
Luciano Rocha
1
-2
/
+7
2008-05-25
Merge branch 'js/config-cb'
Junio C Hamano
1
-2
/
+2
2008-05-25
Merge branch 'db/clone-in-c'
Junio C Hamano
1
-95
/
+104
2008-05-14
Provide git_config with a callback-data parameter
Johannes Schindelin
1
-2
/
+2
2008-05-11
git-init: autodetect core.ignorecase
Dmitry Potapov
1
-1
/
+7
2008-05-04
Provide API access to init_db()
Daniel Barkalow
1
-95
/
+104
2008-04-16
Make core.sharedRepository more generic
Heikki Orsila
1
-2
/
+9
2008-03-25
init: show "Reinit" message even in an (existing) empty repository
Johannes Schindelin
1
-2
/
+3
2008-02-26
Merge branch 'maint'
Junio C Hamano
1
-21
/
+0
2008-02-25
Use a single implementation and API for copy_file()
Daniel Barkalow
1
-21
/
+0
2008-02-05
Fix misuse of prefix_path()
Johannes Sixt
1
-2
/
+3
2008-02-03
fix misuse of prefix_path()
Junio C Hamano
1
-2
/
+1
2007-11-14
Allow a relative builtin template directory.
Johannes Sixt
1
-3
/
+13
2007-08-31
git-init: autodetect core.symlinks
Junio C Hamano
1
-0
/
+15
2007-08-27
Fix initialization of a bare repository
Junio C Hamano
1
-5
/
+60
2007-08-01
Clean up work-tree handling
Johannes Schindelin
1
-37
/
+11
2007-07-04
git-init: set core.worktree if GIT_WORK_TREE is specified
Matthias Lederhofer
1
-3
/
+37
2007-06-27
Add an option to quiet git-init.
Jeffrey C. Ollie
1
-5
/
+9
2007-06-26
detect close failure on just-written file handles
Jim Meyering
1
-1
/
+2
2007-06-12
Remove trailing slash from $(template_dir).
Johannes Sixt
1
-1
/
+1
2007-02-20
Mechanical conversion to use prefixcmp()
Junio C Hamano
1
-2
/
+2
2007-01-28
add logref support to git-symbolic-ref
Nicolas Pitre
1
-1
/
+1
2007-01-24
Allow default core.logallrefupdates to be overridden with template's config
Alex Riesen
1
-1
/
+3
2007-01-12
use 'init' instead of 'init-db' for shipped docs and tools
Nicolas Pitre
1
-1
/
+1
2007-01-07
Introduce is_bare_repository() and core.bare configuration variable
Junio C Hamano
1
-2
/
+6
2007-01-07
"init-db" can really be just "init"
Nicolas Pitre
1
-1
/
+1
2006-12-30
Force core.filemode to false on Cygwin.
Shawn O. Pearce
1
-4
/
+11
2006-12-19
Use preprocessor constants for environment variable names.
Junio C Hamano
1
-1
/
+1
2006-12-19
Introduce GIT_TEMPLATE_DIR
Johannes Schindelin
1
-2
/
+5
2006-12-15
Enable reflogs by default in any repository with a working directory.
Shawn O. Pearce
1
-0
/
+3
2006-12-15
Provide more meaningful output from 'git init-db'.
Shawn O. Pearce
1
-7
/
+14
2006-09-27
Merge branch 'master' into lj/refs
Junio C Hamano
1
-0
/
+1
2006-09-20
add receive.denyNonFastforwards config variable
Johannes Schindelin
1
-0
/
+1
2006-09-17
Make ref resolution saner
Linus Torvalds
1
-2
/
+2
2006-08-03
Replace some calls to die(usage_str) with usage(usage_str).
Ramsay Allan Jones
1
-1
/
+1
2006-07-29
Call setup_git_directory() much earlier
Linus Torvalds
1
-1
/
+1
2006-06-10
shared repository: optionally allow reading to "others".
Junio C Hamano
1
-3
/
+12
2006-06-09
shared repository - add a few missing calls to adjust_shared_perm().
Junio C Hamano
1
-0
/
+15
2006-06-09
builtin-init-db: spell the in-program configuration variable in lowercase.
Junio C Hamano
1
-1
/
+1
2006-05-19
Builtin git-init-db
Timo Hirvonen
1
-0
/
+293