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-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
6
-27
/
+27
2017-02-22
refs: convert each_reflog_ent_fn to struct object_id
brian m. carlson
3
-12
/
+12
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
2
-11
/
+11
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-10
Merge branch 'js/difftool-builtin'
Junio C Hamano
1
-4
/
+4
2017-02-10
Merge branch 'ps/worktree-prune-help-fix'
Junio C Hamano
1
-2
/
+2
2017-02-06
worktree: fix option descriptions for `prune`
Patrick Steinhardt
1
-2
/
+2
2017-02-06
difftool: fix bug when printing usage
David Aguilar
1
-4
/
+4
2017-02-03
Merge branch 'cw/log-updates-for-all-refs-really'
Junio C Hamano
2
-5
/
+8
2017-02-03
Merge branch 'rs/object-id'
Junio C Hamano
4
-6
/
+6
2017-02-03
Merge branch 'sb/unpack-trees-super-prefix'
Junio C Hamano
1
-18
/
+18
2017-02-02
Merge branch 'ep/commit-static-buf-cleanup'
Junio C Hamano
1
-17
/
+14
2017-02-02
Merge branch 'rs/receive-pack-cleanup'
Junio C Hamano
1
-2
/
+1
2017-02-02
Merge branch 'rs/absolute-pathdup'
Junio C Hamano
2
-3
/
+3
2017-01-31
Merge branch 'jk/fsck-connectivity-check-fix'
Junio C Hamano
1
-37
/
+81
2017-01-31
Merge branch 'js/difftool-builtin'
Junio C Hamano
1
-0
/
+692
2017-01-31
Merge branch 'vp/show-ref-verify-head'
Junio C Hamano
1
-28
/
+21
2017-01-31
Merge branch 'js/remote-rename-with-half-configured-remote'
Junio C Hamano
2
-8
/
+8
2017-01-31
Merge branch 'st/verify-tag'
Junio C Hamano
2
-13
/
+46
2017-01-31
Merge branch 'jk/loose-object-fsck'
Junio C Hamano
1
-13
/
+33
2017-01-31
Merge branch 'bw/push-submodule-only'
Junio C Hamano
1
-0
/
+2
2017-01-31
builtin/commit.c: switch to strbuf, instead of snprintf()
Elia Pinto
1
-6
/
+4
2017-01-31
refs: add option core.logAllRefUpdates = always
Cornelius Weig
2
-5
/
+8
2017-01-30
receive-pack: call string_list_clear() unconditionally
René Scharfe
1
-2
/
+1
2017-01-30
checkout: convert post_checkout_hook() to struct object_id
René Scharfe
1
-2
/
+2
2017-01-30
use oid_to_hex_r() for converting struct object_id hashes to hex strings
René Scharfe
3
-4
/
+4
2017-01-27
use absolute_pathdup()
René Scharfe
2
-3
/
+3
2017-01-26
fsck: lazily load types under --connectivity-only
Jeff King
1
-51
/
+7
2017-01-26
fsck: move typename() printing to its own function
Jeff King
1
-9
/
+20
2017-01-25
difftool: hack around -Wzero-length-format warning
Jeff King
1
-1
/
+1
2017-01-23
show-ref: remove a stale comment
Junio C Hamano
1
-4
/
+0
2017-01-23
Merge branch 'sb/submodule-init'
Junio C Hamano
1
-6
/
+7
2017-01-23
show-ref: remove dead `if (verify)' check
Vladimir Panteleev
1
-3
/
+0
2017-01-23
show-ref: detect dangling refs under --verify as well
Vladimir Panteleev
1
-8
/
+8
2017-01-23
show-ref: move --quiet handling into show_one()
Vladimir Panteleev
1
-5
/
+4
2017-01-23
show-ref: allow -d to work with --verify
Vladimir Panteleev
1
-11
/
+12
2017-01-23
show-ref: accept HEAD with --verify
Vladimir Panteleev
1
-1
/
+1
2017-01-19
remote rename: more carefully determine whether a remote is configured
Johannes Schindelin
2
-8
/
+8
2017-01-19
difftool: retire the scripted version
Johannes Schindelin
1
-41
/
+0
2017-01-19
difftool: implement the functionality in the builtin
Johannes Schindelin
1
-1
/
+671
[next]