index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
rev-list.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
fetch: inherit filter-spec from partial clone
Jeff Hostetler
2017-12-08
1
-1
/
+1
*
|
|
Merge branch 'jh/fsck-promisors'
Junio C Hamano
2018-02-13
1
-6
/
+63
|
\
|
|
|
|
/
|
/
|
|
*
rev-list: support termination at promisor objects
Jonathan Tan
2017-12-08
1
-6
/
+63
*
|
Merge branch 'jh/object-filtering'
Junio C Hamano
2017-12-27
1
-2
/
+110
|
\
|
|
*
rev-list: support --no-filter argument
Jeff Hostetler
2017-12-05
1
-0
/
+4
|
*
rev-list: add list-objects filtering support
Jeff Hostetler
2017-11-22
1
-2
/
+106
*
|
Merge branch 'ma/bisect-leakfix'
Junio C Hamano
2017-11-15
1
-2
/
+1
|
\
\
|
*
|
bisect: change calling-convention of `find_bisection()`
Martin Ågren
2017-11-06
1
-2
/
+1
|
|
/
*
|
Merge branch 'bw/diff-opt-impl-to-bitfields'
Junio C Hamano
2017-11-09
1
-1
/
+1
|
\
\
|
*
|
diff: make struct diff_flags members lowercase
Brandon Williams
2017-11-01
1
-1
/
+1
|
*
|
diff: remove DIFF_OPT_TST macro
Brandon Williams
2017-11-01
1
-1
/
+1
|
|
/
*
/
pack-bitmap: convert traverse_bitmap_commit_list to object_id
brian m. carlson
2017-10-16
1
-2
/
+2
|
/
*
Merge branch 'jc/simplify-progress'
Junio C Hamano
2017-08-24
1
-1
/
+1
|
\
|
*
progress: simplify "delayed" progress API
Junio C Hamano
2017-08-19
1
-1
/
+1
*
|
Merge branch 'jk/rev-list-empty-input'
Junio C Hamano
2017-08-11
1
-1
/
+2
|
\
\
|
*
|
rev-list: don't show usage when we see empty ref patterns
Jeff King
2017-08-03
1
-1
/
+2
|
|
/
*
|
Merge branch 'jk/reflog-walk'
Junio C Hamano
2017-08-11
1
-1
/
+2
|
\
\
|
*
|
rev-list: check reflog_info before showing usage
Jeff King
2017-07-09
1
-1
/
+2
|
|
/
*
/
rev-list: pass diffopt->use_colors through to pretty-print
Jeff King
2017-07-13
1
-0
/
+1
|
/
*
Merge branch 'bw/config-h'
Junio C Hamano
2017-06-24
1
-0
/
+1
|
\
|
*
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
|
Merge branch 'jk/consistent-h'
Junio C Hamano
2017-06-19
1
-0
/
+3
|
\
\
|
*
|
diff- and log- family: handle "git cmd -h" early
Junio C Hamano
2017-06-05
1
-0
/
+3
|
|
/
*
|
Merge branch 'bc/object-id'
Junio C Hamano
2017-05-29
1
-1
/
+1
|
\
\
|
*
|
object: convert parse_object* to take struct object_id
brian m. carlson
2017-05-08
1
-1
/
+1
|
|
/
*
/
PRItime: introduce a new "printf format" for timestamps
Johannes Schindelin
2017-04-24
1
-1
/
+1
|
/
*
Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZ
brian m. carlson
2017-03-27
1
-1
/
+1
*
use oid_to_hex_r() for converting struct object_id hashes to hex strings
René Scharfe
2017-01-30
1
-1
/
+1
*
rev-list: use hdr_termination instead of a always using a newline
Jacob Keller
2016-10-20
1
-1
/
+1
*
graph: add support for --line-prefix on all graph-aware output
Jacob Keller
2016-09-01
1
-41
/
+33
*
rev-list: add optional progress reporting
Jeff King
2016-07-20
1
-0
/
+17
*
Merge branch 'jk/rev-list-count-with-bitmap'
Junio C Hamano
2016-06-20
1
-1
/
+5
|
\
|
*
rev-list: disable bitmaps when "-n" is used with listing objects
Jeff King
2016-06-03
1
-1
/
+2
|
*
rev-list: "adjust" results of "--count --use-bitmap-index -n"
Jeff King
2016-06-03
1
-0
/
+3
|
*
list-objects: pass full pathname to callbacks
Jeff King
2016-03-16
1
-8
/
+4
|
*
list-objects: drop name_path entirely
Jeff King
2016-03-16
1
-2
/
+2
|
*
Merge branch 'ls/hint-rev-list-count' into maint
Junio C Hamano
2015-07-27
1
-0
/
+1
|
|
\
*
|
|
list-objects: pass full pathname to callbacks
Jeff King
2016-02-12
1
-8
/
+4
*
|
|
list-objects: drop name_path entirely
Jeff King
2016-02-12
1
-2
/
+2
*
|
|
Remove get_object_hash.
brian m. carlson
2015-11-20
1
-2
/
+2
*
|
|
Convert struct object to object_id
brian m. carlson
2015-11-20
1
-7
/
+7
*
|
|
Add several uses of get_object_hash.
brian m. carlson
2015-11-20
1
-2
/
+2
*
|
|
use sha1_to_hex_r() instead of strcpy
Jeff King
2015-10-05
1
-2
/
+2
*
|
|
rev-list: make it obvious that we do not support notes
Jeff King
2015-08-24
1
-0
/
+3
*
|
|
Merge branch 'ls/hint-rev-list-count'
Junio C Hamano
2015-07-10
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
rev-list: add --count to usage guide
Lawrence Siebert
2015-07-01
1
-0
/
+1
*
|
rev-list: disable --use-bitmap-index when pruning commits
Jeff King
2015-07-01
1
-1
/
+1
|
/
*
commit: record buffer length in cache
Jeff King
2014-06-13
1
-1
/
+1
*
use get_cached_commit_buffer where appropriate
Jeff King
2014-06-13
1
-1
/
+1
*
provide a helper to free commit buffer
Jeff King
2014-06-13
1
-2
/
+1
[prev]
[next]