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
2013-04-18
pretty: support %>> that steal trailing spaces
Nguyễn Thái Ngọc Duy
5
-2
/
+54
2013-04-18
pretty: support truncating in %>, %< and %><
Nguyễn Thái Ngọc Duy
5
-5
/
+140
2013-04-18
pretty: support padding placeholders, %< %> and %><
Nguyễn Thái Ngọc Duy
3
-1
/
+246
2013-04-18
pretty: add %C(auto) for auto-coloring
Nguyễn Thái Ngọc Duy
2
-4
/
+25
2013-04-18
pretty: split color parsing into a separate function
Nguyễn Thái Ngọc Duy
1
-32
/
+39
2013-04-18
pretty: two phase conversion for non utf-8 commits
Nguyễn Thái Ngọc Duy
2
-8
/
+28
2013-04-18
utf8.c: add reencode_string_len() that can handle NULs in string
Nguyễn Thái Ngọc Duy
3
-7
/
+24
2013-04-18
utf8.c: add utf8_strnwidth() with the ability to skip ansi sequences
Nguyễn Thái Ngọc Duy
2
-6
/
+15
2013-04-18
utf8.c: move display_mode_esc_sequence_len() for use by other functions
Nguyễn Thái Ngọc Duy
1
-14
/
+14
2013-04-18
pretty: share code between format_decoration and show_decorations
Nguyễn Thái Ngọc Duy
4
-38
/
+39
2013-04-18
pretty-formats.txt: wrap long lines
Nguyễn Thái Ngọc Duy
1
-6
/
+12
2013-04-18
pretty: get the correct encoding for --pretty:format=%e
Nguyễn Thái Ngọc Duy
1
-6
/
+7
2013-04-18
pretty: save commit encoding from logmsg_reencode if the caller needs it
Nguyễn Thái Ngọc Duy
5
-7
/
+16
2013-04-18
Update draft release notes to 1.8.3
Junio C Hamano
1
-1
/
+25
2013-04-18
Merge branch 'maint'
Junio C Hamano
1
-1
/
+2
2013-04-18
Merge branch 'jk/test-trash'
Junio C Hamano
1
-9
/
+9
2013-04-18
Merge branch 'th/t9903-symlinked-workdir'
Junio C Hamano
1
-5
/
+5
2013-04-18
Merge branch 'jk/merge-tree-added-identically'
Junio C Hamano
2
-23
/
+13
2013-04-18
Merge branch 'jk/http-dumb-namespaces'
Junio C Hamano
3
-4
/
+63
2013-04-18
Merge branch 'rs/empty-archive'
Junio C Hamano
1
-1
/
+1
2013-04-18
Merge branch 'fc/send-email-annotate'
Junio C Hamano
7
-90
/
+136
2013-04-18
Merge branch 'jc/push-2.0-default-to-simple' (early part)
Junio C Hamano
12
-16
/
+24
2013-04-18
Merge branch 'jk/daemon-user-doc'
Junio C Hamano
1
-0
/
+7
2013-04-18
Merge branch 'fc/completion'
Junio C Hamano
2
-47
/
+96
2013-04-18
Merge branch 'kb/co-orphan-suggestion-short-sha1'
Junio C Hamano
1
-1
/
+1
2013-04-18
Merge branch 'jc/detached-head-doc'
Junio C Hamano
1
-3
/
+16
2013-04-18
Merge branch 'tr/packed-object-info-wo-recursion'
Junio C Hamano
1
-145
/
+266
2013-04-18
Merge branch 'jk/http-error-messages'
Junio C Hamano
1
-1
/
+1
2013-04-17
remote-hg: fix commit messages
Felipe Contreras
1
-1
/
+2
2013-04-16
Merge branch 'maint'
Junio C Hamano
1
-0
/
+4
2013-04-16
help.c: add a compatibility comment to cmd_version()
David Aguilar
1
-0
/
+4
2013-04-16
convert: The native line-ending is \r\n on MinGW
Jonathan Nieder
1
-0
/
+1
2013-04-16
http: set curl FAILONERROR each time we select a handle
Jeff King
1
-1
/
+1
2013-04-15
remote-bzr: fix prefix of tags
Felipe Contreras
1
-3
/
+6
2013-04-15
Update draft release notes to 1.8.3
Junio C Hamano
1
-0
/
+25
2013-04-15
Merge branch 'jk/diff-graph-submodule-summary'
Junio C Hamano
3
-4
/
+11
2013-04-15
Merge branch 'jk/diff-algo-finishing-touches'
Junio C Hamano
2
-2
/
+9
2013-04-15
Merge branch 'rt/commentchar-fmt-merge-msg'
Junio C Hamano
2
-7
/
+29
2013-04-15
Merge branch 'lf/bundle-with-tip-wo-message'
Junio C Hamano
2
-1
/
+11
2013-04-15
Merge branch 'jk/show-branch-strbuf'
Junio C Hamano
1
-9
/
+8
2013-04-15
Merge branch 'jk/http-error-messages'
Junio C Hamano
4
-23
/
+76
2013-04-15
Merge branch 'tr/perl-keep-stderr-open'
Junio C Hamano
2
-4
/
+5
2013-04-14
Merge branch 'po/help-guides'
Junio C Hamano
1
-7
/
+7
2013-04-14
t/test-lib.sh: drop "$test" variable
Jeff King
1
-5
/
+5
2013-04-14
t/test-lib.sh: fix TRASH_DIRECTORY handling
John Keeping
1
-4
/
+4
2013-04-14
completion: small optimization
Felipe Contreras
1
-4
/
+4
2013-04-14
completion: inline __gitcomp_1 to its sole callsite
Felipe Contreras
1
-15
/
+11
2013-04-14
completion: get rid of compgen
Felipe Contreras
2
-8
/
+13
2013-04-14
completion: add __gitcomp_nl tests
Felipe Contreras
1
-0
/
+60
2013-04-14
completion: add new __gitcompadd helper
Felipe Contreras
1
-5
/
+8
[next]