index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
commit.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
shallow: add repository argument to is_repository_shallow
Stefan Beller
2018-05-18
1
-1
/
+2
|
*
|
shallow: add repository argument to register_shallow
Stefan Beller
2018-05-18
1
-1
/
+2
|
*
|
shallow: add repository argument to set_alternate_shallow_file
Stefan Beller
2018-05-18
1
-1
/
+2
|
*
|
commit: add repository argument to lookup_commit_graft
Jonathan Nieder
2018-05-18
1
-1
/
+2
|
*
|
commit: add repository argument to register_commit_graft
Jonathan Nieder
2018-05-16
1
-1
/
+2
*
|
|
Merge branch 'sb/object-store-alloc'
Junio C Hamano
2018-06-25
1
-0
/
+6
|
\
|
|
|
*
|
alloc: allow arbitrary repositories for alloc functions
Stefan Beller
2018-05-16
1
-0
/
+6
*
|
|
Merge branch 'ds/commit-graph-lockfile-fix'
Junio C Hamano
2018-06-25
1
-1
/
+6
|
\
\
\
|
*
|
|
commit-graph: always load commit-graph information
Derrick Stolee
2018-05-22
1
-1
/
+1
|
*
|
|
commit: use generations in paint_down_to_common()
Derrick Stolee
2018-05-22
1
-0
/
+1
|
*
|
|
commit: add generation number to struct commit
Derrick Stolee
2018-05-22
1
-0
/
+4
*
|
|
|
Merge branch 'nd/commit-util-to-slab'
Junio C Hamano
2018-06-25
1
-2
/
+6
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
commit.h: delete 'util' field in struct commit
Nguyễn Thái Ngọc Duy
2018-05-21
1
-1
/
+5
|
*
|
|
merge: use commit-slab in merge remote desc instead of commit->util
Nguyễn Thái Ngọc Duy
2018-05-21
1
-1
/
+1
*
|
|
|
Merge branch 'nd/pack-struct-commit'
Junio C Hamano
2018-05-30
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
commit.h: rearrange 'index' to shrink struct commit
Nguyễn Thái Ngọc Duy
2018-05-13
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge branch 'js/deprecate-grafts'
Junio C Hamano
2018-05-23
1
-2
/
+2
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
commit: Let the callback of for_each_mergetag return on error
Johannes Schindelin
2018-04-26
1
-2
/
+2
|
|
|
/
|
|
/
|
*
|
|
commit-graph: lazy-load trees for commits
Derrick Stolee
2018-04-11
1
-0
/
+6
*
|
|
commit: create get_commit_tree() method
Derrick Stolee
2018-04-11
1
-0
/
+3
*
|
|
treewide: rename tree to maybe_tree
Derrick Stolee
2018-04-11
1
-1
/
+1
|
|
/
|
/
|
*
|
commit: integrate commit graph with commit parsing
Derrick Stolee
2018-04-11
1
-0
/
+3
|
/
*
commit: convert commit_tree* to object_id
Patryk Obara
2018-01-30
1
-5
/
+6
*
Merge branch 'rs/lose-leak-pending'
Junio C Hamano
2018-01-23
1
-1
/
+0
|
\
|
*
commit: remove unused function clear_commit_marks_for_object_array()
René Scharfe
2017-12-28
1
-1
/
+0
*
|
format: create pretty.h file
Olga Telezhnaya
2017-12-12
1
-80
/
+1
|
/
*
reduce_heads: fix memory leaks
Martin Ågren
2017-11-08
1
-1
/
+17
*
Merge branch 'po/read-graft-line'
Junio C Hamano
2017-09-06
1
-1
/
+1
|
\
|
*
commit: replace the raw buffer with strbuf in read_graft_line
Patryk Obara
2017-08-18
1
-1
/
+1
*
|
Merge branch 'rs/commit-h-single-parent-cleanup'
Junio C Hamano
2017-08-24
1
-5
/
+0
|
\
\
|
|
/
|
/
|
|
*
commit: remove unused inline function single_parent()
René Scharfe
2017-08-19
1
-5
/
+0
*
|
commit: convert lookup_commit_graft to struct object_id
Stefan Beller
2017-07-13
1
-1
/
+1
|
/
*
Merge branch 'bc/object-id'
Junio C Hamano
2017-05-29
1
-8
/
+8
|
\
|
*
Convert lookup_commit* to struct object_id
brian m. carlson
2017-05-08
1
-6
/
+6
|
*
shallow: convert shallow registration functions to object_id
brian m. carlson
2017-05-08
1
-2
/
+2
*
|
timestamp_t: a new data type for timestamps
Johannes Schindelin
2017-04-27
1
-1
/
+1
|
/
*
Rename sha1_array to oid_array
brian m. carlson
2017-03-31
1
-7
/
+7
*
Merge branch 'rs/log-email-subject'
Junio C Hamano
2017-03-10
1
-2
/
+4
|
\
|
*
pretty: use fmt_output_email_subject()
René Scharfe
2017-03-02
1
-2
/
+4
*
|
commit: make ignore_non_trailer take buf/len
Jonathan Tan
2016-11-29
1
-1
/
+1
|
/
*
Merge branch 'nd/shallow-deepen'
Junio C Hamano
2016-10-10
1
-0
/
+2
|
\
|
*
shallow.c: implement a generic shallow boundary finder based on rev-list
Nguyễn Thái Ngọc Duy
2016-06-13
1
-0
/
+2
*
|
Merge branch 'rs/pull-signed-tag'
Junio C Hamano
2016-08-20
1
-1
/
+3
|
\
\
|
*
|
commit: use FLEX_ARRAY in struct merge_remote_desc
René Scharfe
2016-08-14
1
-1
/
+1
|
*
|
commit: factor out set_merge_remote_desc()
René Scharfe
2016-08-14
1
-0
/
+2
|
*
|
Merge branch 'js/find-commit-subject-ignore-leading-blanks' into maint
Junio C Hamano
2016-07-28
1
-0
/
+1
|
|
\
\
*
|
\
\
Merge branch 'jk/printf-format'
Junio C Hamano
2016-07-19
1
-4
/
+0
|
\
\
\
\
|
*
|
|
|
commit.c: remove print_commit_list()
Junio C Hamano
2016-07-08
1
-4
/
+0
*
|
|
|
|
Merge branch 'js/find-commit-subject-ignore-leading-blanks'
Junio C Hamano
2016-07-11
1
-0
/
+1
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
/
/
|
|
|
/
/
|
|
/
|
|
|
*
|
|
pretty: make the skip_blank_lines() function public
Johannes Schindelin
2016-06-22
1
-0
/
+1
[prev]
[next]