index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
setup.c
Commit message (
Expand
)
Author
Age
*
Merge branch 'jc/xstrfmt-null-with-prec-0'
Junio C Hamano
2016-04-22
|
\
|
*
setup.c: do not feed NULL to "%.*s" even with precision 0
Junio C Hamano
2016-04-07
*
|
Merge branch 'jk/check-repository-format'
Junio C Hamano
2016-04-13
|
\
\
|
*
|
verify_repository_format: mark messages for translation
Jeff King
2016-03-11
|
*
|
setup: drop repository_format_version global
Jeff King
2016-03-11
|
*
|
setup: unify repository version callbacks
Jeff King
2016-03-11
|
*
|
setup: refactor repo format reading and verification
Jeff King
2016-03-11
|
*
|
check_repository_format_gently: stop using git_config_early
Jeff King
2016-03-11
|
*
|
lazily load core.sharedrepository
Jeff King
2016-03-11
|
*
|
wrap shared_repository global in get/set accessors
Jeff King
2016-03-11
|
*
|
setup: document check_repository_format()
Jeff King
2016-03-11
*
|
|
setup: set startup_info->have_repository more reliably
Jeff King
2016-03-06
*
|
|
setup: make startup_info available everywhere
Jeff King
2016-03-06
|
/
/
*
|
Merge branch 'jk/tighten-alloc'
Junio C Hamano
2016-02-26
|
\
\
|
*
|
use xmallocz to avoid size arithmetic
Jeff King
2016-02-22
*
|
|
Merge branch 'nd/dwim-wildcards-as-pathspecs'
Junio C Hamano
2016-02-24
|
\
\
\
|
*
|
|
check_filename: tighten dwim-wildcard ambiguity
Jeff King
2016-02-10
*
|
|
|
Merge branch 'nd/do-not-move-worktree-manually'
Junio C Hamano
2016-02-10
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
worktree: stop supporting moving worktrees manually
Nguyễn Thái Ngọc Duy
2016-01-22
*
|
|
|
clean: make is_git_repository a public function
Jeff King
2016-01-25
*
|
|
|
Merge branch 'jk/repository-extension'
Junio C Hamano
2015-10-26
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
introduce "preciousObjects" repository extension
Jeff King
2015-06-24
|
*
|
|
introduce "extensions" form of core.repositoryformatversion
Jeff King
2015-06-24
*
|
|
|
Merge branch 'jk/war-on-sprintf'
Junio C Hamano
2015-10-20
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
replace trivial malloc + sprintf / strcpy calls with xstrfmt
Jeff King
2015-09-25
*
|
|
|
path: implement common_dir handling in git_pathdup_submodule()
Max Kirillov
2015-09-14
|
/
/
/
*
|
|
Merge branch 'nd/fixup-linked-gitdir'
Junio C Hamano
2015-09-01
|
\
\
\
|
*
|
|
setup: update the right file in multiple checkouts
Nguyễn Thái Ngọc Duy
2015-08-25
|
|
/
/
*
|
|
write_file(): drop caller-supplied LF from calls to create a one-liner file
Junio C Hamano
2015-08-25
*
|
|
write_file(): drop "fatal" parameter
Junio C Hamano
2015-08-24
*
|
|
Merge branch 'ee/clean-remove-dirs'
Junio C Hamano
2015-08-03
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
read_gitfile_gently: fix use-after-free
Jeff King
2015-06-26
|
*
|
setup: sanity check file size in read_gitfile_gently
Erik Elfström
2015-06-15
|
*
|
setup: add gentle version of read_gitfile
Erik Elfström
2015-06-09
*
|
|
Merge branch 'jk/die-on-bogus-worktree-late'
Junio C Hamano
2015-06-16
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
setup_git_directory: delay core.bare/core.worktree errors
Jeff King
2015-05-29
*
|
|
Merge branch 'nd/dwim-wildcards-as-pathspecs'
Junio C Hamano
2015-05-19
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
pathspec: avoid the need of "--" when wildcard is used
Duy Nguyen
2015-05-03
|
|
/
*
|
prune: strategies for linked checkouts
Nguyễn Thái Ngọc Duy
2014-12-01
*
|
setup.c: support multi-checkout repo setup
Nguyễn Thái Ngọc Duy
2014-12-01
*
|
setup.c: detect $GIT_COMMON_DIR check_repository_format_gently()
Nguyễn Thái Ngọc Duy
2014-12-01
*
|
setup.c: convert check_repository_format_gently to use strbuf
Nguyễn Thái Ngọc Duy
2014-12-01
*
|
setup.c: detect $GIT_COMMON_DIR in is_git_directory()
Nguyễn Thái Ngọc Duy
2014-12-01
*
|
setup.c: convert is_git_directory() to use strbuf
Nguyễn Thái Ngọc Duy
2014-12-01
|
/
*
Merge branch 'rs/strbuf-getcwd'
Junio C Hamano
2014-09-02
|
\
|
*
use xgetcwd() to get the current directory or die
René Scharfe
2014-08-26
|
*
setup: convert setup_git_directory_gently_1 et al. to strbuf
René Scharfe
2014-08-26
*
|
add `config_set` API for caching config-like files
Tanay Abhra
2014-07-29
|
/
*
Merge branch 'mw/symlinks'
Junio C Hamano
2014-05-02
|
\
|
*
setup: fix windows path buffer over-stepping
Martin Erik Werner
2014-04-24
[next]