index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
revision.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
diff: convert diff_change to struct object_id
Brandon Williams
2017-06-02
1
-3
/
+3
*
diff: convert diff_addremove to struct object_id
Brandon Williams
2017-06-02
1
-2
/
+2
*
notes: convert format_display_notes to struct object_id
brian m. carlson
2017-06-02
1
-1
/
+1
*
Merge branch 'jk/ignore-broken-tags-when-ignoring-missing-links'
Junio C Hamano
2017-05-29
1
-1
/
+1
|
\
|
*
revision.c: ignore broken tags with ignore_missing_links
Jeff King
2017-05-20
1
-1
/
+1
*
|
Merge branch 'bc/object-id'
Junio C Hamano
2017-05-29
1
-38
/
+38
|
\
\
|
*
|
object: convert parse_object* to take struct object_id
brian m. carlson
2017-05-08
1
-6
/
+6
|
*
|
revision: convert remaining parse_object callers to object_id
brian m. carlson
2017-05-08
1
-22
/
+22
|
*
|
revision: rename add_pending_sha1 to add_pending_oid
brian m. carlson
2017-05-08
1
-4
/
+4
|
*
|
Convert lookup_tree to struct object_id
brian m. carlson
2017-05-08
1
-2
/
+2
|
*
|
Convert lookup_blob to struct object_id
brian m. carlson
2017-05-08
1
-2
/
+2
|
*
|
Convert lookup_commit* to struct object_id
brian m. carlson
2017-05-08
1
-4
/
+4
|
*
|
revision: convert prepare_show_merge to struct object_id
brian m. carlson
2017-05-08
1
-5
/
+5
|
*
|
Convert struct cache_tree to use struct object_id
brian m. carlson
2017-05-02
1
-1
/
+1
*
|
|
timestamp_t: a new data type for timestamps
Johannes Schindelin
2017-04-27
1
-3
/
+3
|
/
/
*
|
Merge branch 'bc/object-id'
Junio C Hamano
2017-03-17
1
-6
/
+6
|
\
\
|
*
|
refs: convert each_reflog_ent_fn to struct object_id
brian m. carlson
2017-02-22
1
-6
/
+6
*
|
|
interpret_branch_name: allow callers to restrict expansions
Jeff King
2017-03-02
1
-1
/
+1
|
/
/
*
|
Merge branch 'vn/revision-shorthand-for-side-branch-log'
Junio C Hamano
2016-10-06
1
-4
/
+30
|
\
\
|
*
|
revision: new rev^-n shorthand for rev^n..rev
Vegard Nossum
2016-09-27
1
-4
/
+30
|
|
/
*
/
cache: convert struct cache_entry to use struct object_id
brian m. carlson
2016-09-07
1
-1
/
+1
|
/
*
Merge branch 'kw/patch-ids-optim'
Junio C Hamano
2016-08-12
1
-15
/
+3
|
\
|
*
patch-ids: replace the seen indicator with a commit pointer
Kevin Willford
2016-07-29
1
-15
/
+3
*
|
Merge branch 'jc/grep-commandline-vs-configuration'
Junio C Hamano
2016-08-04
1
-4
/
+4
|
\
\
|
*
|
grep: further simplify setting the pattern type
Junio C Hamano
2016-07-25
1
-4
/
+4
|
*
|
list-objects: pass full pathname to callbacks
Jeff King
2016-03-16
1
-15
/
+2
|
*
|
list-objects: drop name_path entirely
Jeff King
2016-03-16
1
-3
/
+3
|
*
|
list-objects: convert name_path to a strbuf
Jeff King
2016-03-16
1
-20
/
+5
|
*
|
show_object_with_name: simplify by using path_name()
Jeff King
2016-03-16
1
-34
/
+6
|
*
|
Merge branch 'jk/squelch-missing-link-warning-for-unreachable' into maint
Junio C Hamano
2015-06-25
1
-2
/
+2
|
|
\
\
|
*
\
\
Merge branch 'jk/still-interesting' into maint
Junio C Hamano
2015-05-26
1
-4
/
+19
|
|
\
\
\
*
|
\
\
\
Merge branch 'mj/log-show-signature-conf'
Junio C Hamano
2016-07-11
1
-0
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
log: add "--no-show-signature" command line option
Mehul Jain
2016-06-24
1
-0
/
+2
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
/
|
|
|
pathspec: rename free_pathspec() to clear_pathspec()
Junio C Hamano
2016-06-02
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge branch 'bc/object-id'
Junio C Hamano
2016-05-06
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
struct name_entry: use struct object_id instead of unsigned char sha1[20]
brian m. carlson
2016-04-25
1
-2
/
+2
*
|
|
|
|
Merge branch 'lt/pretty-expand-tabs'
Junio C Hamano
2016-04-13
1
-0
/
+14
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
pretty: allow tweaking tabwidth in --expand-tabs
Junio C Hamano
2016-03-30
1
-2
/
+7
|
*
|
|
|
pretty: enable --expand-tabs by default for selected pretty formats
Junio C Hamano
2016-03-30
1
-0
/
+7
|
*
|
|
|
pretty: expand tabs in indented logs to make things line up properly
Linus Torvalds
2016-03-30
1
-0
/
+2
*
|
|
|
|
Merge branch 'jk/tighten-alloc'
Junio C Hamano
2016-02-26
1
-1
/
+1
|
\
|
|
|
|
|
*
|
|
|
use st_add and st_mult for allocation size computation
Jeff King
2016-02-22
1
-1
/
+1
|
*
|
|
|
Merge branch 'nd/diff-with-path-params' into maint
Junio C Hamano
2016-02-05
1
-1
/
+1
|
|
\
\
\
\
*
|
|
|
|
|
list-objects: pass full pathname to callbacks
Jeff King
2016-02-12
1
-15
/
+2
*
|
|
|
|
|
list-objects: drop name_path entirely
Jeff King
2016-02-12
1
-3
/
+3
*
|
|
|
|
|
list-objects: convert name_path to a strbuf
Jeff King
2016-02-12
1
-20
/
+5
*
|
|
|
|
|
show_object_with_name: simplify by using path_name()
Jeff King
2016-02-12
1
-34
/
+6
*
|
|
|
|
|
Merge branch 'nd/diff-with-path-params'
Junio C Hamano
2016-02-03
1
-1
/
+1
|
\
\
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
diff: make -O and --output work in subdirectory
Duy Nguyen
2016-01-21
1
-1
/
+1
|
*
|
|
|
|
Merge branch 'jk/pending-keep-tag-name' into maint
Junio C Hamano
2016-01-04
1
-2
/
+1
|
|
\
\
\
\
\
[next]