Sign in
googlers
/
jrn
/
git
/
c2ca1d79dbd54b06a05e5d14a897699e59dc9f9f
/
builtin-init-db.c
0721c31
Use die_errno() instead of die() when checking syscalls
by Thomas Rast
· 16 years ago
cef5775
Merge branch 'maint'
by Junio C Hamano
· 16 years ago
d890d3f
Merge branch 'maint-1.6.0' into maint
by Junio C Hamano
· 16 years ago
32d1776
init: Do not segfault on big GIT_TEMPLATE_DIR environment variable
by Frank Lichtenheld
· 16 years ago
03a39a9
Merge branch 'jc/shared-literally'
by Junio C Hamano
· 16 years ago
5a688fe
"core.sharedrepository = 0mode" should set, not loosen
by Junio C Hamano
· 16 years ago
2fd8c0a
builtin-init-db: use warning() instead of fprintf(stderr, "warning: ")
by Miklos Vajna
· 16 years ago
d753070
remove trailing LF in die() messages
by Alexander Potashev
· 16 years ago
0a2c7ee
git init: --bare/--shared overrides system/global config
by Deskin Miller
· 16 years ago
f18d244
Start conforming code to "git subcmd" style part 3
by Heikki Orsila
· 16 years ago
172035f
init: handle empty "template" parameter
by Jeff King
· 17 years ago
588c038
Merge branch 'sb/dashless'
by Junio C Hamano
· 17 years ago
2de9de5
Move code interpreting path relative to exec-dir to new function system_path()
by Steffen Prohaska
· 17 years ago
1b1dd23
Make usage strings dash-less
by Stephan Beyer
· 17 years ago
74d3b23
git-init: accept --bare option
by Luciano Rocha
· 17 years ago
9bd81e4
Merge branch 'js/config-cb'
by Junio C Hamano
· 17 years ago
v1.5.6-rc0
b84c343
Merge branch 'db/clone-in-c'
by Junio C Hamano
· 17 years ago
ef90d6d
Provide git_config with a callback-data parameter
by Johannes Schindelin
· 17 years ago
2455406
git-init: autodetect core.ignorecase
by Dmitry Potapov
· 17 years ago
f225aeb
Provide API access to init_db()
by Daniel Barkalow
· 17 years ago
06cbe85
Make core.sharedRepository more generic
by Heikki Orsila
· 17 years ago
5cc8f37
init: show "Reinit" message even in an (existing) empty repository
by Johannes Schindelin
· 17 years ago
2db511f
Merge branch 'maint'
by Junio C Hamano
· 17 years ago
1468bd4
Use a single implementation and API for copy_file()
by Daniel Barkalow
· 17 years ago
ef5b9d6
Fix misuse of prefix_path()
by Johannes Sixt
· 17 years ago
7a53753
fix misuse of prefix_path()
by Junio C Hamano
· 17 years ago
a47d181
Allow a relative builtin template directory.
by Johannes Sixt
· 17 years ago
75d2449
git-init: autodetect core.symlinks
by Junio C Hamano
· 17 years ago
6adcca3
Fix initialization of a bare repository
by Junio C Hamano
· 17 years ago
e90fdc3
Clean up work-tree handling
by Johannes Schindelin
· 18 years ago
ef6f0af
git-init: set core.worktree if GIT_WORK_TREE is specified
by Matthias Lederhofer
· 18 years ago
4576518
Add an option to quiet git-init.
by Jeffrey C. Ollie
· 18 years ago
91c8d59
detect close failure on just-written file handles
by Jim Meyering
· 18 years ago
d52fd42
Remove trailing slash from $(template_dir).
by Johannes Sixt
· 18 years ago
cc44c76
Mechanical conversion to use prefixcmp()
by Junio C Hamano
· 18 years ago
8b5157e
add logref support to git-symbolic-ref
by Nicolas Pitre
· 18 years ago
196055c
Allow default core.logallrefupdates to be overridden with template's config
by Alex Riesen
· 18 years ago
5c94f87
use 'init' instead of 'init-db' for shipped docs and tools
by Nicolas Pitre
· 18 years ago
7d1864c
Introduce is_bare_repository() and core.bare configuration variable
by Junio C Hamano
· 18 years ago
515377e
"init-db" can really be just "init"
by Nicolas Pitre
· 18 years ago
c869753
Force core.filemode to false on Cygwin.
by Shawn O. Pearce
· 18 years ago
d4ebc36
Use preprocessor constants for environment variable names.
by Junio C Hamano
· 18 years ago
8683a45
Introduce GIT_TEMPLATE_DIR
by Johannes Schindelin
· 18 years ago
0bee591
Enable reflogs by default in any repository with a working directory.
by Shawn O. Pearce
· 18 years ago
ef0a89a
Provide more meaningful output from 'git init-db'.
by Shawn O. Pearce
· 18 years ago
2958d9b
Merge branch 'master' into lj/refs
by Junio C Hamano
· 18 years ago
11031d7
add receive.denyNonFastforwards config variable
by Johannes Schindelin
· 18 years ago
ed378ec
Make ref resolution saner
by Linus Torvalds
· 18 years ago
8cdf336
Replace some calls to die(usage_str) with usage(usage_str).
by Ramsay Allan Jones
· 19 years ago
a633fca
Call setup_git_directory() much earlier
by Linus Torvalds
· 19 years ago
94df250
shared repository: optionally allow reading to "others".
by Junio C Hamano
· 19 years ago
138086a
shared repository - add a few missing calls to adjust_shared_perm().
by Junio C Hamano
· 19 years ago
e9b9368
builtin-init-db: spell the in-program configuration variable in lowercase.
by Junio C Hamano
· 19 years ago
c3c8835
Builtin git-init-db
by Timo Hirvonen
· 19 years ago
[Renamed (95%) from init-db.c]
af6e277
git-init-db: initialize shared repositories with --shared
by Johannes Schindelin
· 19 years ago
4a62eae
init-db: check extra arguments and complain.
by Junio C Hamano
· 19 years ago
4f62953
init-db: check template and repository format.
by Junio C Hamano
· 19 years ago
32276c8
init-db::copy_file() - use copy_fd()
by Junio C Hamano
· 19 years ago
9106c09
Create object subdirectories on demand (phase II)
by Linus Torvalds
· 19 years ago
e24317b
Test in git-init-db if the filemode can be trusted
by Johannes Schindelin
· 19 years ago
8098a17
Add git-symbolic-ref
by Junio C Hamano
· 19 years ago
1f961c1
[PATCH] Fix git-init-db creating crap directories.
by Petr Baudis
· 19 years ago
a9ab586
Retire support for old environment variables.
by Junio C Hamano
· 19 years ago
d57306c
Create objects/info/ directory in init-db.
by Junio C Hamano
· 20 years ago
d3af621
Redo the templates generation and installation.
by Junio C Hamano
· 20 years ago
b03e2d2
git-init-db: brown paper bag bugfix.
by Junio C Hamano
· 20 years ago
8d5afef
Install sample hooks
by Junio C Hamano
· 20 years ago
f312de0
[PATCH] Let umask do its work upon filesystem object creation.
by Junio C Hamano
· 20 years ago
f49fb35
git-init-db: create "pack" subdirectory under objects
by Linus Torvalds
· 20 years ago
cad88fd
git-init-db: set up the full default environment
by Linus Torvalds
· 20 years ago
e99d59f
sparse cleanup
by Linus Torvalds
· 20 years ago
8ac069a
Introduce GIT_DIR environment variable.
by Junio C Hamano
· 20 years ago
d19938a
Rename environment variables.
by Junio C Hamano
· 20 years ago
812666c
[PATCH] introduce xmalloc and xrealloc
by Christopher Li
· 20 years ago
cb126d8
[PATCH] init-db.c: create and use safe_create_dir helper
by Zach Welch
· 20 years ago
addb315
[PATCH] init-db.c: normalize env var handling.
by Zach Welch
· 20 years ago
4696cb9
[PATCH] init-db.c: cleanup comments
by Zach Welch
· 20 years ago
17cf781
Remove duplicate getenv(DB_ENVIRONMENT) call
by Linus Torvalds
· 20 years ago
7fa6b4e
Fix init-db shared database case
by Linus Torvalds
· 20 years ago
e447947
Be much more liberal about the file mode bits.
by Linus Torvalds
· 20 years ago
aebb267
[PATCH] Whitespace Fixes
by Ingo Molnar
· 20 years ago
4bb04f2
Rename ".dircache" directory to ".git"
by Linus Torvalds
· 20 years ago
cfd88e2
Make the default directory permissions more lax.
by Linus Torvalds
· 20 years ago
19b2860
Use "-Wall -O2" for the compiler to get more warnings.
by Linus Torvalds
· 20 years ago
8bc9a0c
Add copyright notices.
by Linus Torvalds
· 20 years ago
e83c516
Initial revision of "git", the information manager from hell
by Linus Torvalds
· 20 years ago