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