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
2019-10-07
hashmap: use *_entry APIs to wrap container_of
Eric Wong
6
-40
/
+73
2019-10-07
hashmap_get_next returns "struct hashmap_entry *"
Eric Wong
6
-23
/
+39
2019-10-07
introduce container_of macro
Eric Wong
1
-0
/
+10
2019-10-07
hashmap_put takes "struct hashmap_entry *"
Eric Wong
11
-12
/
+15
2019-10-07
hashmap_remove takes "const struct hashmap_entry *"
Eric Wong
9
-10
/
+11
2019-10-07
hashmap_get takes "const struct hashmap_entry *"
Eric Wong
14
-23
/
+28
2019-10-07
hashmap_add takes "struct hashmap_entry *"
Eric Wong
20
-31
/
+31
2019-10-07
hashmap_get_next takes "const struct hashmap_entry *"
Eric Wong
6
-8
/
+11
2019-10-07
hashmap_entry_init takes "struct hashmap_entry *"
Eric Wong
23
-52
/
+55
2019-10-07
packfile: use hashmap_entry in delta_base_cache_entry
Eric Wong
1
-1
/
+1
2019-10-07
coccicheck: detect hashmap_entry.hash assignment
Eric Wong
1
-0
/
+16
2019-10-07
diff: use hashmap_entry_init on moved_entry.ent
Eric Wong
1
-1
/
+2
2019-10-07
tests: remove "cat foo" before "test_i18ngrep bar foo"
René Scharfe
4
-32
/
+0
2019-10-06
git-p4: auto-delete named temporary file
Philip.McGraw
1
-7
/
+6
2019-10-06
Fifth batch
Junio C Hamano
1
-0
/
+16
2019-10-06
Merge branch 'cb/skip-utf8-check-with-pcre1'
Junio C Hamano
2
-1
/
+4
2019-10-06
Merge branch 'ma/user-manual-markup-update'
Junio C Hamano
2
-247
/
+137
2019-10-06
Merge branch 'bc/doc-use-docbook-5'
Junio C Hamano
5
-3
/
+10
2019-10-06
Merge branch 'ma/asciidoctor-more-fixes'
Junio C Hamano
11
-184
/
+223
2019-10-06
Merge branch 'ma/asciidoctor-refmiscinfo'
Junio C Hamano
4
-13
/
+30
2019-10-06
Merge branch 'am/mailmap-andrey-mazo'
Junio C Hamano
1
-0
/
+1
2019-10-06
Merge branch 'jc/git-gui-has-maintainer'
Junio C Hamano
1
-2
/
+2
2019-10-06
git-rev-list.txt: prune options in synopsis
Denton Liu
1
-53
/
+1
2019-10-06
Documentation: update the location of the git-gui repo
Pratyush Yadav
1
-8
/
+2
2019-10-06
convert: fix handling of dashless UTF prefix in validate_encoding()
René Scharfe
1
-4
/
+4
2019-10-06
ci: also build and test with MS Visual Studio on Azure Pipelines
Johannes Schindelin
2
-0
/
+163
2019-10-06
ci: really use shallow clones on Azure Pipelines
Johannes Schindelin
1
-3
/
+2
2019-10-06
tests: let --immediate and --write-junit-xml play well together
Johannes Schindelin
1
-16
/
+22
2019-10-06
test-tool run-command: learn to run (parts of) the testsuite
Johannes Schindelin
1
-0
/
+153
2019-10-06
vcxproj: include more generated files
Johannes Schindelin
1
-3
/
+6
2019-10-06
vcxproj: only copy `git-remote-http.exe` once it was built
Johannes Schindelin
2
-3
/
+10
2019-10-06
msvc: work around a bug in GetEnvironmentVariable()
Johannes Schindelin
1
-0
/
+2
2019-10-06
msvc: handle DEVELOPER=1
Johannes Schindelin
1
-0
/
+46
2019-10-06
msvc: ignore some libraries when linking
Johannes Schindelin
1
-1
/
+1
2019-10-06
compat/win32/path-utils.h: add #include guards
Johannes Schindelin
1
-0
/
+5
2019-10-06
winansi: use FLEX_ARRAY to avoid compiler warning
Johannes Schindelin
1
-1
/
+1
2019-10-06
msvc: avoid using minus operator on unsigned types
Johannes Schindelin
3
-4
/
+17
2019-10-06
stash apply: report status correctly even in a worktree's subdirectory
Johannes Schindelin
2
-0
/
+31
2019-10-06
fetch: let --jobs=<n> parallelize --multiple, too
Johannes Schindelin
4
-21
/
+137
2019-10-05
trace2: write discard message to sentinel files
Josh Steadmon
7
-33
/
+70
2019-10-05
trace2: discard new traces if target directory has too many files
Josh Steadmon
5
-0
/
+112
2019-10-04
t4214: demonstrate octopus graph coloring failure
Denton Liu
1
-1
/
+281
2019-10-04
t4214: explicitly list tags in log
Denton Liu
1
-4
/
+4
2019-10-04
t4214: generate expect in their own test cases
Denton Liu
1
-21
/
+21
2019-10-04
t4214: use test_merge
Denton Liu
1
-2
/
+1
2019-10-04
test-lib: let test_merge() perform octopus merges
Denton Liu
1
-2
/
+4
2019-10-04
docs: clarify trace2 version invariants
Josh Steadmon
1
-1
/
+7
2019-10-04
docs: mention trace2 target-dir mode in git-config
Josh Steadmon
2
-5
/
+6
2019-10-04
treewide: remove duplicate #include directives
René Scharfe
10
-12
/
+0
2019-10-04
push: do not pretend to return `int` from `die_push_simple()`
Johannes Schindelin
1
-2
/
+2
[prev]
[next]