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
2016-07-06
Merge branch 'sb/clone-shallow-passthru'
Junio C Hamano
1
-2
/
+17
2016-07-06
Merge branch 'jk/gpg-interface-cleanup'
Junio C Hamano
1
-1
/
+8
2016-07-06
Merge branch 'nd/graph-width-padded'
Junio C Hamano
1
-0
/
+57
2016-07-06
Merge branch 'jk/repack-keep-unreachable'
Junio C Hamano
1
-0
/
+28
2016-07-06
Merge branch 'ew/mboxrd-format-am'
Junio C Hamano
6
-0
/
+120
2016-07-06
Merge branch 'jk/upload-pack-hook'
Junio C Hamano
3
-0
/
+125
2016-07-06
Merge branch 'nd/test-lib-httpd-show-error-log-in-verbose'
Junio C Hamano
1
-0
/
+1
2016-07-06
Merge branch 'jk/string-list-static-init'
Junio C Hamano
1
-1
/
+1
2016-06-27
Merge branch 'et/add-chmod-x'
Junio C Hamano
1
-0
/
+30
2016-06-27
Merge branch 'sg/reflog-past-root'
Junio C Hamano
2
-1
/
+23
2016-06-20
clone: do not let --depth imply --shallow-submodules
Junio C Hamano
1
-2
/
+17
2016-06-20
Merge branch 'rs/xdiff-hunk-with-func-line'
Junio C Hamano
7
-77
/
+278
2016-06-20
Merge branch 'jk/rev-list-count-with-bitmap'
Junio C Hamano
1
-0
/
+6
2016-06-20
Merge branch 'wd/userdiff-css'
Junio C Hamano
13
-0
/
+76
2016-06-20
Merge branch 'jg/dash-is-last-branch-in-worktree-add'
Junio C Hamano
1
-0
/
+16
2016-06-20
Merge branch 'et/pretty-format-c-auto'
Junio C Hamano
1
-7
/
+19
2016-06-20
Merge branch 'sb/submodule-recommend-shallowness'
Junio C Hamano
1
-0
/
+52
2016-06-20
Merge branch 'ah/no-verify-signature-with-pull-rebase'
Junio C Hamano
1
-0
/
+16
2016-06-20
Merge branch 'ew/fast-import-unpack-limit'
Junio C Hamano
2
-0
/
+107
2016-06-17
gpg-interface: check gpg signature creation status
Michael J Gruber
1
-1
/
+8
2016-06-16
pretty.c: support <direction>|(<negative number>) forms
Nguyễn Thái Ngọc Duy
1
-0
/
+33
2016-06-16
pretty: pass graph width to pretty formatting for use in '%>|(N)'
Josef Kufner
1
-0
/
+24
2016-06-14
repack: extend --keep-unreachable to loose objects
Jeff King
1
-0
/
+13
2016-06-14
repack: add --keep-unreachable option
Jeff King
1
-0
/
+15
2016-06-13
lib-httpd.sh: print error.log on error
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2016-06-13
use string_list initializer consistently
Jeff King
1
-1
/
+1
2016-06-10
Merge branch 'jk/shell-portability'
Junio C Hamano
4
-4
/
+25
2016-06-10
Merge branch 'jc/t2300-setup'
Junio C Hamano
1
-1
/
+2
2016-06-09
xdiff: fix merging of appended hunk with -W
René Scharfe
1
-1
/
+23
2016-06-07
add: add --chmod=+x / --chmod=-x options
Edward Thomson
1
-0
/
+30
2016-06-06
reflog: continue walking the reflog past root commits
SZEDER Gábor
2
-1
/
+23
2016-06-06
am: support --patch-format=mboxrd
Eric Wong
1
-0
/
+20
2016-06-06
mailsplit: support unescaping mboxrd messages
Eric Wong
4
-0
/
+59
2016-06-06
pretty: support "mboxrd" output format
Eric Wong
1
-0
/
+41
2016-06-03
userdiff: add built-in pattern for CSS
William Duclot
13
-0
/
+76
2016-06-03
Merge branch 'js/perf-rebase-i'
Junio C Hamano
1
-1
/
+4
2016-06-03
rev-list: "adjust" results of "--count --use-bitmap-index -n"
Jeff King
1
-0
/
+6
2016-06-02
upload-pack: provide a hook for running pack-objects
Jeff King
1
-0
/
+62
2016-06-02
t1308: do not get fooled by symbolic links to the source tree
Junio C Hamano
1
-1
/
+1
2016-06-01
t2300: run git-sh-setup in an environment that better mimics the real life
Junio C Hamano
1
-1
/
+2
2016-06-01
t5500 & t7403: lose bash-ism "local"
Junio C Hamano
2
-3
/
+2
2016-06-01
test-lib: add in-shell "env" replacement
Jeff King
2
-1
/
+23
2016-05-31
Merge branch 'sb/submodule-deinit-all' into maint
Junio C Hamano
1
-1
/
+23
2016-05-31
Merge branch 'jk/test-send-sh-x-trace-elsewhere' into maint
Junio C Hamano
2
-3
/
+16
2016-05-31
Merge branch 'js/name-rev-use-oldest-ref' into maint
Junio C Hamano
1
-1
/
+1
2016-05-31
perf: make the tests work without a worktree
René Scharfe
1
-1
/
+4
2016-05-31
grep: -W: don't extend context to trailing empty lines
René Scharfe
1
-1
/
+1
2016-05-31
t7810: add test for grep -W and trailing empty context lines
René Scharfe
1
-3
/
+16
2016-05-31
xdiff: don't trim common tail with -W
René Scharfe
1
-1
/
+1
2016-05-31
xdiff: -W: don't include common trailing empty lines in context
René Scharfe
1
-2
/
+2
[next]