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
2017-02-22
builtin/merge-base: convert to struct object_id
brian m. carlson
1
-14
/
+14
2017-02-22
Convert object iteration callbacks to struct object_id
brian m. carlson
9
-50
/
+50
2017-02-22
sha1_file: introduce an nth_packed_object_oid function
brian m. carlson
2
-3
/
+20
2017-02-22
refs: simplify parsing of reflog entries
brian m. carlson
1
-5
/
+6
2017-02-22
refs: convert each_reflog_ent_fn to struct object_id
brian m. carlson
10
-50
/
+50
2017-02-22
reflog-walk: convert struct reflog_info to struct object_id
brian m. carlson
1
-6
/
+6
2017-02-22
builtin/replace: convert to struct object_id
brian m. carlson
1
-56
/
+56
2017-02-22
Convert remaining callers of resolve_refdup to object_id
brian m. carlson
6
-23
/
+23
2017-02-22
builtin/merge: convert to struct object_id
brian m. carlson
1
-68
/
+66
2017-02-22
builtin/clone: convert to struct object_id
brian m. carlson
1
-5
/
+5
2017-02-22
builtin/branch: convert to struct object_id
brian m. carlson
1
-13
/
+13
2017-02-22
builtin/grep: convert to struct object_id
brian m. carlson
1
-12
/
+12
2017-02-22
builtin/fmt-merge-message: convert to struct object_id
brian m. carlson
1
-35
/
+35
2017-02-22
builtin/fast-export: convert to struct object_id
brian m. carlson
1
-29
/
+29
2017-02-22
builtin/describe: convert to struct object_id
brian m. carlson
1
-25
/
+25
2017-02-22
builtin/diff-tree: convert to struct object_id
brian m. carlson
1
-32
/
+31
2017-02-20
builtin/commit: convert to struct object_id
brian m. carlson
1
-23
/
+23
2017-02-20
hex: introduce parse_oid_hex
brian m. carlson
2
-0
/
+17
2017-02-10
Git 2.12-rc1
Junio C Hamano
2
-1
/
+16
2017-02-10
Merge branch 'nd/rev-list-all-includes-HEAD-doc'
Junio C Hamano
1
-2
/
+2
2017-02-10
Merge branch 'rs/fill-directory-optim'
Junio C Hamano
1
-4
/
+3
2017-02-10
Merge branch 'jk/log-graph-name-only'
Junio C Hamano
2
-0
/
+49
2017-02-10
Merge branch 'da/t7800-cleanup'
Junio C Hamano
1
-12
/
+19
2017-02-10
Merge branch 'dl/difftool-doc-no-gui-option'
Junio C Hamano
1
-2
/
+3
2017-02-10
Merge branch 'js/difftool-builtin'
Junio C Hamano
2
-4
/
+16
2017-02-10
Merge branch 'rs/p5302-create-repositories-before-tests'
Junio C Hamano
1
-0
/
+7
2017-02-10
Merge branch 'ps/worktree-prune-help-fix'
Junio C Hamano
1
-2
/
+2
2017-02-10
Merge branch 'ew/complete-svn-authorship-options'
Junio C Hamano
1
-2
/
+2
2017-02-10
Merge branch 'jk/reset-to-break-a-commit-doc'
Junio C Hamano
1
-0
/
+38
2017-02-10
Merge branch 'bw/push-submodule-only'
Junio C Hamano
2
-7
/
+8
2017-02-08
diff: print line prefix for --name-only output
Jeff King
2
-0
/
+49
2017-02-08
dir: avoid allocation in fill_directory()
René Scharfe
1
-4
/
+3
2017-02-08
rev-list-options.txt: update --all about HEAD
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2017-02-08
t7800: replace "wc -l" with test_line_count
David Aguilar
1
-12
/
+19
2017-02-08
Merge branch 'da/difftool-dir-diff-fix' into da/t7800-cleanup
Junio C Hamano
2
-3
/
+45
2017-02-08
t7800: simplify basic usage test
David Aguilar
1
-8
/
+7
2017-02-08
Document the --no-gui option in difftool
Denton Liu
1
-2
/
+3
2017-02-06
worktree: fix option descriptions for `prune`
Patrick Steinhardt
1
-2
/
+2
2017-02-06
p5302: create repositories for index-pack results explicitly
René Scharfe
1
-0
/
+7
2017-02-06
completion: fix git svn authorship switches
Eric Wong
1
-2
/
+2
2017-02-06
difftool: fix bug when printing usage
David Aguilar
2
-4
/
+17
2017-02-03
reset: add an example of how to split a commit into two
Jacob Keller
1
-0
/
+38
2017-02-03
Git 2.12-rc0
Junio C Hamano
2
-7
/
+30
2017-02-03
Merge branch 'cw/log-updates-for-all-refs-really'
Junio C Hamano
15
-30
/
+133
2017-02-03
Merge branch 'pl/complete-diff-submodule-diff'
Junio C Hamano
1
-1
/
+1
2017-02-03
Merge branch 'rs/object-id'
Junio C Hamano
7
-10
/
+10
2017-02-03
Merge branch 'js/re-running-failed-tests'
Junio C Hamano
1
-0
/
+6
2017-02-03
Merge branch 'sb/submodule-update-initial-runs-custom-script'
Junio C Hamano
2
-1
/
+16
2017-02-03
Merge branch 'sb/submodule-recursive-absorb'
Junio C Hamano
4
-41
/
+105
2017-02-03
Merge branch 'sb/unpack-trees-super-prefix'
Junio C Hamano
5
-676
/
+702
[next]