🌐 AI搜索 & 代理
🔍
主页
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.10.4
/
setup.c
tag
20654f8a740c50c115dd4cfd4f308d20c88194a4
tagger
Junio C Hamano <gitster@pobox.com>
Sun Jul 30 22:00:12 2017
object
0bfff8146f8c055fd95af4567286929ba8216fa7
Git 2.10.4
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
· 10 years ago
907c416
Merge branch 'jk/check-repository-format'
by Junio C Hamano
· 10 years ago
24041d6
setup.c: do not feed NULL to "%.*s" even with precision 0
by Junio C Hamano
· 10 years ago
274db84
verify_repository_format: mark messages for translation
by Jeff King
· 10 years ago
c90e529
setup: drop repository_format_version global
by Jeff King
· 10 years ago
652f18e
setup: unify repository version callbacks
by Jeff King
· 10 years ago
2cc7c2c
setup: refactor repo format reading and verification
by Jeff King
· 10 years ago
21627f9
check_repository_format_gently: stop using git_config_early
by Jeff King
· 10 years ago
ae5f677
lazily load core.sharedrepository
by Jeff King
· 10 years ago
7875acb
wrap shared_repository global in get/set accessors
by Jeff King
· 10 years ago
4b0d1ee
setup: document check_repository_format()
by Jeff King
· 10 years ago
f1c126b
setup: set startup_info->have_repository more reliably
by Jeff King
· 10 years ago
46c3cd4
setup: make startup_info available everywhere
by Jeff King
· 10 years ago
11529ec
Merge branch 'jk/tighten-alloc'
by Junio C Hamano
· 10 years ago
e6a6a76
Merge branch 'nd/dwim-wildcards-as-pathspecs'
by Junio C Hamano
· 10 years ago
3733e69
use xmallocz to avoid size arithmetic
by Jeff King
· 10 years ago
d0a1cbc
Merge branch 'nd/do-not-move-worktree-manually'
by Junio C Hamano
· 10 years ago
df714f8
check_filename: tighten dwim-wildcard ambiguity
by Jeff King
· 10 years ago
ffd036b
clean: make is_git_repository a public function
by Jeff King
· 10 years ago
618244e
worktree: stop supporting moving worktrees manually
by Nguyễn Thái Ngọc Duy
· 10 years ago
fa46579
Merge branch 'jk/repository-extension'
by Junio C Hamano
· 10 years ago
7889179
Merge branch 'jk/war-on-sprintf'
by Junio C Hamano
· 10 years ago
75faa45
replace trivial malloc + sprintf / strcpy calls with xstrfmt
by Jeff King
· 10 years ago
11f9dd7
path: implement common_dir handling in git_pathdup_submodule()
by Max Kirillov
· 10 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
· 11 years ago
a93beda
setup: add gentle version of read_gitfile
by Erik Elfström
· 11 years ago
fada767
setup_git_directory: delay core.bare/core.worktree errors
by Jeff King
· 11 years ago
949d167
Merge branch 'nd/dwim-wildcards-as-pathspecs'
by Junio C Hamano
· 11 years ago
28fcc0b
pathspec: avoid the need of "--" when wildcard is used
by Duy Nguyen
· 11 years ago
23af91d
prune: strategies for linked checkouts
by Nguyễn Thái Ngọc Duy
· 11 years ago
31e26eb
setup.c: support multi-checkout repo setup
by Nguyễn Thái Ngọc Duy
· 11 years ago
e61a509
setup.c: detect $GIT_COMMON_DIR check_repository_format_gently()
by Nguyễn Thái Ngọc Duy
· 11 years ago
7d0fb0d
setup.c: convert check_repository_format_gently to use strbuf
by Nguyễn Thái Ngọc Duy
· 11 years ago
4dc4e14
setup.c: detect $GIT_COMMON_DIR in is_git_directory()
by Nguyễn Thái Ngọc Duy
· 11 years ago
1d186b6
setup.c: convert is_git_directory() to use strbuf
by Nguyễn Thái Ngọc Duy
· 11 years ago
f655651
Merge branch 'rs/strbuf-getcwd'
by Junio C Hamano
· 11 years ago
56b9f6e
use xgetcwd() to get the current directory or die
by René Scharfe
· 11 years ago
7333ed1
setup: convert setup_git_directory_gently_1 et al. to strbuf
by René Scharfe
· 11 years ago
3c8687a
add `config_set` API for caching config-like files
by Tanay Abhra
· 11 years ago
648d9c1
Merge branch 'mw/symlinks'
by Junio C Hamano
· 12 years ago
6127ff6
setup: fix windows path buffer over-stepping
by Martin Erik Werner
· 12 years ago
4c4ac4d
Merge branch 'nd/daemonize-gc'
by Junio C Hamano
· 12 years ago
8a34205
Merge branch 'mw/symlinks'
by Junio C Hamano
· 12 years ago
de0957c
daemon: move daemonize() to libgit.a
by Nguyễn Thái Ngọc Duy
· 12 years ago
655ee9e
setup: don't dereference in-tree symlinks for absolute paths
by Martin Erik Werner
· 12 years ago
ddc2a62
setup: add abspath_part_inside_repo() function
by Martin Erik Werner
· 12 years ago
5955654
replace {pre,suf}fixcmp() with {starts,ends}_with()
by Christian Couder
· 12 years ago
abf03ee
setup: trivial style fixes
by Felipe Contreras
· 12 years ago
e22c1c7
Merge branch 'jx/relative-path-regression-fix'
by Junio C Hamano
· 12 years ago
41894ae
Use simpler relative_path when set_git_dir
by Jiang Xin
· 12 years ago
b02f5ae
Merge branch 'jl/submodule-mv'
by Junio C Hamano
· 12 years ago
988f98f
Merge branch 'jx/clean-interactive'
by Junio C Hamano
· 12 years ago
cb29dfd
Merge branch 'tr/protect-low-3-fds'
by Junio C Hamano
· 12 years ago
1d999dd
daemon/shell: refactor redirection of 0/1/2 from /dev/null
by Thomas Rast
· 12 years ago
645a29c
parse_pathspec: make sure the prefix part is wildcard-free
by Nguyễn Thái Ngọc Duy
· 12 years ago
64acde9
move struct pathspec and related functions to pathspec.[ch]
by Nguyễn Thái Ngọc Duy
· 12 years ago
e02ca72
path.c: refactor relative_path(), not only strip prefix
by Jiang Xin
· 12 years ago
51ebd0f
Merge branch 'lf/setup-prefix-pathspec'
by Junio C Hamano
· 13 years ago
fb3b7b1
Merge branch 'jk/alias-in-bare'
by Junio C Hamano
· 13 years ago
f612a67
setup.c: check that the pathspec magic ends with ")"
by Andrew Wong
· 13 years ago
772e47c
setup.c: stop prefix_pathspec() from looping past the end of string
by Andrew Wong
· 13 years ago
2cd83d1
setup: suppress implicit "." work-tree for bare repos
by Jeff King
· 13 years ago
a6f7f9a
environment: add GIT_PREFIX to local_repo_env
by Jeff King
· 13 years ago
3e07d26
Merge branch 'mh/maint-ceil-absolute'
by Junio C Hamano
· 13 years ago
7ec30aa
Provide a mechanism to turn off symlink resolution in ceiling paths
by Michael Haggerty
· 13 years ago
7b51969
Merge branch 'nd/magic-pathspec-from-root'
by Junio C Hamano
· 13 years ago
a39b15b
Merge branch 'as/check-ignore'
by Junio C Hamano
· 13 years ago
4db86e8
Update :/abc ambiguity check
by Nguyễn Thái Ngọc Duy
· 13 years ago
1794e6e
setup.c: document get_pathspec()
by Adam Spiers
· 13 years ago
1b77d83
setup_git_directory_gently_1(): resolve symlinks in ceiling paths
by Michael Haggerty
· 13 years ago
9e2326c
longest_ancestor_length(): require prefix list entries to be normalized
by Michael Haggerty
· 13 years ago
31171d9
longest_ancestor_length(): take a string_list argument for prefixes
by Michael Haggerty
· 13 years ago
e3f2675
Merge branch 'maint-1.7.11' into maint
by Junio C Hamano
· 13 years ago
64336eb
Merge branch 'mm/die-with-dashdash-help'
by Junio C Hamano
· 13 years ago
4d4b573
setup: clarify error messages for file/revisions ambiguity
by Matthieu Moy
· 13 years ago
0958a24
Merge branch 'jc/sha1-name-more'
by Junio C Hamano
· 13 years ago
36c5109
Merge branch 'th/diff-no-index-fixes' into maint
by Junio C Hamano
· 13 years ago
9ca7249
Merge branch 'mm/verify-filename-fix' into maint
by Junio C Hamano
· 13 years ago
60ad08b
Merge branch 'th/diff-no-index-fixes'
by Junio C Hamano
· 13 years ago
8c135ea
sha1_name.c: get rid of get_sha1_with_mode_1()
by Junio C Hamano
· 13 years ago
0808089
Merge branch 'mm/verify-filename-fix'
by Junio C Hamano
· 13 years ago
546e0fd
diff: handle relative paths in no-index
by Jeff King
· 13 years ago
023e37c
verify_filename(): ask the caller to chose the kind of diagnosis
by Matthieu Moy
· 13 years ago
2565b43
properly keep track of current working directory
by Clemens Buchacher
· 14 years ago
b3256eb
standardize and improve lookup rules for external local repos
by Jeff King
· 14 years ago
ca3ef81
Merge branch 'cb/common-prefix-unification'
by Junio C Hamano
· 14 years ago
efc5fb6
Merge branch 'fg/submodule-git-file-git-dir'
by Junio C Hamano
· 14 years ago
f950eb9
rename pathspec_prefix() to common_prefix() and move to dir.[ch]
by Clemens Buchacher
· 14 years ago
4a085b1
consolidate pathspec_prefix and common_prefix
by Junio C Hamano
· 14 years ago
Next »