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
/
builtin
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-23
Merge branch 'pb/commit-verbose-config'
Junio C Hamano
1
-0
/
+10
2016-05-23
Merge branch 'xy/format-patch-base'
Junio C Hamano
1
-0
/
+168
2016-05-23
Merge branch 'nd/worktree-various-heads'
Junio C Hamano
4
-11
/
+36
2016-05-20
pull: warn on --verify-signatures with --rebase
Alexander Hirsch
1
-0
/
+3
2016-05-18
Merge branch 'sb/misc-cleanups' into HEAD
Junio C Hamano
1
-2
/
+3
2016-05-18
Merge branch 'ew/doc-split-pack-disables-bitmap' into HEAD
Junio C Hamano
1
-1
/
+8
2016-05-18
Merge branch 'sb/mv-submodule-fix' into HEAD
Junio C Hamano
1
-9
/
+12
2016-05-18
cat-file: default to --buffer when --batch-all-objects is used
Jeff King
1
-0
/
+4
2016-05-18
cat-file: avoid noop calls to sha1_object_info_extended
Jeff King
1
-1
/
+16
2016-05-17
Merge branch 'va/i18n-remote-comment-to-align'
Junio C Hamano
1
-0
/
+2
2016-05-17
Merge branch 'nd/error-errno'
Junio C Hamano
11
-33
/
+28
2016-05-17
Merge branch 'jk/submodule-c-credential'
Junio C Hamano
1
-65
/
+0
2016-05-17
Merge branch 'va/i18n-misc-updates'
Junio C Hamano
4
-14
/
+18
2016-05-17
Merge branch 'lp/typofixes'
Junio C Hamano
1
-1
/
+1
2016-05-17
Merge branch 'sb/submodule-init'
Junio C Hamano
1
-14
/
+353
2016-05-13
diff: run arguments through precompose_argv
Alexander Rinass
4
-0
/
+5
2016-05-13
Merge branch 'jc/commit-tree-ignore-commit-gpgsign'
Junio C Hamano
1
-4
/
+0
2016-05-12
builtin/apply: introduce 'struct apply_state' to start libifying
Christian Couder
1
-38
/
+56
2016-05-12
builtin/apply: move 'read_stdin' global into cmd_apply()
Christian Couder
1
-1
/
+1
2016-05-12
builtin/apply: move 'options' variable into cmd_apply()
Christian Couder
1
-1
/
+1
2016-05-12
builtin/apply: extract line_by_line_fuzzy_match() from match_fragment()
Christian Couder
1
-55
/
+71
2016-05-12
builtin/apply: avoid local variable shadowing 'len' parameter
Christian Couder
1
-10
/
+10
2016-05-12
builtin/apply: avoid parameter shadowing 'linenr' global
Christian Couder
1
-24
/
+24
2016-05-12
builtin/apply: avoid parameter shadowing 'p_value' global
Christian Couder
1
-17
/
+17
2016-05-12
builtin/apply: make gitdiff_verify_name() return void
Christian Couder
1
-13
/
+13
2016-05-10
Merge branch 'ew/doc-split-pack-disables-bitmap'
Junio C Hamano
1
-1
/
+8
2016-05-10
commit: add a commit.verbose config variable
Pranit Bauva
1
-0
/
+10
2016-05-09
builtin/worktree.c: use error_errno()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2016-05-09
builtin/upload-archive.c: use error_errno()
Nguyễn Thái Ngọc Duy
1
-2
/
+1
2016-05-09
builtin/update-index.c: prefer "err" to "errno" in process_lstat_error
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2016-05-09
builtin/rm.c: use warning_errno()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2016-05-09
builtin/pack-objects.c: use die_errno() and warning_errno()
Nguyễn Thái Ngọc Duy
1
-4
/
+2
2016-05-09
builtin/merge-file.c: use error_errno()
Nguyễn Thái Ngọc Duy
1
-5
/
+5
2016-05-09
builtin/mailsplit.c: use error_errno()
Nguyễn Thái Ngọc Duy
1
-5
/
+5
2016-05-09
builtin/help.c: use warning_errno()
Nguyễn Thái Ngọc Duy
1
-4
/
+4
2016-05-09
builtin/fetch.c: use error_errno()
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2016-05-09
builtin/branch.c: use error_errno()
Nguyễn Thái Ngọc Duy
1
-2
/
+1
2016-05-09
builtin/am.c: use error_errno()
Nguyễn Thái Ngọc Duy
1
-6
/
+5
2016-05-09
i18n: remote: add comment for translators
Vasco Almeida
1
-0
/
+2
2016-05-06
Merge branch 'js/replace-edit-use-editor-configuration' into maint
Junio C Hamano
1
-0
/
+1
2016-05-06
Merge branch 'cc/apply' into maint
Junio C Hamano
1
-15
/
+15
2016-05-06
Merge branch 'bc/object-id'
Junio C Hamano
4
-16
/
+16
2016-05-06
Merge branch 'sb/clone-shallow-passthru'
Junio C Hamano
1
-0
/
+7
2016-05-06
typofix: assorted typofixes in comments, documentation and messages
Li Peng
1
-1
/
+1
2016-05-06
submodule: stop sanitizing config options
Jeff King
1
-17
/
+0
2016-05-03
Merge branch 'js/name-rev-use-oldest-ref'
Junio C Hamano
1
-6
/
+13
2016-05-03
commit-tree: do not pay attention to commit.gpgsign
Junio C Hamano
1
-4
/
+0
2016-05-03
submodule init: redirect stdout to stderr
Stefan Beller
1
-1
/
+2
2016-05-02
Merge branch 'ad/commit-have-m-option' into maint
Junio C Hamano
1
-3
/
+3
2016-05-02
Merge branch 'sb/submodule-helper-clone-regression-fix' into maint
Junio C Hamano
1
-23
/
+18
[prev]
[next]