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
2012-02-17
config: eliminate config_exclusive_filename
Jeff King
2
-9
/
+3
2012-02-17
config: stop using config_exclusive_filename
Jeff King
2
-24
/
+60
2012-02-17
config: provide a version of git_config with more options
Jeff King
3
-4
/
+27
2012-02-17
config: teach git_config_rename_section a file argument
Jeff King
2
-7
/
+14
2012-02-17
config: teach git_config_set_multivar_in_file a default path
Jeff King
1
-13
/
+7
2012-02-17
config: copy the return value of prefix_filename
Jeff King
1
-3
/
+4
2012-02-17
t1300: add missing &&-chaining
Jeff King
1
-1
/
+1
2012-02-17
docs/api-config: minor clarifications
Jeff King
1
-7
/
+8
2012-02-17
Add a setting to require a filter to be successful
Jehan Bing
3
-14
/
+92
2012-02-16
Sync with maint
Junio C Hamano
3
-4
/
+31
2012-02-16
Update draft release notes to 1.7.9.2
Junio C Hamano
2
-1
/
+28
2012-02-16
Merge branch 'jc/checkout-out-of-unborn' into maint
Junio C Hamano
2
-1
/
+29
2012-02-16
Merge branch 'jc/maint-mailmap-output' into maint
Junio C Hamano
1
-8
/
+10
2012-02-16
Merge branch 'jk/prompt-fallback-to-tty' into maint
Junio C Hamano
1
-9
/
+18
2012-02-16
Merge branch 'jn/gitweb-search-utf-8' into maint
Junio C Hamano
1
-8
/
+8
2012-02-16
Merge branch 'jc/maint-commit-ignore-i-t-a' into maint
Junio C Hamano
2
-6
/
+8
2012-02-16
Merge branch 'mm/empty-loose-error-message' into maint
Junio C Hamano
1
-0
/
+5
2012-02-16
Merge branch 'nk/ctype-for-perf' into maint
Junio C Hamano
2
-1
/
+16
2012-02-16
Merge branch 'jx/i18n-more-marking' into maint
Junio C Hamano
2
-14
/
+24
2012-02-16
man: rearrange git synopsis to fit in 80 lines
Zbigniew Jędrzejewski-Szmek
1
-3
/
+3
2012-02-16
completion: --list option for git-branch
Ralf Thielow
1
-1
/
+1
2012-02-16
Merge branch 'rt/completion-branch-edit-desc' into maint
Junio C Hamano
1
-1
/
+1
2012-02-15
l10n: po for zh_CN
Jiang Xin
1
-0
/
+3611
2012-02-15
l10n: initial git.pot for 1.7.10 upcoming release
Jiang Xin
3
-2
/
+3431
2012-02-14
make lineno_width() from blame reusable for others
Zbigniew Jędrzejewski-Szmek
3
-15
/
+16
2012-02-14
diff --stat: show bars of same length for paths with same amount of changes
Junio C Hamano
1
-7
/
+20
2012-02-14
Merge branch 'jk/git-dir-lookup'
Junio C Hamano
5
-5
/
+109
2012-02-14
Merge branch 'jk/grep-binary-attribute'
Junio C Hamano
5
-192
/
+308
2012-02-14
Merge branch 'nd/pack-objects-parseopt'
Junio C Hamano
3
-190
/
+148
2012-02-14
Merge branch 'dp/i18n-libcharset'
Junio C Hamano
3
-0
/
+16
2012-02-14
Merge branch 'mh/war-on-extra-refs'
Junio C Hamano
5
-75
/
+64
2012-02-14
Merge branch 'lt/pull-no-edit'
Junio C Hamano
1
-2
/
+6
2012-02-14
Merge branch 'bl/gitweb-project-filter'
Junio C Hamano
1
-1
/
+1
2012-02-14
Merge branch 'jn/ancient-meld-support'
Junio C Hamano
1
-1
/
+1
2012-02-14
Merge branch 'jk/userdiff-config-simplify'
Junio C Hamano
5
-37
/
+12
2012-02-14
Sync with 1.7.9.1
Junio C Hamano
3
-7
/
+13
2012-02-14
Git 1.7.9.1
Junio C Hamano
3
-2
/
+14
2012-02-13
Merge branch 'jk/maint-tag-show-fixes' into maint
Junio C Hamano
2
-32
/
+53
2012-02-13
Merge branch 'bw/inet-pton-ntop-compat' into maint
Junio C Hamano
2
-12
/
+0
2012-02-13
Merge branch 'mp/make-cleanse-x-for-exe' into maint
Junio C Hamano
1
-0
/
+3
2012-02-13
Merge branch 'jn/merge-no-edit-fix' into maint
Junio C Hamano
2
-3
/
+19
2012-02-13
diff-highlight: document some non-optimal cases
Jeff King
1
-0
/
+93
2012-02-13
diff-highlight: match multi-line hunks
Jeff King
2
-34
/
+52
2012-02-13
diff-highlight: refactor to prepare for multi-line hunks
Jeff King
1
-8
/
+14
2012-02-13
diff-highlight: don't highlight whole lines
Jeff King
1
-2
/
+26
2012-02-13
diff-highlight: make perl strict and warnings fatal
Jeff King
1
-0
/
+3
2012-02-13
pager: find out the terminal width before spawning the pager
Zbigniew Jędrzejewski-Szmek
3
-22
/
+38
2012-02-13
do not override receive-pack errors
Clemens Buchacher
2
-11
/
+35
2012-02-13
t5541: check error message against the real port number used
Clemens Buchacher
1
-1
/
+1
2012-02-13
push/fetch/clone --no-progress suppresses progress output
Clemens Buchacher
7
-21
/
+28
[prev]
[next]