index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
setup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2017-06-15
discover_git_directory(): avoid setting invalid git_dir
Johannes Schindelin
1
-0
/
+1
2017-06-13
Merge branch 'jc/noent-notdir'
Junio C Hamano
1
-1
/
+1
2017-05-30
treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checked
Junio C Hamano
1
-1
/
+1
2017-05-29
verify_filename(): flip order of checks
Jeff King
1
-1
/
+1
2017-05-29
verify_filename(): treat ":(magic)" as a pathspec
Jeff King
1
-1
/
+19
2017-05-29
check_filename(): handle ":^" path magic
Jeff King
1
-0
/
+4
2017-05-29
check_filename(): use skip_prefix
Jeff King
1
-3
/
+2
2017-05-29
check_filename(): refactor ":/" handling
Jeff King
1
-7
/
+8
2017-05-08
setup_discovered_git_dir(): plug memory leak
Johannes Schindelin
1
-2
/
+7
2017-05-08
setup_bare_git_dir(): help static analysis
Johannes Schindelin
1
-1
/
+1
2017-03-30
Merge branch 'bw/recurse-submodules-relative-fix'
Junio C Hamano
1
-1
/
+5
2017-03-28
Merge branch 'rs/strbuf-add-real-path' into maint
Junio C Hamano
1
-1
/
+1
2017-03-21
prefix_filename: return newly allocated string
Jeff King
1
-3
/
+8
2017-03-21
prefix_filename: drop length parameter
Jeff King
1
-1
/
+1
2017-03-17
Merge branch 'js/early-config'
Junio C Hamano
1
-76
/
+177
2017-03-17
setup: allow for prefix to be passed to git commands
Brandon Williams
1
-1
/
+6
2017-03-14
setup.c: mention unresolved problems
Johannes Schindelin
1
-0
/
+2
2017-03-14
setup_git_directory_gently_1(): avoid die()ing
Johannes Schindelin
1
-8
/
+17
2017-03-14
setup: introduce the discover_git_directory() function
Johannes Schindelin
1
-0
/
+43
2017-03-14
setup_git_directory_1(): avoid changing global state
Johannes Schindelin
1
-75
/
+118
2017-03-14
setup: prepare setup_discovered_git_dir() for the root directory
Johannes Schindelin
1
-2
/
+4
2017-03-12
Merge branch 'js/realpath-pathdup-fix'
Junio C Hamano
1
-2
/
+2
2017-03-10
Merge branch 'rs/strbuf-add-real-path'
Junio C Hamano
1
-1
/
+1
2017-03-08
real_pathdup(): fix callsites that wanted it to die on error
Johannes Schindelin
1
-2
/
+2
2017-03-07
setup_git_directory(): use is_dir_sep() helper
Johannes Schindelin
1
-1
/
+3
2017-02-27
strbuf: add strbuf_add_real_path()
René Scharfe
1
-1
/
+1
2017-01-26
cache.h: expose the dying procedure for reading gitlinks
Stefan Beller
1
-22
/
+26
2017-01-26
setup: add gentle version of resolve_git_dir
Stefan Beller
1
-2
/
+2
2016-12-12
real_path: have callers use real_pathdup and strbuf_realpath
Brandon Williams
1
-5
/
+8
2016-08-09
i18n: setup: mark error messages for translation
Vasco Almeida
1
-9
/
+9
2016-06-17
i18n: setup: mark strings for translation
Vasco Almeida
1
-8
/
+8
2016-04-22
Merge branch 'jc/xstrfmt-null-with-prec-0'
Junio C Hamano
1
-1
/
+1
2016-04-13
Merge branch 'jk/check-repository-format'
Junio C Hamano
1
-66
/
+78
2016-04-07
setup.c: do not feed NULL to "%.*s" even with precision 0
Junio C Hamano
1
-1
/
+1
2016-03-11
verify_repository_format: mark messages for translation
Jeff King
1
-2
/
+2
2016-03-11
setup: drop repository_format_version global
Jeff King
1
-1
/
+0
2016-03-11
setup: unify repository version callbacks
Jeff King
1
-42
/
+23
2016-03-11
setup: refactor repo format reading and verification
Jeff King
1
-39
/
+79
2016-03-11
check_repository_format_gently: stop using git_config_early
Jeff King
1
-8
/
+3
2016-03-11
lazily load core.sharedrepository
Jeff King
1
-2
/
+0
2016-03-11
wrap shared_repository global in get/set accessors
Jeff King
1
-1
/
+1
2016-03-11
setup: document check_repository_format()
Jeff King
1
-2
/
+2
2016-03-06
setup: set startup_info->have_repository more reliably
Jeff King
1
-1
/
+3
2016-03-06
setup: make startup_info available everywhere
Jeff King
1
-4
/
+6
2016-02-26
Merge branch 'jk/tighten-alloc'
Junio C Hamano
1
-3
/
+2
2016-02-24
Merge branch 'nd/dwim-wildcards-as-pathspecs'
Junio C Hamano
1
-4
/
+2
2016-02-22
use xmallocz to avoid size arithmetic
Jeff King
1
-3
/
+2
2016-02-10
Merge branch 'nd/do-not-move-worktree-manually'
Junio C Hamano
1
-12
/
+0
2016-02-10
check_filename: tighten dwim-wildcard ambiguity
Jeff King
1
-4
/
+2
[prev]
[next]