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
/
builtin
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-02
Merge branch 'jt/commit-graph-per-object-store'
Junio C Hamano
2
-1
/
+3
2018-08-02
Merge branch 'en/dirty-merge-fixes'
Junio C Hamano
1
-3
/
+4
2018-08-02
Merge branch 'js/rebase-merge-octopus'
Junio C Hamano
1
-0
/
+32
2018-08-02
Merge branch 'tb/grep-only-matching'
Junio C Hamano
1
-0
/
+6
2018-08-02
Merge branch 'kg/gc-auto-windows-workaround'
Junio C Hamano
1
-0
/
+1
2018-08-02
Merge branch 'jm/cache-entry-from-mem-pool'
Junio C Hamano
4
-23
/
+19
2018-08-02
Merge branch 'jt/fetch-nego-tip'
Junio C Hamano
1
-0
/
+43
2018-08-02
Merge branch 'sb/object-store-lookup'
Junio C Hamano
32
-94
/
+139
2018-08-02
Merge branch 'is/parsing-line-range'
Junio C Hamano
1
-2
/
+2
2018-08-02
Merge branch 'ab/checkout-default-remote'
Junio C Hamano
2
-10
/
+35
2018-08-02
Merge branch 'ds/commit-graph-fsck'
Junio C Hamano
3
-31
/
+95
2018-08-02
Merge branch 'bc/object-id'
Junio C Hamano
4
-22
/
+26
2018-07-24
Merge branch 'sb/blame-color'
Junio C Hamano
1
-1
/
+3
2018-07-24
Merge branch 'hs/push-cert-check-cleanup'
Junio C Hamano
1
-15
/
+2
2018-07-24
Merge branch 'jt/partial-clone-fsck-connectivity'
Junio C Hamano
1
-1
/
+1
2018-07-24
Merge branch 'tb/config-default'
Junio C Hamano
1
-12
/
+15
2018-07-24
Merge branch 'jt/connectivity-check-after-unshallow'
Junio C Hamano
2
-58
/
+96
2018-07-18
Merge branch 'ao/config-from-gitmodules'
Junio C Hamano
2
-18
/
+5
2018-07-18
Merge branch 'jk/branch-l-0-deprecation'
Junio C Hamano
1
-1
/
+21
2018-07-18
Merge branch 'tb/grep-column'
Junio C Hamano
1
-0
/
+1
2018-07-18
Merge branch 'jt/remove-pack-bitmap-global'
Junio C Hamano
2
-6
/
+14
2018-07-18
Merge branch 'xy/format-patch-prereq-patch-id-fix'
Junio C Hamano
1
-0
/
+1
2018-07-18
Merge branch 'sb/submodule-core-worktree'
Junio C Hamano
1
-0
/
+26
2018-07-18
Merge branch 'sb/object-store-grafts'
Junio C Hamano
34
-51
/
+81
2018-07-17
commit-graph: add repo arg to graph readers
Jonathan Tan
1
-1
/
+1
2018-07-17
commit-graph: add free_commit_graph
Jonathan Tan
1
-0
/
+2
2018-07-17
Merge branch 'ds/commit-graph-fsck' into jt/commit-graph-per-object-store
Junio C Hamano
3
-31
/
+95
2018-07-16
builtin/merge-recursive: make hash independent
brian m. carlson
1
-2
/
+2
2018-07-16
builtin/merge: switch to use the_hash_algo
brian m. carlson
1
-5
/
+6
2018-07-16
builtin/fmt-merge-msg: make hash independent
brian m. carlson
1
-9
/
+10
2018-07-16
builtin/update-index: simplify parsing of cacheinfo
brian m. carlson
1
-2
/
+3
2018-07-16
builtin/update-index: convert to using the_hash_algo
brian m. carlson
1
-4
/
+5
2018-07-16
blame: prefer xsnprintf to strcpy for colors
Jeff King
1
-1
/
+3
2018-07-11
merge: allow reading the merge commit message from a file
Johannes Schindelin
1
-0
/
+32
2018-07-11
builtin/receive-pack: use check_signature from gpg-interface
Henning Schild
1
-15
/
+2
2018-07-11
merge-recursive: fix assumption that head tree being merged is HEAD
Elijah Newren
1
-3
/
+4
2018-07-09
gc --auto: release pack files before auto packing
Kim Gybels
1
-0
/
+1
2018-07-09
grep.c: teach 'git grep --only-matching'
Taylor Blau
1
-0
/
+6
2018-07-09
clone: check connectivity even if clone is partial
Jonathan Tan
1
-1
/
+1
2018-07-06
builtin/config: work around an unsized array forward declaration
Beat Bolli
1
-12
/
+15
2018-07-03
fetch-pack: support negotiation tip whitelist
Jonathan Tan
1
-0
/
+43
2018-07-03
fetch-pack: write shallow, then check connectivity
Jonathan Tan
1
-5
/
+10
2018-07-03
index_has_changes(): avoid assuming operating on the_index
Elijah Newren
1
-3
/
+3
2018-07-03
block alloc: add lifecycle APIs for cache_entry structs
Jameson Miller
4
-23
/
+19
2018-07-03
read-cache: teach make_cache_entry to take object_id
Jameson Miller
3
-4
/
+4
2018-06-29
tag: add repository argument to deref_tag
Stefan Beller
4
-4
/
+7
2018-06-29
tag: add repository argument to parse_tag_buffer
Stefan Beller
1
-1
/
+1
2018-06-29
tag: add repository argument to lookup_tag
Stefan Beller
3
-5
/
+5
2018-06-29
commit: add repository argument to lookup_commit
Stefan Beller
7
-7
/
+12
2018-06-29
commit: add repository argument to lookup_commit_reference
Stefan Beller
13
-26
/
+36
[next]