Sign in
googlers
/
jrn
/
git
/
fd5b820d9c1688fde9505effd48a0d98be6a24cb
/
setup.c
e270f42
sha1-name.c: remove the_repo from maybe_die_on_misspelt_object_name
by Nguyễn Thái Ngọc Duy
· 6 years ago
6b5688b
Merge branch 'ma/clear-repository-format'
by Junio C Hamano
· 6 years ago
e8805af
setup: fix memory leaks with `struct repository_format`
by Martin Ågren
· 6 years ago
ff09c9e
Merge branch 'js/abspath-part-inside-repo'
by Junio C Hamano
· 6 years ago
1301997
setup: free old value before setting `work_tree`
by Martin Ågren
· 6 years ago
d8727b3
abspath_part_inside_repo: respect core.ignoreCase
by Johannes Schindelin
· 6 years ago
07098b8
Simplify handling of setup_git_directory_gently() failure cases.
by Erin Dahlgren
· 6 years ago
58b284a
worktree: add per-worktree config files
by Nguyễn Thái Ngọc Duy
· 6 years ago
033abf9
Replace all die("BUG: ...") calls by BUG() ones
by Johannes Schindelin
· 7 years ago
ff6eb82
Merge branch 'jk/relative-directory-fix'
by Junio C Hamano
· 7 years ago
0873c39
Merge branch 'nd/remove-ignore-env-field'
by Junio C Hamano
· 7 years ago
8500e0d
set_work_tree: use chdir_notify
by Jeff King
· 7 years ago
357a03e
repository.c: move env-related setup code back to environment.c
by Nguyễn Thái Ngọc Duy
· 7 years ago
d405396
Merge branch 'as/ll-i18n'
by Junio C Hamano
· 7 years ago
f3d618d
Merge branch 'jh/fsck-promisors'
by Junio C Hamano
· 7 years ago
fc045fe
Mark messages for translations
by Alexander Shopov
· 7 years ago
bdae4af
Merge branch 'sg/setup-doc-update'
by Junio C Hamano
· 7 years ago
176b2d3
setup.c: fix comment about order of .git directory discovery
by SZEDER Gábor
· 7 years ago
75b97fe
extension.partialclone: introduce partial clone extension
by Jonathan Tan
· 7 years ago
78a6766
Integrate hash algorithm support with repo setup
by brian m. carlson
· 7 years ago
abade65
setup: expose enumerated repo info
by brian m. carlson
· 7 years ago
57dd3dd
Merge branch 'js/early-config'
by Junio C Hamano
· 7 years ago
fa4d8c7
setup: avoid double slashes when looking for HEAD
by Jeff King
· 7 years ago
2a5aa82
Merge branch 'ks/verify-filename-non-option-error-message-tweak'
by Junio C Hamano
· 7 years ago
33f3c68
setup: update error message to be more meaningful
by Kaartic Sivaraam
· 7 years ago
ea1d875
read_gitfile_gently: clarify return value ownership.
by Han-Wen Nienhuys
· 7 years ago
1fb2b63
set_git_dir: handle feeding gitdir to itself
by Jeff King
· 8 years ago
f9ee2fc
grep: recurse in-process using 'struct repository'
by Brandon Williams
· 8 years ago
c14c234
environment: place key repository state in the_repository
by Brandon Williams
· 8 years ago
7aee274
setup: add comment indicating a hack
by Brandon Williams
· 8 years ago
73f192c
setup: don't perform lazy initialization of repository state
by Brandon Williams
· 8 years ago
25bf951
Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-object
by Junio C Hamano
· 8 years ago
32e0da5
Merge branch 'jk/pathspec-magic-disambiguation'
by Junio C Hamano
· 8 years ago
d3fb71b
setup: teach discover_git_directory to respect the commondir
by Brandon Williams
· 8 years ago
b2141fc
config: don't include config.h by default
by Brandon Williams
· 8 years ago
69743f9
discover_git_directory(): avoid setting invalid git_dir
by Johannes Schindelin
· 8 years ago
93dd544
Merge branch 'jc/noent-notdir'
by Junio C Hamano
· 8 years ago
c705420
treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checked
by Junio C Hamano
· 8 years ago
2cb47ab
verify_filename(): flip order of checks
by Jeff King
· 8 years ago
c99eddd
verify_filename(): treat ":(magic)" as a pathspec
by Jeff King
· 8 years ago
42471bc
check_filename(): handle ":^" path magic
by Jeff King
· 8 years ago
d51c6ee
check_filename(): use skip_prefix
by Jeff King
· 8 years ago
a08cbcd
check_filename(): refactor ":/" handling
by Jeff King
· 8 years ago
2d4dcf2
setup_discovered_git_dir(): plug memory leak
by Johannes Schindelin
· 8 years ago
da6f847
setup_bare_git_dir(): help static analysis
by Johannes Schindelin
· 8 years ago
3736c92
Merge branch 'bw/recurse-submodules-relative-fix'
by Junio C Hamano
· 8 years ago
cd27bc7
Merge branch 'rs/strbuf-add-real-path' into maint
by Junio C Hamano
· 8 years ago
e4da43b
prefix_filename: return newly allocated string
by Jeff King
· 8 years ago
116fb64
prefix_filename: drop length parameter
by Jeff King
· 8 years ago
a0393a2
Merge branch 'js/early-config'
by Junio C Hamano
· 8 years ago
b58a68c
setup: allow for prefix to be passed to git commands
by Brandon Williams
· 8 years ago
5c4003c
setup.c: mention unresolved problems
by Johannes Schindelin
· 8 years ago
01017dc
setup_git_directory_gently_1(): avoid die()ing
by Johannes Schindelin
· 8 years ago
16ac8b8
setup: introduce the discover_git_directory() function
by Johannes Schindelin
· 8 years ago
ce9b8aa
setup_git_directory_1(): avoid changing global state
by Johannes Schindelin
· 8 years ago
df380d5
setup: prepare setup_discovered_git_dir() for the root directory
by Johannes Schindelin
· 8 years ago
ba37c92
Merge branch 'js/realpath-pathdup-fix'
by Junio C Hamano
· 8 years ago
fc32293
Merge branch 'rs/strbuf-add-real-path'
by Junio C Hamano
· 8 years ago
ce83ead
real_pathdup(): fix callsites that wanted it to die on error
by Johannes Schindelin
· 8 years ago
6c1e654
setup_git_directory(): use is_dir_sep() helper
by Johannes Schindelin
· 8 years ago
33ad9dd
strbuf: add strbuf_add_real_path()
by René Scharfe
· 8 years ago
5f29433
cache.h: expose the dying procedure for reading gitlinks
by Stefan Beller
· 8 years ago
40d9632
setup: add gentle version of resolve_git_dir
by Stefan Beller
· 8 years ago
4ac9006
real_path: have callers use real_pathdup and strbuf_realpath
by Brandon Williams
· 8 years ago
2ff30e6
i18n: setup: mark error messages for translation
by Vasco Almeida
· 9 years ago
ab33a76
i18n: setup: mark strings for translation
by Vasco Almeida
· 9 years ago
3f80d16
Merge branch 'jc/xstrfmt-null-with-prec-0'
by Junio C Hamano
· 9 years ago
907c416
Merge branch 'jk/check-repository-format'
by Junio C Hamano
· 9 years ago
24041d6
setup.c: do not feed NULL to "%.*s" even with precision 0
by Junio C Hamano
· 9 years ago
274db84
verify_repository_format: mark messages for translation
by Jeff King
· 9 years ago
c90e529
setup: drop repository_format_version global
by Jeff King
· 9 years ago
652f18e
setup: unify repository version callbacks
by Jeff King
· 9 years ago
2cc7c2c
setup: refactor repo format reading and verification
by Jeff King
· 9 years ago
21627f9
check_repository_format_gently: stop using git_config_early
by Jeff King
· 9 years ago
ae5f677
lazily load core.sharedrepository
by Jeff King
· 9 years ago
7875acb
wrap shared_repository global in get/set accessors
by Jeff King
· 9 years ago
4b0d1ee
setup: document check_repository_format()
by Jeff King
· 9 years ago
f1c126b
setup: set startup_info->have_repository more reliably
by Jeff King
· 9 years ago
46c3cd4
setup: make startup_info available everywhere
by Jeff King
· 9 years ago
11529ec
Merge branch 'jk/tighten-alloc'
by Junio C Hamano
· 9 years ago
e6a6a76
Merge branch 'nd/dwim-wildcards-as-pathspecs'
by Junio C Hamano
· 9 years ago
3733e69
use xmallocz to avoid size arithmetic
by Jeff King
· 9 years ago
d0a1cbc
Merge branch 'nd/do-not-move-worktree-manually'
by Junio C Hamano
· 9 years ago
df714f8
check_filename: tighten dwim-wildcard ambiguity
by Jeff King
· 9 years ago
ffd036b
clean: make is_git_repository a public function
by Jeff King
· 9 years ago
618244e
worktree: stop supporting moving worktrees manually
by Nguyễn Thái Ngọc Duy
· 9 years ago
fa46579
Merge branch 'jk/repository-extension'
by Junio C Hamano
· 9 years ago
7889179
Merge branch 'jk/war-on-sprintf'
by Junio C Hamano
· 9 years ago
75faa45
replace trivial malloc + sprintf / strcpy calls with xstrfmt
by Jeff King
· 9 years ago
11f9dd7
path: implement common_dir handling in git_pathdup_submodule()
by Max Kirillov
· 9 years ago
91d5469
Merge branch 'nd/fixup-linked-gitdir'
by Junio C Hamano
· 10 years ago
1f76a10
write_file(): drop caller-supplied LF from calls to create a one-liner file
by Junio C Hamano
· 10 years ago
82fde87
setup: update the right file in multiple checkouts
by Nguyễn Thái Ngọc Duy
· 10 years ago
12d6ce1
write_file(): drop "fatal" parameter
by Junio C Hamano
· 10 years ago
54d673f
Merge branch 'ee/clean-remove-dirs'
by Junio C Hamano
· 10 years ago
38ae878
read_gitfile_gently: fix use-after-free
by Jeff King
· 10 years ago
067fbd4
introduce "preciousObjects" repository extension
by Jeff King
· 10 years ago
00a09d5
introduce "extensions" form of core.repositoryformatversion
by Jeff King
· 10 years ago
103b6f9
Merge branch 'jk/die-on-bogus-worktree-late'
by Junio C Hamano
· 10 years ago
921bdd9
setup: sanity check file size in read_gitfile_gently
by Erik Elfström
· 10 years ago
Next »