Sign in
googlers
/
jrn
/
git
/
e869c5eaeeef0c264abb9d98b097a4765d44876b
/
builtin
/
init-db.c
6bcaff1
Merge branch 'jc/exec-cmd-system-path-leak-fix'
by Junio C Hamano
· 10 years ago
168ab99
Merge branch 'tb/config-core-filemode-check-on-broken-fs'
by Junio C Hamano
· 10 years ago
a633732
Merge branch 'mh/config-flip-xbit-back-after-checking'
by Junio C Hamano
· 10 years ago
59362e5
system_path(): always return free'able memory to the caller
by Junio C Hamano
· 10 years ago
c7bf68d
init-db: improve the filemode trustability check
by Torsten Bögershausen
· 10 years ago
1f32ecf
create_default_files(): don't set u+x bit on $GIT_DIR/config
by Michael Haggerty
· 10 years ago
f655651
Merge branch 'rs/strbuf-getcwd'
by Junio C Hamano
· 11 years ago
4d3ab44
use xgetcwd() to set $GIT_DIR
by René Scharfe
· 11 years ago
56b9f6e
use xgetcwd() to get the current directory or die
by René Scharfe
· 11 years ago
2d186c8
init: avoid superfluous real_path() calls
by René Scharfe
· 11 years ago
47fbfde
i18n: only extract comments marked with "TRANSLATORS:"
by Jiang Xin
· 11 years ago
d0956cf
Merge branch 'mh/safe-create-leading-directories'
by Junio C Hamano
· 11 years ago
f3565c0
cmd_init_db(): when creating directories, handle errors conservatively
by Michael Haggerty
· 11 years ago
0be0521
safe_create_leading_directories(): introduce enum for return values
by Michael Haggerty
· 11 years ago
5955654
replace {pre,suf}fixcmp() with {starts,ends}_with()
by Christian Couder
· 11 years ago
ce4a5e5
i18n: init-db: mark parseopt strings for translation
by Nguyễn Thái Ngọc Duy
· 13 years ago
76759c7
git on Mac OS and precomposed unicode
by Torsten Bögershausen
· 13 years ago
97f261b
builtin/init-db.c: eliminate -Wformat warning on Solaris
by Ævar Arnfjörð Bjarmason
· 13 years ago
13d6ec9
read_gitfile_gently(): rename misnamed function to read_gitfile()
by Junio C Hamano
· 14 years ago
6741c2e
Merge branch 'maint'
by Junio C Hamano
· 14 years ago
09ffc70
init/clone: remove short option -L and document --separate-git-dir
by Nguyen Thai Ngoc Duy
· 14 years ago
2c050e0
i18n: mark init-db messages for translation
by Ævar Arnfjörð Bjarmason
· 14 years ago
c4b2ce6
Merge branch 'nd/init-gitdir'
by Junio C Hamano
· 14 years ago
6c80cd2
Merge branch 'ab/i18n-st'
by Junio C Hamano
· 14 years ago
b57fb80
init, clone: support --separate-git-dir for .git file
by Nguyễn Thái Ngọc Duy
· 14 years ago
e2a57aa
Name make_*_path functions more accurately
by Carlos Martín Nieto
· 14 years ago
3e5dd7e
i18n: git-init "Initialized [...] repository" message
by Ævar Arnfjörð Bjarmason
· 14 years ago
33e92e4
i18n: git-init basic messages
by Ævar Arnfjörð Bjarmason
· 14 years ago
b31d202
init: remove unnecessary check
by Nguyễn Thái Ngọc Duy
· 14 years ago
5027fa8
clone,init: describe --template using the same wording
by Michael J Gruber
· 14 years ago
8351836
Remove all logic from get_git_work_tree()
by Nguyễn Thái Ngọc Duy
· 14 years ago
e6aea2d
setup: limit get_git_work_tree()'s to explicit setup case only
by Nguyễn Thái Ngọc Duy
· 14 years ago
9173912
init: plug tiny one-time memory leak
by Jonathan Nieder
· 14 years ago
87a074d
handle "git --bare init <dir>" properly
by Jeff King
· 15 years ago
90a2bf9
Merge branch 'sd/init-template'
by Junio C Hamano
· 15 years ago
2e0e8b6
Merge branch 'lt/deepen-builtin-source'
by Junio C Hamano
· 15 years ago
81b50f3
Move 'builtin-*' into a 'builtin/' subdirectory
by Linus Torvalds
· 15 years ago
[Renamed from builtin-init-db.c]
0397ff2
Merge branch 'ns/init-mkdir'
by Junio C Hamano
· 16 years ago
53d4888
git init: optionally allow a directory argument
by Nanako Shiraishi
· 16 years ago
596f91e
init-db: migrate to parse-options
by Michał Kiedrowicz
· 16 years ago
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
· 17 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
· 18 years ago
6adcca3
Fix initialization of a bare repository
by Junio C Hamano
· 18 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
· 19 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
Next »