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
2018-04-11
commit-graph: implement "--append" option
Derrick Stolee
1
-0
/
+10
2018-04-11
commit-graph: build graph from starting commits
Derrick Stolee
1
-0
/
+13
2018-04-11
commit-graph: read only from specific pack-indexes
Derrick Stolee
1
-0
/
+10
2018-04-11
commit: integrate commit graph with commit parsing
Derrick Stolee
1
-1
/
+46
2018-04-11
commit-graph: implement git commit-graph read
Derrick Stolee
1
-5
/
+27
2018-04-02
commit-graph: implement git-commit-graph write
Derrick Stolee
1
-0
/
+124
2018-03-13
Merge branch 'jk/cached-commit-buffer' into HEAD
Junio C Hamano
1
-31
/
+0
2018-02-22
revision: drop --show-all option
Jeff King
1
-31
/
+0
2018-02-15
Merge branch 'nd/add-i-ignore-submodules' into maint
Junio C Hamano
1
-0
/
+48
2018-02-15
Merge branch 'tg/stash-with-pathspec-fix' into maint
Junio C Hamano
1
-0
/
+32
2018-02-15
Merge branch 'jk/abort-clone-with-existing-dest' into maint
Junio C Hamano
1
-26
/
+74
2018-02-15
Merge branch 'jc/merge-symlink-ours-theirs' into maint
Junio C Hamano
1
-0
/
+32
2018-02-15
Merge branch 'dk/describe-all-output-fix' into maint
Junio C Hamano
1
-1
/
+5
2018-02-15
Merge branch 'ab/perf-grep-threads' into maint
Junio C Hamano
2
-21
/
+86
2018-02-15
Merge branch 'cc/perf-aggregate'
Junio C Hamano
1
-11
/
+37
2018-02-15
Merge branch 'ab/wildmatch-tests'
Junio C Hamano
3
-245
/
+416
2018-02-15
Merge branch 'po/object-id'
Junio C Hamano
1
-2
/
+2
2018-02-15
Merge branch 'en/merge-recursive-fixes'
Junio C Hamano
2
-3
/
+9
2018-02-13
Merge branch 'jk/daemon-fixes'
Junio C Hamano
3
-11
/
+101
2018-02-13
Merge branch 'pw/sequencer-in-process-commit'
Junio C Hamano
6
-9
/
+176
2018-02-13
Merge branch 'nd/shared-index-fix'
Junio C Hamano
1
-0
/
+19
2018-02-13
Merge branch 'tg/split-index-fixes'
Junio C Hamano
1
-0
/
+19
2018-02-13
Merge branch 'jt/http-redact-cookies'
Junio C Hamano
1
-0
/
+33
2018-02-13
Merge branch 'nd/trace-with-env'
Junio C Hamano
2
-0
/
+46
2018-02-13
Merge branch 'cl/t9001-cleanup'
Junio C Hamano
1
-10
/
+7
2018-02-13
Merge branch 'jh/partial-clone'
Junio C Hamano
3
-0
/
+310
2018-02-13
Merge branch 'jh/fsck-promisors'
Junio C Hamano
1
-0
/
+343
2018-02-13
Merge branch 'ab/simplify-perl-makefile'
Junio C Hamano
2
-2
/
+2
2018-02-02
perf/aggregate: sort JSON fields in output
Christian Couder
1
-1
/
+1
2018-02-02
perf/aggregate: add --reponame option
Christian Couder
1
-2
/
+13
2018-02-02
perf/aggregate: add --subsection option
Christian Couder
1
-9
/
+24
2018-01-30
wildmatch test: mark test as EXPENSIVE_ON_WINDOWS
Ævar Arnfjörð Bjarmason
1
-8
/
+8
2018-01-30
test-lib: add an EXPENSIVE_ON_WINDOWS prerequisite
Ævar Arnfjörð Bjarmason
1
-0
/
+4
2018-01-30
wildmatch test: create & test files on disk in addition to in-memory
Ævar Arnfjörð Bjarmason
1
-11
/
+190
2018-01-30
wildmatch test: perform all tests under all wildmatch() modes
Ævar Arnfjörð Bjarmason
2
-252
/
+228
2018-01-30
wildmatch test: use test_must_fail, not ! for test-wildmatch
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2018-01-30
wildmatch test: remove dead fnmatch() test code
Ævar Arnfjörð Bjarmason
1
-178
/
+178
2018-01-30
wildmatch test: use a paranoia pattern from nul_match()
Ævar Arnfjörð Bjarmason
1
-3
/
+12
2018-01-30
wildmatch test: don't try to vertically align our output
Ævar Arnfjörð Bjarmason
1
-5
/
+5
2018-01-30
wildmatch test: use more standard shell style
Ævar Arnfjörð Bjarmason
1
-3
/
+6
2018-01-30
wildmatch test: indent with tabs, not spaces
Ævar Arnfjörð Bjarmason
1
-27
/
+27
2018-01-30
dir: convert struct sha1_stat to use object_id
Patryk Obara
1
-2
/
+2
2018-01-25
daemon: fix length computation in newline stripping
Jeff King
1
-0
/
+15
2018-01-25
t/lib-git-daemon: add network-protocol helpers
Jeff King
2
-1
/
+58
2018-01-25
daemon: handle NULs in extended attribute string
Jeff King
1
-3
/
+5
2018-01-25
daemon: fix off-by-one in logging extended attributes
Jeff King
1
-0
/
+11
2018-01-25
t/lib-git-daemon: record daemon log
Jeff King
1
-4
/
+12
2018-01-25
t5570: use ls-remote instead of clone for interp tests
Jeff King
1
-6
/
+3
2018-01-24
sequencer: run 'prepare-commit-msg' hook
Phillip Wood
1
-4
/
+4
2018-01-24
t7505: add tests for cherry-pick and rebase -i/-p
Phillip Wood
3
-4
/
+157
[next]