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
2017-11-06
Merge branch 'wk/pull-signoff'
Junio C Hamano
1
-0
/
+6
2017-11-06
Merge branch 'pc/submodule-helper'
Junio C Hamano
1
-17
/
+256
2017-11-06
Merge branch 'pb/bisect-helper'
Junio C Hamano
1
-6
/
+131
2017-11-06
Merge branch 'bw/grep-recurse-submodules'
Junio C Hamano
1
-0
/
+2
2017-11-06
Merge branch 'ao/check-resolve-ref-unsafe-result'
Junio C Hamano
1
-0
/
+2
2017-11-06
Merge branch 'jk/misc-resolve-ref-unsafe-fixes'
Junio C Hamano
1
-1
/
+1
2017-11-06
Merge branch 'jc/no-cmd-as-subroutine'
Junio C Hamano
2
-13
/
+18
2017-11-06
Merge branch 'ma/lockfile-fixes'
Junio C Hamano
8
-45
/
+33
2017-11-06
refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`
Michael Haggerty
8
-12
/
+12
2017-11-06
bisect: change calling-convention of `find_bisection()`
Martin Ågren
1
-2
/
+1
2017-11-02
grep: take the read-lock when adding a submodule
Martin Ågren
1
-0
/
+2
2017-11-01
diff: make struct diff_flags members lowercase
Brandon Williams
9
-34
/
+34
2017-11-01
diff: remove DIFF_OPT_CLR macro
Brandon Williams
1
-1
/
+1
2017-11-01
diff: remove DIFF_OPT_SET macro
Brandon Williams
7
-20
/
+20
2017-11-01
diff: remove DIFF_OPT_TST macro
Brandon Williams
5
-11
/
+11
2017-11-01
diff: remove touched flags
Brandon Williams
1
-2
/
+0
2017-11-01
diff: add flag to indicate textconv was set via cmdline
Brandon Williams
1
-1
/
+1
2017-11-01
diff: convert flags to be stored in bitfields
Brandon Williams
2
-4
/
+6
2017-10-31
add, reset: use DIFF_OPT_SET macro to set a diff flag
Brandon Williams
2
-2
/
+2
2017-10-31
status: add option to show ignored files differently
Jameson Miller
1
-6
/
+25
2017-10-28
Merge branch 'bc/object-id' into base
Michael Haggerty
30
-179
/
+179
2017-10-24
builtin/push.c: add push.pushOption config
Marius Paliga
1
-5
/
+21
2017-10-23
Merge branch 'jk/write-in-full-fix' into maint
Junio C Hamano
4
-5
/
+4
2017-10-23
Merge branch 'rj/no-sign-compare' into maint
Junio C Hamano
1
-2
/
+2
2017-10-23
Merge branch 'ma/ts-cleanups' into maint
Junio C Hamano
1
-0
/
+6
2017-10-23
Merge branch 'jt/fast-export-copy-modify-fix' into maint
Junio C Hamano
1
-14
/
+32
2017-10-21
remote: handle broken symrefs
Jeff King
1
-1
/
+1
2017-10-21
commit: check result of resolve_ref_unsafe
Andrey Okoshkin
1
-0
/
+2
2017-10-18
Merge branch 'jk/ref-filter-colors-fix' into maint
Junio C Hamano
6
-5
/
+8
2017-10-18
Merge branch 'sb/branch-avoid-repeated-strbuf-release' into maint
Junio C Hamano
1
-2
/
+3
2017-10-18
Merge branch 'mg/timestamp-t-fix' into maint
Junio C Hamano
1
-1
/
+1
2017-10-18
Merge branch 'jk/diff-blob' into maint
Junio C Hamano
1
-2
/
+2
2017-10-18
Merge branch 'jk/describe-omit-some-refs' into maint
Junio C Hamano
1
-3
/
+6
2017-10-18
Merge branch 'aw/gc-lockfile-fscanf-fix' into maint
Junio C Hamano
1
-1
/
+1
2017-10-18
Merge branch 'rk/commit-tree-make-F-verbatim' into maint
Junio C Hamano
1
-1
/
+0
2017-10-18
Merge branch 'mh/packed-ref-store-prep' into maint
Junio C Hamano
1
-2
/
+2
2017-10-18
Merge branch 'jk/ref-filter-colors-fix'
Junio C Hamano
5
-5
/
+6
2017-10-18
check-ref-format --branch: strip refs/heads/ using skip_prefix
Junio C Hamano
1
-2
/
+4
2017-10-17
tag: respect color.ui config
Jeff King
1
-1
/
+1
2017-10-17
Revert "color: check color.ui in git_default_config()"
Jeff King
4
-4
/
+5
2017-10-17
Merge branch 'jk/ui-color-always-to-auto-maint' (early part) into jk/ref-filt...
Junio C Hamano
2
-0
/
+2
2017-10-17
upload-pack, receive-pack: introduce protocol version 1
Brandon Williams
1
-0
/
+17
2017-10-16
refs: convert resolve_ref_unsafe to struct object_id
brian m. carlson
1
-1
/
+1
2017-10-16
worktree: convert struct worktree to object_id
brian m. carlson
1
-3
/
+3
2017-10-16
refs: convert resolve_gitlink_ref to struct object_id
brian m. carlson
1
-2
/
+2
2017-10-16
refs: convert reflog_expire parameter to struct object_id
brian m. carlson
1
-3
/
+3
2017-10-16
refs: convert read_ref_at to struct object_id
brian m. carlson
1
-2
/
+2
2017-10-16
refs: convert peel_ref to struct object_id
brian m. carlson
3
-4
/
+4
2017-10-16
builtin/pack-objects: convert to struct object_id
brian m. carlson
1
-67
/
+68
2017-10-16
pack-bitmap: convert traverse_bitmap_commit_list to object_id
brian m. carlson
2
-6
/
+6
[prev]
[next]