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
2019-01-17
revision: implement sparse algorithm
Derrick Stolee
1
-10
/
+128
2019-01-17
revision: add mark_tree_uninteresting_sparse
Derrick Stolee
1
-0
/
+25
2019-01-15
tree-walk: store object_id in a separate member
brian m. carlson
1
-2
/
+2
2019-01-14
Merge branch 'nd/indentation-fix'
Junio C Hamano
1
-2
/
+2
2019-01-14
Merge branch 'md/exclude-promisor-objects-fix-cleanup'
Junio C Hamano
1
-4
/
+6
2019-01-14
Merge branch 'nd/attr-pathspec-in-tree-walk'
Junio C Hamano
1
-0
/
+1
2019-01-14
Merge branch 'md/list-lazy-objects-fix'
Junio C Hamano
1
-0
/
+2
2019-01-14
sha1-name.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-4
/
+4
2019-01-14
read-cache.c: kill read_index()
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-12-28
revision: use commit graph in get_reference()
Jonathan Tan
1
-1
/
+14
2018-12-09
Indent code with TABs
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-12-06
revision.c: put promisor option in specialized struct
Matthew DeVore
1
-4
/
+6
2018-12-06
list-objects.c: don't segfault for missing cmdline objects
Matthew DeVore
1
-0
/
+2
2018-11-19
tree-walk.c: make tree_entry_interesting() take an index
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2018-11-18
Merge branch 'ds/reachable-topo-order'
Junio C Hamano
1
-11
/
+232
2018-11-13
Merge branch 'jk/misc-unused-fixes'
Junio C Hamano
1
-6
/
+9
2018-11-13
Merge branch 'nd/per-worktree-ref-iteration'
Junio C Hamano
1
-8
/
+14
2018-11-06
Merge branch 'md/exclude-promisor-objects-fix'
Junio C Hamano
1
-1
/
+2
2018-11-02
rev-list: handle flags for --indexed-objects
Jeff King
1
-6
/
+9
2018-11-02
revision.c: generation-based topo-order algorithm
Derrick Stolee
1
-5
/
+190
2018-11-02
commit/revisions: bookkeeping before refactoring
Derrick Stolee
1
-8
/
+10
2018-11-02
revision.c: begin refactoring --topo-order logic
Derrick Stolee
1
-4
/
+38
2018-10-30
Merge branch 'md/filter-trees'
Junio C Hamano
1
-1
/
+0
2018-10-23
exclude-promisor-objects: declare when option is allowed
Matthew DeVore
1
-1
/
+2
2018-10-22
revision.c: better error reporting on ref from different worktrees
Nguyễn Thái Ngọc Duy
1
-8
/
+13
2018-10-22
revision.c: correct a parameter name
Nguyễn Thái Ngọc Duy
1
-3
/
+4
2018-10-19
Merge branch 'nd/the-index'
Junio C Hamano
1
-35
/
+41
2018-10-07
revision: mark non-user-given objects instead
Matthew DeVore
1
-1
/
+0
2018-09-21
revision.c: reduce implicit dependency the_repository
Nguyễn Thái Ngọc Duy
1
-21
/
+23
2018-09-21
revision.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-14
/
+18
2018-09-21
patch-ids.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-09-21
diff.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-09-21
grep.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-09-17
Merge branch 'jk/cocci'
Junio C Hamano
1
-1
/
+1
2018-09-17
Merge branch 'ds/reachable'
Junio C Hamano
1
-0
/
+1
2018-09-17
Merge branch 'jk/rev-list-stdin-noop-is-ok'
Junio C Hamano
1
-3
/
+2
2018-08-29
convert "oidcmp() == 0" to oideq()
Jeff King
1
-1
/
+1
2018-08-22
rev-list: make empty --stdin not an error
Jeff King
1
-3
/
+2
2018-08-13
dir.c: remove an implicit dependency on the_index in pathspec code
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-08-02
Merge branch 'jt/tags-to-promised-blobs-fix'
Junio C Hamano
1
-0
/
+3
2018-08-02
Merge branch 'sb/object-store-lookup'
Junio C Hamano
1
-13
/
+13
2018-07-24
Merge branch 'jt/partial-clone-fsck-connectivity'
Junio C Hamano
1
-0
/
+1
2018-07-20
commit.h: remove method declarations
Derrick Stolee
1
-0
/
+1
2018-07-18
Merge branch 'sb/object-store-grafts'
Junio C Hamano
1
-0
/
+1
2018-07-16
revision: tolerate promised targets of tags
Jonathan Tan
1
-0
/
+3
2018-07-09
upload-pack: send refs' objects despite "filter"
Jonathan Tan
1
-0
/
+1
2018-06-29
commit: add repository argument to lookup_commit_reference
Stefan Beller
1
-2
/
+2
2018-06-29
tree: add repository argument to lookup_tree
Stefan Beller
1
-2
/
+2
2018-06-29
blob: add repository argument to lookup_blob
Stefan Beller
1
-2
/
+2
2018-06-29
object: add repository argument to parse_object
Stefan Beller
1
-7
/
+7
[prev]
[next]