index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-03
t5406: use write_script() instead of birthing shell script manually
Eric Sunshine
1
-2
/
+3
2018-07-03
t5405: use test_must_fail() instead of checking exit code manually
Eric Sunshine
1
-2
/
+1
2018-07-03
t/lib-submodule-update: fix "absorbing" test
Eric Sunshine
1
-3
/
+2
2018-07-03
t: drop unnecessary terminating semicolon in subshell
Eric Sunshine
3
-4
/
+4
2018-07-03
t: use sane_unset() rather than 'unset' with broken &&-chain
Eric Sunshine
2
-3
/
+3
2018-07-03
t: use test_write_lines() instead of series of 'echo' commands
Eric Sunshine
10
-62
/
+61
2018-07-03
t: use test_might_fail() instead of manipulating exit code manually
Eric Sunshine
4
-10
/
+8
2018-07-03
block alloc: add validations around cache_entry lifecyle
Jameson Miller
5
-4
/
+68
2018-07-03
block alloc: allocate cache entries from mem_pool
Jameson Miller
5
-39
/
+167
2018-07-03
mem-pool: fill out functionality
Jameson Miller
2
-0
/
+55
2018-07-03
mem-pool: add life cycle management functions
Jameson Miller
2
-8
/
+61
2018-07-03
mem-pool: only search head block for available space
Jameson Miller
1
-4
/
+4
2018-07-03
block alloc: add lifecycle APIs for cache_entry structs
Jameson Miller
13
-92
/
+165
2018-07-03
read-cache: teach make_cache_entry to take object_id
Jameson Miller
8
-11
/
+18
2018-07-03
read-cache: teach refresh_cache_entry to take istate
Jameson Miller
3
-6
/
+7
2018-07-03
fsck: check skiplist for object in fsck_blob()
Ramsay Jones
1
-2
/
+11
2018-07-03
fsck: silence stderr when parsing .gitmodules
Jeff King
2
-1
/
+18
2018-07-03
config: add options parameter to git_config_from_mem
Jeff King
4
-8
/
+14
2018-07-03
config: add CONFIG_ERROR_SILENT handler
Jeff King
2
-0
/
+4
2018-07-03
config: turn die_on_error into caller-facing enum
Jeff King
2
-5
/
+18
2018-06-29
commit.c: allow lookup_commit_reference to handle arbitrary repositories
Stefan Beller
2
-5
/
+4
2018-06-29
commit.c: allow lookup_commit_reference_gently to handle arbitrary repositories
Stefan Beller
2
-7
/
+5
2018-06-29
tag.c: allow deref_tag to handle arbitrary repositories
Stefan Beller
2
-5
/
+3
2018-06-29
object.c: allow parse_object to handle arbitrary repositories
Stefan Beller
2
-9
/
+8
2018-06-29
object.c: allow parse_object_buffer to handle arbitrary repositories
Stefan Beller
2
-11
/
+10
2018-06-29
commit.c: allow get_cached_commit_buffer to handle arbitrary repositories
Stefan Beller
2
-4
/
+3
2018-06-29
commit.c: allow set_commit_buffer to handle arbitrary repositories
Stefan Beller
2
-4
/
+3
2018-06-29
commit.c: migrate the commit buffer to the parsed object store
Stefan Beller
4
-6
/
+36
2018-06-29
commit-slabs: remove realloc counter outside of slab struct
Stefan Beller
1
-3
/
+0
2018-06-29
commit.c: allow parse_commit_buffer to handle arbitrary repositories
Stefan Beller
2
-7
/
+6
2018-06-29
tag: allow parse_tag_buffer to handle arbitrary repositories
Stefan Beller
2
-7
/
+6
2018-06-29
tag: allow lookup_tag to handle arbitrary repositories
Stefan Beller
2
-7
/
+6
2018-06-29
commit: allow lookup_commit to handle arbitrary repositories
Stefan Beller
2
-7
/
+6
2018-06-29
tree: allow lookup_tree to handle arbitrary repositories
Stefan Beller
2
-7
/
+6
2018-06-29
blob: allow lookup_blob to handle arbitrary repositories
Stefan Beller
2
-7
/
+6
2018-06-29
object: allow lookup_object to handle arbitrary repositories
Stefan Beller
2
-10
/
+8
2018-06-29
object: allow object_as_type to handle arbitrary repositories
Stefan Beller
2
-4
/
+3
2018-06-29
tag: add repository argument to deref_tag
Stefan Beller
18
-26
/
+42
2018-06-29
tag: add repository argument to parse_tag_buffer
Stefan Beller
6
-7
/
+8
2018-06-29
tag: add repository argument to lookup_tag
Stefan Beller
8
-12
/
+12
2018-06-29
commit: add repository argument to get_cached_commit_buffer
Stefan Beller
4
-5
/
+6
2018-06-29
commit: add repository argument to set_commit_buffer
Stefan Beller
4
-5
/
+6
2018-06-29
commit: add repository argument to parse_commit_buffer
Stefan Beller
4
-5
/
+6
2018-06-29
commit: add repository argument to lookup_commit
Stefan Beller
19
-33
/
+46
2018-06-29
commit: add repository argument to lookup_commit_reference
Stefan Beller
27
-51
/
+65
2018-06-29
commit: add repository argument to lookup_commit_reference_gently
Stefan Beller
20
-38
/
+59
2018-06-29
tree: add repository argument to lookup_tree
Stefan Beller
19
-24
/
+31
2018-06-29
blob: add repository argument to lookup_blob
Stefan Beller
15
-18
/
+23
2018-06-29
object: add repository argument to object_as_type
Stefan Beller
8
-9
/
+10
2018-06-29
object: add repository argument to parse_object_buffer
Stefan Beller
7
-9
/
+18
[prev]
[next]