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
/
t
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-07
hashmap_entry: remove first member requirement from docs
Eric Wong
1
-0
/
+1
2019-10-07
hashmap: remove type arg from hashmap_{get,put,remove}_entry
Eric Wong
1
-3
/
+1
2019-10-07
OFFSETOF_VAR macro to simplify hashmap iterators
Eric Wong
2
-6
/
+3
2019-10-07
hashmap: introduce hashmap_free_entries
Eric Wong
1
-3
/
+3
2019-10-07
hashmap: hashmap_{put,remove} return hashmap_entry *
Eric Wong
1
-2
/
+7
2019-10-07
hashmap: use *_entry APIs for iteration
Eric Wong
2
-11
/
+8
2019-10-07
hashmap_cmp_fn takes hashmap_entry params
Eric Wong
1
-4
/
+6
2019-10-07
hashmap: use *_entry APIs to wrap container_of
Eric Wong
1
-7
/
+5
2019-10-07
hashmap_get_next returns "struct hashmap_entry *"
Eric Wong
1
-4
/
+6
2019-10-07
hashmap_put takes "struct hashmap_entry *"
Eric Wong
1
-1
/
+1
2019-10-07
hashmap_add takes "struct hashmap_entry *"
Eric Wong
1
-3
/
+3
2019-10-07
hashmap_get_next takes "const struct hashmap_entry *"
Eric Wong
1
-1
/
+1
2019-10-07
hashmap_entry_init takes "struct hashmap_entry *"
Eric Wong
1
-3
/
+3
2019-08-22
Merge branch 'jk/perf-no-dups'
Junio C Hamano
1
-0
/
+0
2019-08-22
Merge branch 'sg/show-failed-test-names'
Junio C Hamano
3
-12
/
+14
2019-08-22
Merge branch 'sg/commit-graph-validate'
Junio C Hamano
1
-3
/
+11
2019-08-22
Merge branch 'vn/restore-empty-ita-corner-case-fix'
Junio C Hamano
2
-0
/
+22
2019-08-22
Merge branch 'sg/do-not-skip-non-httpd-tests'
Junio C Hamano
10
-122
/
+153
2019-08-22
Merge branch 'sg/t5510-test-i18ngrep-fix'
Junio C Hamano
1
-1
/
+1
2019-08-22
Merge branch 'mt/grep-submodules-working-tree'
Junio C Hamano
1
-0
/
+21
2019-08-12
t/perf: rename duplicate-numbered test script
Jeff King
1
-0
/
+0
2019-08-09
Merge branch 'bc/hash-independent-tests-part-4'
Junio C Hamano
2
-9
/
+8
2019-08-09
Merge branch 'mt/dir-iterator-updates'
Junio C Hamano
1
-3
/
+1
2019-08-08
Merge branch 'en/disable-dir-rename-in-recursive-merge'
Junio C Hamano
1
-0
/
+111
2019-08-08
t0000: reword comments for "local" test
Jeff King
1
-8
/
+6
2019-08-08
t: decrease nesting in test_oid_to_path
Jonathan Nieder
1
-1
/
+2
2019-08-07
test-dir-iterator: use path argument directly
René Scharfe
1
-3
/
+1
2019-08-06
merge-recursive: avoid directory rename detection in recursive case
Elijah Newren
1
-0
/
+111
2019-08-05
tests: show the test name and number at the start of verbose output
SZEDER Gábor
3
-6
/
+8
2019-08-05
t0000-basic: use realistic test script names in the verbose tests
SZEDER Gábor
1
-6
/
+6
2019-08-05
commit-graph: fix bug around octopus merges
Derrick Stolee
1
-1
/
+3
2019-08-05
commit-graph: error out on invalid commit oids in 'write --stdin-commits'
SZEDER Gábor
1
-1
/
+10
2019-08-05
t5318-commit-graph: use 'test_expect_code'
SZEDER Gábor
1
-2
/
+1
2019-08-02
Merge branch 'jc/log-mailmap-flip-defaults'
Junio C Hamano
2
-2
/
+33
2019-08-02
Merge branch 'js/early-config-with-onbranch'
Junio C Hamano
1
-0
/
+5
2019-08-02
restore: add test for deleted ita files
Varun Naik
1
-0
/
+11
2019-08-02
checkout.c: unstage empty deleted ita files
Varun Naik
1
-0
/
+11
2019-08-02
log: really flip the --mailmap default
Junio C Hamano
1
-0
/
+33
2019-08-02
t: warn against adding non-httpd-specific tests after sourcing 'lib-httpd'
SZEDER Gábor
8
-0
/
+24
2019-08-01
t5703: run all non-httpd-specific tests before sourcing 'lib-httpd.sh'
SZEDER Gábor
1
-100
/
+104
2019-08-01
t5510-fetch: run non-httpd-specific test before sourcing 'lib-httpd.sh'
SZEDER Gábor
1
-22
/
+25
2019-08-01
Merge branch 'jk/repack-silence-auto-bitmap-warning'
Junio C Hamano
1
-1
/
+14
2019-08-01
Merge branch 'jk/sort-iter-test-output'
Junio C Hamano
2
-33
/
+55
2019-08-01
Merge branch 'jc/dir-iterator-test-fix'
Junio C Hamano
2
-3
/
+12
2019-08-01
Merge branch 'bc/hash-independent-tests-part-4'
Junio C Hamano
11
-93
/
+142
2019-08-01
log: flip the --mailmap default unconditionally
Junio C Hamano
1
-2
/
+0
2019-07-31
config: work around bug with includeif:onbranch and early config
Johannes Schindelin
1
-0
/
+5
2019-07-31
repack: simplify handling of auto-bitmaps and .keep files
Jeff King
1
-1
/
+2
2019-07-31
repack: silence warnings when auto-enabled bitmaps cannot be built
Jeff King
1
-0
/
+11
2019-07-31
t7700: clean up .keep file in bitmap-writing test
Jeff King
1
-0
/
+1
[next]