index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
list-objects.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'jh/fsck-promisors'
Junio C Hamano
2018-02-13
1
-1
/
+28
|
\
|
*
rev-list: support termination at promisor objects
Jonathan Tan
2017-12-08
1
-1
/
+28
*
|
Merge branch 'sb/describe-blob'
Junio C Hamano
2017-12-28
1
-21
/
+46
|
\
\
|
|
/
|
/
|
|
*
revision.h: introduce blob/tree walking in order of the commits
Stefan Beller
2017-11-16
1
-0
/
+8
|
*
list-objects.c: factor out traverse_trees_and_blobs
Stefan Beller
2017-11-03
1
-19
/
+31
*
|
list-objects: filter objects in traverse_commit_list
Jeff Hostetler
2017-11-22
1
-16
/
+79
|
/
*
Convert lookup_tree to struct object_id
brian m. carlson
2017-05-08
1
-1
/
+1
*
Convert lookup_blob to struct object_id
brian m. carlson
2017-05-08
1
-1
/
+1
*
struct name_entry: use struct object_id instead of unsigned char sha1[20]
brian m. carlson
2016-04-25
1
-3
/
+3
*
list-objects: pass full pathname to callbacks
Jeff King
2016-02-12
1
-5
/
+9
*
list-objects: drop name_path entirely
Jeff King
2016-02-12
1
-7
/
+5
*
list-objects: convert name_path to a strbuf
Jeff King
2016-02-12
1
-13
/
+9
*
Convert struct object to object_id
brian m. carlson
2015-11-20
1
-2
/
+2
*
Merge branch 'jk/squelch-missing-link-warning-for-unreachable'
Junio C Hamano
2015-06-11
1
-1
/
+1
|
\
|
*
silence broken link warnings with revs->ignore_missing_links
Jeff King
2015-06-01
1
-1
/
+1
*
|
rev-list: add an option to mark fewer edges as uninteresting
brian m. carlson
2014-12-29
1
-2
/
+2
|
/
*
traverse_commit_list: support pending blobs/trees with paths
Jeff King
2014-10-20
1
-2
/
+5
*
object_array: add a "clear" function
Jeff King
2014-10-16
1
-6
/
+1
*
Merge branch 'jk/pack-bitmap'
Junio C Hamano
2014-04-08
1
-1
/
+4
|
\
|
*
add `ignore_missing_links` mode to revwalk
Vicent Marti
2014-04-04
1
-1
/
+4
*
|
Merge branch 'jk/mark-edges-uninteresting'
Junio C Hamano
2014-01-27
1
-9
/
+11
|
\
\
|
|
/
|
/
|
|
*
list-objects: only look at cmdline trees with edge_hint
Jeff King
2014-01-21
1
-9
/
+11
*
|
Merge branch 'nd/fetch-into-shallow'
Junio C Hamano
2013-09-20
1
-4
/
+20
|
\
|
|
*
list-objects: mark more commits as edges in mark_edges_uninteresting
Nguyễn Thái Ngọc Duy
2013-08-28
1
-0
/
+17
|
*
list-objects: reduce one argument in mark_edges_uninteresting
Nguyễn Thái Ngọc Duy
2013-08-28
1
-4
/
+3
*
|
clear parsed flag when we free tree buffers
Jeff King
2013-06-06
1
-2
/
+1
|
/
*
tree_entry_interesting(): give meaningful names to return values
Nguyễn Thái Ngọc Duy
2011-10-27
1
-4
/
+5
*
list-objects: pass callback data to show_objects()
Junio C Hamano
2011-09-02
1
-11
/
+17
*
Merge branch 'nd/struct-pathspec'
Junio C Hamano
2011-05-06
1
-11
/
+7
|
\
|
*
Improve tree_entry_interesting() handling code
Nguyễn Thái Ngọc Duy
2011-03-25
1
-11
/
+7
*
|
Merge branch 'jc/maint-rev-list-culled-boundary'
Junio C Hamano
2011-03-23
1
-1
/
+6
|
\
\
|
|
/
|
/
|
|
*
list-objects.c: don't add an unparsed NULL as a pending tree
Junio C Hamano
2011-03-14
1
-1
/
+6
*
|
Make rev-list --objects work together with pathspecs
Elijah Newren
2011-02-03
1
-2
/
+28
*
|
Merge branch 'lt/pack-object-memuse'
Junio C Hamano
2009-04-18
1
-16
/
+17
|
\
\
|
*
|
show_object(): push path_name() call further down
Linus Torvalds
2009-04-13
1
-5
/
+5
|
|
/
|
*
process_{tree,blob}: show objects without buffering
Linus Torvalds
2009-04-13
1
-17
/
+18
*
|
Merge branch 'cc/bisect-filter'
Junio C Hamano
2009-04-13
1
-4
/
+5
|
\
\
|
|
/
|
/
|
|
*
list-objects: add "void *data" parameter to show functions
Christian Couder
2009-04-08
1
-4
/
+5
*
|
process_{tree,blob}: Remove useless xstrdup calls
Björn Steinbrink
2009-04-09
1
-2
/
+0
|
/
*
list-objects.c::process_tree/blob: check for NULL
Martin Koegler
2008-02-19
1
-0
/
+4
*
Fix memory leak in traverse_commit_list
Shawn O. Pearce
2007-11-10
1
-0
/
+7
*
rename dirlink to gitlink.
Martin Waitz
2007-05-22
1
-1
/
+1
*
Teach git list-objects logic to not follow gitlinks
Linus Torvalds
2007-04-14
1
-0
/
+34
*
Initialize tree descriptors with a helper function rather than by hand.
Linus Torvalds
2007-03-21
1
-2
/
+1
*
pack-objects: further work on internal rev-list logic.
Junio C Hamano
2006-09-07
1
-0
/
+33
*
Separate object listing routines out of rev-list
Junio C Hamano
2006-09-07
1
-0
/
+107