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
/
sha1-name.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-09
Merge branch 'rs/sort-oid-array-thread-safe'
Junio C Hamano
1
-6
/
+3
2019-08-20
sha1-name: make sort_ambiguous_oid_array() thread-safe
René Scharfe
1
-6
/
+3
2019-07-19
Merge branch 'nd/tree-walk-with-repo'
Junio C Hamano
1
-17
/
+8
2019-07-09
Merge branch 'nd/switch-and-restore'
Junio C Hamano
1
-1
/
+1
2019-06-27
Use the right 'struct repository' instead of the_repository
Nguyễn Thái Ngọc Duy
1
-4
/
+2
2019-06-27
tree-walk.c: remove the_repo from get_tree_entry_follow_symlinks()
Nguyễn Thái Ngọc Duy
1
-9
/
+1
2019-06-27
tree-walk.c: remove the_repo from get_tree_entry()
Nguyễn Thái Ngọc Duy
1
-4
/
+5
2019-05-19
Merge branch 'jk/get-oid-indexed-object-name'
Junio C Hamano
1
-1
/
+1
2019-05-19
Merge branch 'ds/midx-too-many-packs'
Junio C Hamano
1
-0
/
+6
2019-05-15
get_oid: handle NULL repo->index
Jeff King
1
-1
/
+1
2019-05-09
Merge branch 'nd/sha1-name-c-wo-the-repository'
Junio C Hamano
1
-152
/
+236
2019-05-09
Merge branch 'en/merge-directory-renames'
Junio C Hamano
1
-1
/
+1
2019-05-07
midx: add packs to packed_git linked list
Derrick Stolee
1
-0
/
+6
2019-04-22
Merge branch 'ps/stash-in-c'
Junio C Hamano
1
-0
/
+19
2019-04-16
sha1-name.c: remove the_repo from get_oid_mb()
Nguyễn Thái Ngọc Duy
1
-7
/
+11
2019-04-16
sha1-name.c: remove the_repo from other get_oid_*
Nguyễn Thái Ngọc Duy
1
-15
/
+20
2019-04-16
sha1-name.c: remove the_repo from maybe_die_on_misspelt_object_name
Nguyễn Thái Ngọc Duy
1
-2
/
+4
2019-04-16
sha1-name.c: add repo_get_oid()
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2019-04-16
sha1-name.c: remove the_repo from get_oid_with_context_1()
Nguyễn Thái Ngọc Duy
1
-1
/
+10
2019-04-16
sha1-name.c: remove the_repo from resolve_relative_path()
Nguyễn Thái Ngọc Duy
1
-4
/
+4
2019-04-16
sha1-name.c: remove the_repo from diagnose_invalid_index_path()
Nguyễn Thái Ngọc Duy
1
-3
/
+4
2019-04-16
sha1-name.c: remove the_repo from handle_one_ref()
Nguyễn Thái Ngọc Duy
1
-5
/
+14
2019-04-16
sha1-name.c: remove the_repo from get_oid_1()
Nguyễn Thái Ngọc Duy
1
-28
/
+31
2019-04-16
sha1-name.c: remove the_repo from get_oid_basic()
Nguyễn Thái Ngọc Duy
1
-13
/
+12
2019-04-16
sha1-name.c: remove the_repo from get_describe_name()
Nguyễn Thái Ngọc Duy
1
-3
/
+5
2019-04-16
sha1-name.c: remove the_repo from get_oid_oneline()
Nguyễn Thái Ngọc Duy
1
-6
/
+7
2019-04-16
sha1-name.c: add repo_interpret_branch_name()
Nguyễn Thái Ngọc Duy
1
-9
/
+8
2019-04-16
sha1-name.c: remove the_repo from interpret_branch_mark()
Nguyễn Thái Ngọc Duy
1
-6
/
+7
2019-04-16
sha1-name.c: remove the_repo from interpret_nth_prior_checkout()
Nguyễn Thái Ngọc Duy
1
-7
/
+10
2019-04-16
sha1-name.c: remove the_repo from get_short_oid()
Nguyễn Thái Ngọc Duy
1
-7
/
+10
2019-04-16
sha1-name.c: add repo_for_each_abbrev()
Nguyễn Thái Ngọc Duy
1
-2
/
+3
2019-04-16
sha1-name.c: store and use repo in struct disambiguate_state
Nguyễn Thái Ngọc Duy
1
-36
/
+59
2019-04-16
sha1-name.c: add repo_find_unique_abbrev_r()
Nguyễn Thái Ngọc Duy
1
-6
/
+9
2019-04-16
sha1-name.c: remove the_repo from find_abbrev_len_packed()
Nguyễn Thái Ngọc Duy
1
-2
/
+4
2019-04-16
sha1-name.c: remove the_repo from sort_ambiguous()
Nguyễn Thái Ngọc Duy
1
-3
/
+12
2019-04-08
refs.c: remove the_repo from read_ref_at()
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2019-04-08
refs.c: remove the_repo from substitute_branch_name()
Nguyễn Thái Ngọc Duy
1
-2
/
+6
2019-04-08
Use 'unsigned short' for mode, like diff_filespec does
Elijah Newren
1
-1
/
+1
2019-04-02
doc: promote "git switch"
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2019-03-14
get_oid(): when an object was not found, try harder
Johannes Schindelin
1
-0
/
+12
2019-03-01
sha1-name.c: add `get_oidf()` which acts like `get_oid()`
Paul-Sebastian Ungureanu
1
-0
/
+19
2019-02-12
get_oid_with_context(): match prototype and implementation
Duy Nguyen
1
-3
/
+5
2019-02-06
Merge branch 'nd/the-index-final'
Junio C Hamano
1
-27
/
+37
2019-01-18
Do not print 'dangling' for cat-file in case of ambiguity
David Turner
1
-28
/
+30
2019-01-14
sha1-name.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-22
/
+32
2019-01-14
read-cache.c: kill read_index()
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2019-01-08
object-store: factor out odb_loose_cache()
René Scharfe
1
-5
/
+5
2018-11-13
object-store: provide helpers for loose_objects_cache
Jeff King
1
-20
/
+1
2018-11-13
sha1-file: use an object_directory for the main object dir
Jeff King
1
-14
/
+3
2018-11-13
handle alternates paths the same as the main object dir
Jeff King
1
-2
/
+6
[next]