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-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
Merge branch 'jc/commit-tree-ignore-commit-gpgsign'
Junio C Hamano
1
-4
/
+0
2016-05-10
Merge branch 'ew/doc-split-pack-disables-bitmap'
Junio C Hamano
1
-1
/
+8
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 '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-04-29
Merge branch 'st/verify-tag'
Junio C Hamano
2
-61
/
+8
2016-04-29
Merge branch 'jc/merge-refuse-new-root'
Junio C Hamano
1
-0
/
+6
2016-04-29
Merge branch 'js/replace-edit-use-editor-configuration'
Junio C Hamano
1
-0
/
+1
2016-04-29
Merge branch 'sb/mv-submodule-fix'
Junio C Hamano
1
-9
/
+12
2016-04-29
submodule--helper update-clone: abort gracefully on missing .gitmodules
Stefan Beller
1
-13
/
+25
2016-04-29
submodule init: fail gracefully with a missing .gitmodules file
Stefan Beller
1
-3
/
+7
2016-04-28
submodule--helper: move config-sanitizing to submodule.c
Jeff King
1
-48
/
+0
2016-04-28
pack-objects: warn on split packs disabling bitmaps
Eric Wong
1
-1
/
+8
2016-04-26
clone: add `--shallow-submodules` flag
Stefan Beller
1
-0
/
+7
2016-04-25
Merge branch 'en/merge-trivial-fix'
Junio C Hamano
1
-0
/
+8
2016-04-25
Merge branch 'dt/pre-refs-backend'
Junio C Hamano
4
-7
/
+5
2016-04-25
struct name_entry: use struct object_id instead of unsigned char sha1[20]
brian m. carlson
4
-16
/
+16
2016-04-22
Merge branch 'ad/commit-have-m-option'
Junio C Hamano
1
-3
/
+3
2016-04-22
Merge branch 'sb/submodule-helper-clone-regression-fix'
Junio C Hamano
1
-24
/
+16
2016-04-22
tag -v: verify directly rather than exec-ing verify-tag
Santiago Torres
1
-7
/
+1
2016-04-22
verify-tag: move tag verification code to tag.c
Santiago Torres
1
-54
/
+1
2016-04-22
verify-tag: prepare verify_tag for libification
Santiago Torres
1
-9
/
+17
2016-04-22
name-rev: include taggerdate in considering the best name
Johannes Schindelin
1
-6
/
+13
2016-04-21
pull: pass --allow-unrelated-histories to "git merge"
Junio C Hamano
1
-0
/
+6
2016-04-20
replace --edit: respect core.editor
Johannes Schindelin
1
-0
/
+1
2016-04-19
verify-tag: update variable name and type
Santiago Torres
1
-5
/
+6
2016-04-19
i18n: builtin/pull.c: split strings marked for translation
Vasco Almeida
1
-4
/
+4
2016-04-19
i18n: builtin/pull.c: mark placeholders for translation
Vasco Almeida
1
-3
/
+3
[next]