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
/
revision.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-30
Merge branch 'bc/object-id'
Junio C Hamano
1
-3
/
+4
2018-05-30
Merge branch 'jk/unavailable-can-be-missing'
Junio C Hamano
1
-40
/
+50
2018-05-30
Merge branch 'js/use-bug-macro'
Junio C Hamano
1
-2
/
+2
2018-05-23
Merge branch 'ds/lazy-load-trees'
Junio C Hamano
1
-4
/
+4
2018-05-13
mark_parents_uninteresting(): avoid most allocation
Jeff King
1
-19
/
+25
2018-05-13
mark_parents_uninteresting(): replace list with stack
Jeff King
1
-24
/
+43
2018-05-13
mark_parents_uninteresting(): drop missing object check
Jeff King
1
-12
/
+0
2018-05-13
mark_tree_contents_uninteresting(): drop missing object check
Jeff King
1
-4
/
+1
2018-05-06
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
1
-2
/
+2
2018-05-02
revision: replace use of hard-coded constants
brian m. carlson
1
-2
/
+3
2018-05-02
packfile: convert has_sha1_pack to object_id
brian m. carlson
1
-1
/
+1
2018-04-12
refs: add repository argument to get_main_ref_store
Stefan Beller
1
-2
/
+3
2018-04-11
treewide: replace maybe_tree with accessor methods
Derrick Stolee
1
-4
/
+4
2018-04-11
treewide: rename tree to maybe_tree
Derrick Stolee
1
-4
/
+4
2018-03-13
Merge branch 'jk/cached-commit-buffer' into HEAD
Junio C Hamano
1
-10
/
+0
2018-03-08
Merge branch 'ds/mark-parents-uninteresting-optim'
Junio C Hamano
1
-1
/
+2
2018-03-06
Merge branch 'jk/cached-commit-buffer'
Junio C Hamano
1
-10
/
+0
2018-02-27
revision.c: reduce object database queries
Derrick Stolee
1
-1
/
+2
2018-02-22
revision: drop --show-all option
Jeff King
1
-10
/
+0
2018-02-15
Merge branch 'rs/lose-leak-pending' into maint
Junio C Hamano
1
-2
/
+1
2018-02-13
Merge branch 'tg/split-index-fixes'
Junio C Hamano
1
-1
/
+2
2018-02-13
Merge branch 'jh/fsck-promisors'
Junio C Hamano
1
-2
/
+31
2018-01-23
Merge branch 'sb/diff-blobfind-pickaxe'
Junio C Hamano
1
-2
/
+5
2018-01-23
Merge branch 'rs/lose-leak-pending'
Junio C Hamano
1
-2
/
+1
2018-01-19
read-cache: fix reading the shared index for other repos
Thomas Gummerer
1
-1
/
+2
2018-01-04
diffcore: add a pickaxe option to find a specific blob
Stefan Beller
1
-0
/
+3
2018-01-04
diff: introduce DIFF_PICKAXE_KINDS_MASK
Stefan Beller
1
-1
/
+1
2018-01-04
diff: migrate diff_flags.pickaxe_ignore_case to a pickaxe_opts bit
Stefan Beller
1
-1
/
+1
2017-12-28
Merge branch 'sb/describe-blob'
Junio C Hamano
1
-0
/
+2
2017-12-28
revision: remove the unused flag leak_pending
René Scharfe
1
-2
/
+1
2017-12-08
rev-list: support termination at promisor objects
Jonathan Tan
1
-2
/
+31
2017-11-22
log: add option to choose which refs to decorate
Rafael Ascensão
1
-1
/
+1
2017-11-16
revision.h: introduce blob/tree walking in order of the commits
Stefan Beller
1
-0
/
+2
2017-11-09
Merge branch 'bw/diff-opt-impl-to-bitfields'
Junio C Hamano
1
-12
/
+12
2017-11-06
Merge branch 'jk/revision-pruning-optim'
Junio C Hamano
1
-3
/
+13
2017-11-01
diff: make struct diff_flags members lowercase
Brandon Williams
1
-12
/
+12
2017-11-01
diff: remove DIFF_OPT_CLR macro
Brandon Williams
1
-2
/
+2
2017-11-01
diff: remove DIFF_OPT_SET macro
Brandon Williams
1
-8
/
+8
2017-11-01
diff: remove DIFF_OPT_TST macro
Brandon Williams
1
-2
/
+2
2017-10-14
revision: quit pruning diff more quickly when possible
Jeff King
1
-3
/
+13
2017-09-29
Merge branch 'rj/no-sign-compare'
Junio C Hamano
1
-1
/
+1
2017-09-28
Merge branch 'rs/resolve-ref-optional-result'
Junio C Hamano
1
-2
/
+1
2017-09-24
refs: pass NULL to resolve_ref_unsafe() if hash is not needed
René Scharfe
1
-2
/
+1
2017-09-22
ALLOC_GROW: avoid -Wsign-compare warnings
Ramsay Jones
1
-1
/
+1
2017-09-21
revision: replace "struct cmdline_pathspec" with argv_array
Jeff King
1
-28
/
+11
2017-09-19
Merge branch 'nd/prune-in-worktree'
Junio C Hamano
1
-23
/
+108
2017-09-10
Merge branch 'jk/rev-list-empty-input' into maint
Junio C Hamano
1
-1
/
+2
2017-08-24
rev-list: expose and document --single-worktree
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2017-08-24
revision.c: --reflog add HEAD reflog from all worktrees
Nguyễn Thái Ngọc Duy
1
-1
/
+27
2017-08-24
revision.c: --all adds HEAD from all worktrees
Nguyễn Thái Ngọc Duy
1
-0
/
+14
[next]