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-02-28
untracked cache: use git_env_bool() not getenv() for customization
Junio C Hamano
1
-2
/
+2
2018-02-05
dir.c: don't flag the index as dirty for changes to the untracked cache
Ben Peart
1
-0
/
+3
2018-01-23
Merge branch 'nd/add-i-ignore-submodules'
Junio C Hamano
1
-0
/
+48
2018-01-23
Merge branch 'mm/send-email-fallback-to-local-mail-address'
Junio C Hamano
3
-94
/
+19
2018-01-23
Merge branch 'tg/stash-with-pathspec-fix'
Junio C Hamano
1
-0
/
+32
2018-01-23
Merge branch 'sb/submodule-update-reset-fix'
Junio C Hamano
1
-2
/
+17
2018-01-23
Merge branch 'ab/commit-m-with-fixup'
Junio C Hamano
1
-1
/
+8
2018-01-23
Merge branch 'cc/codespeed'
Junio C Hamano
2
-54
/
+137
2018-01-23
Merge branch 'ab/perf-grep-threads'
Junio C Hamano
2
-21
/
+86
2018-01-23
Merge branch 'sb/diff-blobfind-pickaxe'
Junio C Hamano
1
-0
/
+68
2018-01-23
Merge branch 'jk/abort-clone-with-existing-dest'
Junio C Hamano
1
-26
/
+74
2018-01-23
Merge branch 'jc/merge-symlink-ours-theirs'
Junio C Hamano
1
-0
/
+32
2018-01-23
Merge branch 'nd/ita-wt-renames-in-status'
Junio C Hamano
1
-0
/
+72
2018-01-23
Merge branch 'dk/describe-all-output-fix'
Junio C Hamano
1
-1
/
+5
2018-01-21
Merge branch 'bc/hash-algo' into maint
Junio C Hamano
1
-0
/
+17
2018-01-21
t5601-clone: test case-conflicting files on case-insensitive filesystem
Eric Sunshine
1
-0
/
+17
2018-01-16
add--interactive: ignore submodule changes except HEAD
Nguyễn Thái Ngọc Duy
1
-0
/
+48
2018-01-11
Merge branch 'js/test-with-ws-in-path'
Junio C Hamano
1
-4
/
+4
2018-01-10
t3900: add some more quotes
Beat Bolli
1
-4
/
+4
2018-01-10
Merge branch 'js/perl-path-workaround-in-tests'
Junio C Hamano
1
-1
/
+16
2018-01-10
Merge branch 'ew/empty-merge-with-dirty-index'
Junio C Hamano
1
-0
/
+50
2018-01-10
Merge branch 'js/fix-merge-arg-quoting-in-rebase-p'
Junio C Hamano
1
-0
/
+14
2018-01-10
mingw: handle GITPERLLIB in t0021 in a Windows-compatible way
Johannes Schindelin
1
-1
/
+16
2018-01-09
Merge branch 'bw/protocol-v1'
Junio C Hamano
1
-6
/
+4
2018-01-09
Merge branch 'js/test-with-ws-in-path'
Junio C Hamano
5
-10
/
+10
2018-01-09
Merge branch 'ew/empty-merge-with-dirty-index-maint' into ew/empty-merge-with...
Junio C Hamano
1
-0
/
+50
2018-01-09
merge-recursive: do not look at the index during recursive merge
Junio C Hamano
1
-0
/
+50
2018-01-08
stash: don't delete untracked files that match pathspec
Thomas Gummerer
1
-0
/
+32
2018-01-08
send-email: add test for Linux's get_maintainer.pl
Alex Bennée
1
-0
/
+19
2018-01-08
perl/Git: remove now useless email-address parsing code
Matthieu Moy
2
-94
/
+0
2018-01-05
Merge branch 'jh/memihash-opt'
Junio C Hamano
1
-1
/
+1
2018-01-05
Merge branch 'tb/test-lint-wc-l'
Junio C Hamano
1
-0
/
+1
2018-01-05
Merge branch 'ld/p4-multiple-shelves'
Junio C Hamano
1
-10
/
+14
2018-01-05
Merge branch 'ew/empty-merge-with-dirty-index'
Junio C Hamano
1
-5
/
+21
2018-01-05
Merge branch 'jk/test-suite-tracing'
Junio C Hamano
3
-18
/
+40
2018-01-05
submodule: submodule_move_head omits old argument in forced case
Stefan Beller
1
-0
/
+14
2018-01-05
t/lib-submodule-update.sh: fix test ignoring ignored files in submodules
Stefan Beller
1
-0
/
+1
2018-01-05
t/lib-submodule-update.sh: clarify test
Stefan Beller
1
-2
/
+2
2018-01-05
perf/run: read GIT_PERF_REPO_NAME from perf.repoName
Christian Couder
1
-0
/
+3
2018-01-05
perf/run: learn to send output to codespeed server
Christian Couder
1
-1
/
+11
2018-01-05
perf/run: learn about perf.codespeedOutput
Christian Couder
1
-1
/
+6
2018-01-05
perf/run: add conf_opts argument to get_var_from_env_or_config()
Christian Couder
1
-5
/
+6
2018-01-05
perf/aggregate: implement codespeed JSON output
Christian Couder
1
-2
/
+62
2018-01-05
perf/aggregate: refactor printing results
Christian Couder
1
-46
/
+50
2018-01-05
perf/aggregate: fix checking ENV{GIT_PERF_SUBSECTION}
Christian Couder
1
-1
/
+1
2018-01-05
rebase -p: fix quoting when calling `git merge`
Johannes Schindelin
1
-0
/
+14
2018-01-04
diffcore: add a pickaxe option to find a specific blob
Stefan Beller
1
-0
/
+68
2018-01-04
http: fix v1 protocol tests with apache httpd < 2.4
Todd Zullinger
1
-6
/
+4
2018-01-04
perf: amend the grep tests to test grep.threads
Ævar Arnfjörð Bjarmason
2
-21
/
+86
2018-01-03
t0302 & t3900: add forgotten quotes
Johannes Schindelin
2
-5
/
+5
[next]