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
2020-02-24
nth_packed_object_oid(): use customary integer return
Jeff King
1
-7
/
+6
2020-02-14
Merge branch 'jk/get-oid-error-message-i18n'
Junio C Hamano
1
-15
/
+15
2020-01-31
C: use skip_prefix() to avoid hardcoded string length
Junio C Hamano
1
-7
/
+2
2020-01-30
sha1-name: mark get_oid() error messages for translation
Jeff King
1
-15
/
+15
2019-10-07
Merge branch 'rs/nth-switch-code-simplification'
Junio C Hamano
1
-7
/
+4
2019-10-07
Merge branch 'rs/nth-parent-parse'
Junio C Hamano
1
-3
/
+12
2019-09-18
sha1_name: simplify strbuf handling in interpret_nth_prior_checkout()
René Scharfe
1
-7
/
+4
2019-09-16
sha1-name: check for overflow of N in "foo^N" and "foo~N"
René Scharfe
1
-3
/
+12
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
[next]