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-06-27
gc: fix off-by-one error with gc.autoPackLimit
Eric Wong
1
-1
/
+1
2016-06-20
clone: do not let --depth imply --shallow-submodules
Junio C Hamano
1
-3
/
+2
2016-06-14
blame, line-log: do not loop around deref_tag()
Junio C Hamano
1
-4
/
+2
2016-06-14
builtin/fetch.c: don't free remote->name after fetch
Keith McGuigan
1
-4
/
+2
2016-06-09
builtin/commit.c: memoize git-path for COMMIT_EDITMSG
Pranit Bauva
1
-7
/
+8
2016-06-07
add: add --chmod=+x / --chmod=-x options
Edward Thomson
3
-11
/
+26
2016-06-06
Merge branch 'ar/diff-args-osx-precompose' into maint
Junio C Hamano
4
-0
/
+5
2016-06-06
Merge branch 'sb/submodule-helper-relative-path'
Junio C Hamano
1
-0
/
+12
2016-06-06
Merge branch 'sb/submodule-helper-list-signal-unmatch-via-exit-status'
Junio C Hamano
1
-3
/
+1
2016-06-03
Merge branch 'rs/apply-name-terminate'
Junio C Hamano
1
-2
/
+2
2016-06-03
Merge branch 'rs/patch-id-use-skip-prefix'
Junio C Hamano
1
-13
/
+10
2016-06-03
rev-list: disable bitmaps when "-n" is used with listing objects
Jeff King
1
-1
/
+2
2016-06-03
rev-list: "adjust" results of "--count --use-bitmap-index -n"
Jeff King
1
-0
/
+3
2016-06-01
submodule: remove bashism from shell script
Stefan Beller
1
-0
/
+12
2016-06-01
submodule--helper: offer a consistent API
Stefan Beller
1
-3
/
+1
2016-05-31
Merge branch 'js/name-rev-use-oldest-ref' into maint
Junio C Hamano
1
-6
/
+13
2016-05-31
Merge branch 'jk/cat-file-buffered-batch-all'
Junio C Hamano
1
-1
/
+20
2016-05-29
patch-id: use starts_with() and skip_prefix()
René Scharfe
1
-13
/
+10
2016-05-29
apply: remove unused parameters from name_terminate()
René Scharfe
1
-2
/
+2
2016-05-29
blame: require 0 context lines while finding moved lines with -M
David Kastrup
1
-4
/
+3
2016-05-26
Merge branch 'lp/typofixes' into maint
Junio C Hamano
1
-1
/
+1
2016-05-26
Merge branch 'va/i18n-misc-updates' into maint
Junio C Hamano
4
-14
/
+18
2016-05-26
Merge branch 'va/i18n-remote-comment-to-align' into maint
Junio C Hamano
1
-0
/
+2
2016-05-23
Merge branch 'ar/diff-args-osx-precompose'
Junio C Hamano
4
-0
/
+5
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-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-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
[prev]
[next]