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-21
git-svn: un-break "git svn rebase" when log.abbrevCommit=true
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2012-02-21
git-svn: remove redundant porcelain option to rev-list
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2012-02-21
completion: add --interactive option to git svn dcommit
Frederic Heitzmann
1
-1
/
+1
2012-02-21
completion: Allow dash as the first character for __git_ps1
Christian Hammerl
1
-1
/
+1
2012-02-20
Update draft release notes to 1.7.10
Junio C Hamano
1
-24
/
+40
2012-02-20
Merge branch 'tg/tag-points-at'
Junio C Hamano
3
-2
/
+93
2012-02-20
Merge branch 'jc/diff-stat-scaler'
Junio C Hamano
1
-7
/
+20
2012-02-20
Merge branch 'zj/decimal-width'
Junio C Hamano
3
-15
/
+16
2012-02-20
Merge branch 'zj/term-columns'
Junio C Hamano
3
-22
/
+38
2012-02-20
Merge branch 'cb/transfer-no-progress'
Junio C Hamano
7
-21
/
+28
2012-02-20
Merge branch 'cb/receive-pack-keep-errors'
Junio C Hamano
2
-11
/
+35
2012-02-20
Merge branch 'cb/maint-t5541-make-server-port-portable'
Junio C Hamano
1
-1
/
+1
2012-02-20
Merge branch 'cb/maint-rev-list-verify-object'
Junio C Hamano
2
-2
/
+28
2012-02-20
Merge branch 'maint'
Junio C Hamano
3
-1
/
+44
2012-02-20
Update draft release notes to 1.7.9.2
Junio C Hamano
1
-0
/
+3
2012-02-20
configure: don't use -lintl when there is no gettext support
John Szakmeister
1
-8
/
+12
2012-02-19
remote: fix set-branches usage and documentation
Philip Jägenstedt
2
-2
/
+2
2012-02-19
gitweb: Fix 'grep' search for multiple matches in file
Jakub Narebski
2
-1
/
+41
2012-02-17
refresh_index: do not show unmerged path that is outside pathspec
Junio C Hamano
2
-2
/
+24
2012-02-17
gitweb: Fix "heads" view when there is no current branch
Jakub Narebski
2
-2
/
+11
2012-02-17
Add a performance test for git-grep
Thomas Rast
1
-0
/
+23
2012-02-17
Introduce a performance testing framework
Thomas Rast
12
-5
/
+774
2012-02-17
Move the user-facing test library to test-lib-functions.sh
Thomas Rast
2
-549
/
+568
2012-02-17
config: add include directive
Jeff King
7
-14
/
+292
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-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-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
[prev]
[next]