index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
revision.c
Commit message (
Expand
)
Author
Age
*
Merge branch 'mh/packed-ref-store-prep'
Junio C Hamano
2017-06-26
|
\
|
*
for_each_bisect_ref(): don't trim refnames
Michael Haggerty
2017-06-18
|
*
Merge branch 'bc/object-id'
Junio C Hamano
2017-05-23
|
|
\
*
|
\
Merge branch 'sg/revision-parser-skip-prefix'
Junio C Hamano
2017-06-22
|
\
\
\
|
*
|
|
revision.c: use skip_prefix() in handle_revision_pseudo_opt()
SZEDER Gábor
2017-06-12
|
*
|
|
revision.c: use skip_prefix() in handle_revision_opt()
SZEDER Gábor
2017-06-12
|
*
|
|
revision.c: stricter parsing of '--early-output'
SZEDER Gábor
2017-06-12
|
*
|
|
revision.c: stricter parsing of '--no-{min,max}-parents'
SZEDER Gábor
2017-06-12
*
|
|
|
Merge branch 'bw/object-id'
Junio C Hamano
2017-06-19
|
\
\
\
\
|
*
|
|
|
diff-tree: convert diff_tree_sha1 to struct object_id
Brandon Williams
2017-06-05
|
*
|
|
|
diff: convert diff_change to struct object_id
Brandon Williams
2017-06-02
|
*
|
|
|
diff: convert diff_addremove to struct object_id
Brandon Williams
2017-06-02
|
*
|
|
|
notes: convert format_display_notes to struct object_id
brian m. carlson
2017-06-02
*
|
|
|
|
Merge branch 'ab/pcre-v2'
Junio C Hamano
2017-06-19
|
\
\
\
\
\
|
*
|
|
|
|
log: add -P as a synonym for --perl-regexp
Ævar Arnfjörð Bjarmason
2017-05-26
*
|
|
|
|
|
Merge branch 'ab/grep-preparatory-cleanup'
Junio C Hamano
2017-06-02
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
*
|
|
|
|
log: make --regexp-ignore-case work with --perl-regexp
Ævar Arnfjörð Bjarmason
2017-05-21
*
|
|
|
|
|
Merge branch 'jk/diff-blob'
Junio C Hamano
2017-06-02
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
handle_revision_arg: record paths for pending objects
Jeff King
2017-05-24
|
*
|
|
|
|
handle_revision_arg: record modes for "a..b" endpoints
Jeff King
2017-05-24
|
*
|
|
|
|
handle_revision_arg: add handle_dotdot() helper
Jeff King
2017-05-24
|
*
|
|
|
|
handle_revision_arg: hoist ".." check out of range parsing
Jeff King
2017-05-24
|
*
|
|
|
|
handle_revision_arg: stop using "dotdot" as a generic pointer
Jeff King
2017-05-24
|
*
|
|
|
|
handle_revision_arg: simplify commit reference lookups
Jeff King
2017-05-24
|
*
|
|
|
|
handle_revision_arg: reset "dotdot" consistently
Jeff King
2017-05-24
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'jk/ignore-broken-tags-when-ignoring-missing-links'
Junio C Hamano
2017-05-29
|
\
\
\
\
\
|
*
|
|
|
|
revision.c: ignore broken tags with ignore_missing_links
Jeff King
2017-05-20
*
|
|
|
|
|
Merge branch 'bc/object-id'
Junio C Hamano
2017-05-29
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
/
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
object: convert parse_object* to take struct object_id
brian m. carlson
2017-05-08
|
*
|
|
|
revision: convert remaining parse_object callers to object_id
brian m. carlson
2017-05-08
|
*
|
|
|
revision: rename add_pending_sha1 to add_pending_oid
brian m. carlson
2017-05-08
|
*
|
|
|
Convert lookup_tree to struct object_id
brian m. carlson
2017-05-08
|
*
|
|
|
Convert lookup_blob to struct object_id
brian m. carlson
2017-05-08
|
*
|
|
|
Convert lookup_commit* to struct object_id
brian m. carlson
2017-05-08
|
*
|
|
|
revision: convert prepare_show_merge to struct object_id
brian m. carlson
2017-05-08
|
*
|
|
|
Convert struct cache_tree to use struct object_id
brian m. carlson
2017-05-02
|
|
|
/
/
|
|
/
|
|
*
|
|
|
timestamp_t: a new data type for timestamps
Johannes Schindelin
2017-04-27
|
/
/
/
*
|
|
Merge branch 'bc/object-id'
Junio C Hamano
2017-03-17
|
\
\
\
|
*
|
|
refs: convert each_reflog_ent_fn to struct object_id
brian m. carlson
2017-02-22
|
|
|
/
|
|
/
|
*
|
|
interpret_branch_name: allow callers to restrict expansions
Jeff King
2017-03-02
|
/
/
*
|
Merge branch 'vn/revision-shorthand-for-side-branch-log'
Junio C Hamano
2016-10-06
|
\
\
|
*
|
revision: new rev^-n shorthand for rev^n..rev
Vegard Nossum
2016-09-27
|
|
/
*
|
cache: convert struct cache_entry to use struct object_id
brian m. carlson
2016-09-07
|
/
*
Merge branch 'kw/patch-ids-optim'
Junio C Hamano
2016-08-12
|
\
|
*
patch-ids: replace the seen indicator with a commit pointer
Kevin Willford
2016-07-29
*
|
Merge branch 'jc/grep-commandline-vs-configuration'
Junio C Hamano
2016-08-04
|
\
\
|
*
|
grep: further simplify setting the pattern type
Junio C Hamano
2016-07-25
|
*
|
list-objects: pass full pathname to callbacks
Jeff King
2016-03-16
|
*
|
list-objects: drop name_path entirely
Jeff King
2016-03-16
|
*
|
list-objects: convert name_path to a strbuf
Jeff King
2016-03-16
[next]