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
2020-08-11
Merge branch 'bc/sha-256-part-3'
Junio C Hamano
1
-1
/
+10
2020-07-30
Merge branch 'jk/reject-newer-extensions-in-v0' into master
Junio C Hamano
1
-16
/
+80
2020-07-30
setup: add support for reading extensions.objectformat
brian m. carlson
1
-1
/
+15
2020-07-16
Merge branch 'jn/v0-with-extensions-fix' into master
Junio C Hamano
1
-14
/
+10
2020-07-16
verify_repository_format(): complain about new extensions in v0 repo
Jeff King
1
-16
/
+80
2020-07-16
repository: allow repository format upgrade with extensions
Jonathan Nieder
1
-5
/
+7
2020-07-16
Revert "check_repository_format_gently(): refuse extensions for old repositor...
Jonathan Nieder
1
-9
/
+3
2020-07-06
Merge branch 'bc/sha-256-part-2'
Junio C Hamano
1
-0
/
+1
2020-06-05
check_repository_format_gently(): refuse extensions for old repositories
Xin Li
1
-3
/
+9
2020-06-05
repository: add a helper function to perform repository format upgrade
Xin Li
1
-0
/
+29
2020-05-27
setup: set the_repository's hash algo when checking format
brian m. carlson
1
-0
/
+1
2020-03-26
Merge branch 'bc/sha-256-part-1-of-4'
Junio C Hamano
1
-2
/
+4
2020-03-25
Merge branch 'am/real-path-fix'
Junio C Hamano
1
-13
/
+22
2020-03-16
Merge branch 'es/outside-repo-errmsg-hints'
Junio C Hamano
1
-2
/
+6
2020-03-15
prefix_path: show gitdir if worktree unavailable
Emily Shaffer
1
-2
/
+6
2020-03-10
real_path_if_valid(): remove unsafe API
Alexandr Miloslavskiy
1
-1
/
+1
2020-03-10
real_path: remove unsafe API
Alexandr Miloslavskiy
1
-3
/
+12
2020-03-06
set_git_dir: fix crash when used with real_path()
Alexandr Miloslavskiy
1
-9
/
+9
2020-02-24
setup: allow check_repository_format to read repository format
brian m. carlson
1
-2
/
+4
2020-02-17
Merge branch 'es/outside-repo-errmsg-hints'
Junio C Hamano
1
-1
/
+2
2020-02-16
prefix_path: show gitdir when arg is outside repo
Emily Shaffer
1
-1
/
+2
2020-01-27
verify_filename(): handle backslashes in "wildcards are pathspecs" rule
Jeff King
1
-3
/
+20
2019-09-30
Merge branch 'js/gitdir-at-unc-root'
Junio C Hamano
1
-2
/
+8
2019-08-26
setup_git_directory(): handle UNC root paths correctly
Johannes Schindelin
1
-1
/
+1
2019-08-26
Fix .git/ discovery at the root of UNC shares
Johannes Schindelin
1
-0
/
+6
2019-08-26
setup_git_directory(): handle UNC paths correctly
Johannes Schindelin
1
-1
/
+1
2019-06-25
Move repository_format_partial_clone to promisor-remote.c
Christian Couder
1
-1
/
+2
2019-04-16
sha1-name.c: remove the_repo from maybe_die_on_misspelt_object_name
Nguyễn Thái Ngọc Duy
1
-3
/
+4
2019-03-20
Merge branch 'ma/clear-repository-format'
Junio C Hamano
1
-12
/
+28
2019-03-01
setup: fix memory leaks with `struct repository_format`
Martin Ågren
1
-12
/
+27
2019-02-05
Merge branch 'js/abspath-part-inside-repo'
Junio C Hamano
1
-3
/
+3
2019-01-23
setup: free old value before setting `work_tree`
Martin Ågren
1
-0
/
+1
2019-01-18
abspath_part_inside_repo: respect core.ignoreCase
Johannes Schindelin
1
-3
/
+3
2019-01-03
Simplify handling of setup_git_directory_gently() failure cases.
Erin Dahlgren
1
-31
/
+43
2018-10-22
worktree: add per-worktree config files
Nguyễn Thái Ngọc Duy
1
-8
/
+32
2018-05-06
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
1
-2
/
+2
2018-04-25
Merge branch 'jk/relative-directory-fix'
Junio C Hamano
1
-6
/
+3
2018-04-10
Merge branch 'nd/remove-ignore-env-field'
Junio C Hamano
1
-2
/
+1
2018-03-30
set_work_tree: use chdir_notify
Jeff King
1
-6
/
+3
2018-03-05
repository.c: move env-related setup code back to environment.c
Nguyễn Thái Ngọc Duy
1
-2
/
+1
2018-02-27
Merge branch 'as/ll-i18n'
Junio C Hamano
1
-31
/
+31
2018-02-13
Merge branch 'jh/fsck-promisors'
Junio C Hamano
1
-1
/
+6
2018-02-13
Mark messages for translations
Alexander Shopov
1
-31
/
+31
2017-12-19
Merge branch 'sg/setup-doc-update'
Junio C Hamano
1
-1
/
+1
2017-12-07
setup.c: fix comment about order of .git directory discovery
SZEDER Gábor
1
-1
/
+1
2017-12-05
extension.partialclone: introduce partial clone extension
Jonathan Tan
1
-1
/
+6
2017-11-13
Integrate hash algorithm support with repo setup
brian m. carlson
1
-0
/
+3
2017-11-13
setup: expose enumerated repo info
brian m. carlson
1
-21
/
+25
2017-11-09
Merge branch 'js/early-config'
Junio C Hamano
1
-1
/
+3
2017-11-03
setup: avoid double slashes when looking for HEAD
Jeff King
1
-1
/
+3
[next]