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
2018-05-29
diff: turn --ita-invisible-in-index on by default
Nguyễn Thái Ngọc Duy
1
-0
/
+7
2018-05-29
make show-index a builtin
Jeff King
1
-0
/
+86
2018-05-25
rev-parse: check lookup'ed commit references for NULL
Elijah Newren
1
-2
/
+6
2018-05-24
Use OPT_SET_INT_F() for cmdline option specification
Nguyễn Thái Ngọc Duy
10
-46
/
+45
2018-05-23
Merge branch 'nd/pack-unreachable-objects-doc'
Junio C Hamano
1
-0
/
+2
2018-05-23
Merge branch 'em/status-rename-config'
Junio C Hamano
1
-1
/
+1
2018-05-23
Merge branch 'bc/format-patch-cover-no-attach'
Junio C Hamano
1
-1
/
+1
2018-05-23
Merge branch 'js/rebase-recreate-merge'
Junio C Hamano
3
-10
/
+35
2018-05-23
Merge branch 'nd/pack-objects-pack-struct'
Junio C Hamano
1
-128
/
+241
2018-05-23
Merge branch 'tg/worktree-add-existing-branch'
Junio C Hamano
1
-27
/
+74
2018-05-23
Merge branch 'js/deprecate-grafts'
Junio C Hamano
1
-66
/
+168
2018-05-23
Merge branch 'sb/oid-object-info'
Junio C Hamano
14
-28
/
+34
2018-05-23
Merge branch 'bw/server-options'
Junio C Hamano
2
-0
/
+9
2018-05-23
Merge branch 'nd/repack-keep-pack'
Junio C Hamano
3
-29
/
+240
2018-05-23
Merge branch 'ds/lazy-load-trees'
Junio C Hamano
5
-13
/
+19
2018-05-23
Merge branch 'nd/term-columns'
Junio C Hamano
1
-1
/
+0
2018-05-22
Sync with Git 2.15.2
Junio C Hamano
2
-11
/
+44
2018-05-22
Sync with Git 2.14.4
Junio C Hamano
2
-11
/
+44
2018-05-22
Sync with Git 2.13.7
Junio C Hamano
2
-11
/
+44
2018-05-21
index-pack: check .gitmodules files with --strict
Jeff King
1
-0
/
+10
2018-05-21
unpack-objects: call fsck_finish() after fscking objects
Jeff King
1
-1
/
+4
2018-05-21
fsck: call fsck_finish() after fscking objects
Jeff King
1
-0
/
+3
2018-05-21
fsck: actually fsck blob data
Jeff King
1
-22
/
+20
2018-05-21
index-pack: make fsck error message more specific
Jeff King
2
-2
/
+2
2018-05-21
Merge branch 'jk/submodule-name-verify-fix' into jk/submodule-name-verify-fsck
Jeff King
2
-11
/
+45
2018-05-21
verify_path: disallow symlinks in .gitmodules
Jeff King
1
-3
/
+3
2018-05-21
update-index: stat updated files earlier
Jeff King
1
-8
/
+17
2018-05-21
submodule-config: verify submodule names as paths
Jeff King
1
-0
/
+24
2018-05-22
merge: check config before loading commits
Derrick Stolee
1
-3
/
+4
2018-05-22
submodule: add --dissociate option to add/update commands
Casey Fitzpatrick
1
-3
/
+13
2018-05-22
unpack_trees_options: free messages when done
Martin Ågren
1
-0
/
+1
2018-05-21
merge: use commit-slab in merge remote desc instead of commit->util
Nguyễn Thái Ngọc Duy
1
-12
/
+13
2018-05-21
log: use commit-slab in prepare_bases() instead of commit->util
Nguyễn Thái Ngọc Duy
1
-2
/
+8
2018-05-21
show-branch: note about its object flags usage
Nguyễn Thái Ngọc Duy
1
-0
/
+5
2018-05-21
show-branch: use commit-slab for commit-name instead of commit->util
Nguyễn Thái Ngọc Duy
1
-12
/
+27
2018-05-21
name-rev: use commit-slab for rev-name instead of commit->util
Nguyễn Thái Ngọc Duy
1
-3
/
+20
2018-05-21
revision.c: use commit-slab for show_source
Nguyễn Thái Ngọc Duy
2
-7
/
+14
2018-05-21
describe: use commit-slab for commit names instead of commit->util
Nguyễn Thái Ngọc Duy
1
-3
/
+13
2018-05-21
blame: use commit-slab for blame suspects instead of commit->util
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-05-21
Move declaration for alias.c to alias.h
Nguyễn Thái Ngọc Duy
2
-0
/
+2
2018-05-21
help: use command-list.txt for the source of guides
Nguyễn Thái Ngọc Duy
1
-32
/
+0
2018-05-21
help: add "-a --verbose" to list all commands with synopsis
Nguyễn Thái Ngọc Duy
1
-0
/
+7
2018-05-21
config: die when --blob is used outside a repository
Jeff King
1
-0
/
+3
2018-05-18
fetch: generate ref-prefixes when using a configured refspec
Brandon Williams
1
-1
/
+9
2018-05-18
refspec: consolidate ref-prefix generation logic
Brandon Williams
1
-12
/
+1
2018-05-18
remote: convert match_push_refs to take a struct refspec
Brandon Williams
2
-3
/
+2
2018-05-18
transport: remove transport_verify_remote_names
Brandon Williams
1
-2
/
+0
2018-05-18
send-pack: store refspecs in a struct refspec
Brandon Williams
1
-17
/
+7
2018-05-18
transport: convert transport_push to take a struct refspec
Brandon Williams
1
-2
/
+1
2018-05-18
push: convert to use struct refspec
Brandon Williams
1
-23
/
+15
[prev]
[next]