index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
commit.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'cm/rebase-i-fixup-amend-reword'
Junio C Hamano
2021-03-26
1
-0
/
+14
|
\
|
*
sequencer: export and rename subject_length()
Charvi Mendiratta
2021-03-15
1
-0
/
+14
*
|
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-2
/
+2
*
|
Merge branch 'bc/signed-objects-with-both-hashes'
Junio C Hamano
2021-02-23
1
-27
/
+56
|
\
\
|
*
|
commit: allow parsing arbitrary buffers with headers
brian m. carlson
2021-02-11
1
-4
/
+16
|
*
|
gpg-interface: improve interface for parsing tags
brian m. carlson
2021-02-11
1
-3
/
+6
|
*
|
commit: ignore additional signatures when parsing signed commits
brian m. carlson
2021-01-19
1
-20
/
+34
*
|
|
Merge branch 'ak/corrected-commit-date'
Junio C Hamano
2021-02-18
1
-2
/
+2
|
\
\
\
|
*
|
|
commit-graph: return 64-bit generation number
Abhishek Kumar
2021-01-19
1
-2
/
+2
*
|
|
|
oid_pos(): access table through const pointers
Jeff King
2021-01-28
1
-2
/
+2
*
|
|
|
hash_pos(): convert to oid_pos()
Jeff King
2021-01-28
1
-5
/
+5
*
|
|
|
commit_graft_pos(): take an oid instead of a bare hash
Jeff King
2021-01-28
1
-4
/
+4
|
|
_
|
/
|
/
|
|
*
|
|
Merge branch 'ma/sha1-is-a-hash'
Junio C Hamano
2021-01-16
1
-2
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
hash-lookup: rename from sha1-lookup
Martin Ågren
2021-01-04
1
-1
/
+1
|
*
|
sha1-lookup: rename `sha1_pos()` as `hash_pos()`
Martin Ågren
2021-01-04
1
-1
/
+1
|
|
/
*
|
Merge branch 'en/merge-ort-recursive'
Junio C Hamano
2021-01-07
1
-0
/
+11
|
\
\
|
*
|
commit: move reverse_commit_list() from merge-recursive
Elijah Newren
2020-12-17
1
-0
/
+11
*
|
|
commit: implement commit_list_contains()
Derrick Stolee
2020-12-08
1
-0
/
+11
|
|
/
|
/
|
*
|
Documentation: stylistically normalize references to Signed-off-by:
Bradley M. Kuhn
2020-10-20
1
-1
/
+1
|
/
*
Merge branch 'jt/interpret-branch-name-fallback'
Junio C Hamano
2020-09-09
1
-1
/
+1
|
\
|
*
wt-status: tolerate dangling marks
Jonathan Tan
2020-09-02
1
-1
/
+1
*
|
Merge branch 'pw/rebase-i-more-options'
Junio C Hamano
2020-09-03
1
-4
/
+7
|
\
\
|
*
|
am: stop exporting GIT_COMMITTER_DATE
Phillip Wood
2020-08-17
1
-4
/
+7
*
|
|
strvec: rename struct fields
Jeff King
2020-07-31
1
-1
/
+1
*
|
|
strvec: convert more callers away from argv_array name
Jeff King
2020-07-29
1
-4
/
+4
|
|
/
|
/
|
*
|
Merge branch 'tb/fix-persistent-shallow' into master
Junio C Hamano
2020-07-09
1
-0
/
+2
|
\
\
|
*
|
commit.c: don't persist substituted parents when unshallowing
Taylor Blau
2020-07-09
1
-0
/
+2
*
|
|
commit-graph: minimize commit_graph_data_slab access
Abhishek Kumar
2020-06-17
1
-2
/
+4
*
|
|
commit: move members graph_pos, generation to a slab
Abhishek Kumar
2020-06-17
1
-3
/
+3
*
|
|
object: drop parsed_object_pool->commit_count
Abhishek Kumar
2020-06-17
1
-2
/
+2
*
|
|
Merge branch 'tb/shallow-cleanup'
Junio C Hamano
2020-05-13
1
-14
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
shallow: extract a header file for shallow-related functions
Taylor Blau
2020-04-30
1
-13
/
+1
|
*
|
commit: make 'commit_graft_pos' non-static
Taylor Blau
2020-04-30
1
-1
/
+1
|
|
/
*
|
Merge branch 'at/rebase-fork-point-regression-fix'
Junio C Hamano
2020-03-27
1
-2
/
+13
|
\
\
|
*
|
rebase: --fork-point regression fix
Junio C Hamano
2020-02-11
1
-2
/
+13
*
|
|
commit: use expected signature header for SHA-256
brian m. carlson
2020-02-24
1
-7
/
+23
|
|
/
|
/
|
*
|
Merge branch 'rs/strbuf-insertstr'
Junio C Hamano
2020-02-17
1
-1
/
+1
|
\
\
|
*
|
strbuf: add and use strbuf_insertstr()
René Scharfe
2020-02-10
1
-1
/
+1
*
|
|
gpg-interface: add minTrustLevel as a configuration option
Hans Jerry Illikainen
2020-01-15
1
-5
/
+7
|
/
/
*
|
Merge branch 'jk/cleanup-object-parsing-and-fsck'
Junio C Hamano
2019-12-01
1
-5
/
+28
|
\
\
|
*
|
commit, tag: don't set parsed bit for parse failures
Jeff King
2019-10-28
1
-1
/
+13
|
*
|
parse_commit_buffer(): treat lookup_tree() failure as parse error
Jeff King
2019-10-21
1
-1
/
+7
|
*
|
parse_commit_buffer(): treat lookup_commit() failure as parse error
Jeff King
2019-10-21
1
-3
/
+8
|
|
/
*
|
Merge branch 'pw/post-commit-from-sequencer'
Junio C Hamano
2019-11-10
1
-0
/
+24
|
\
\
|
|
/
|
/
|
|
*
move run_commit_hook() to libgit and use it there
Phillip Wood
2019-10-16
1
-0
/
+24
*
|
Merge branch 'tb/commit-graph-harden'
Junio C Hamano
2019-10-07
1
-1
/
+2
|
\
\
|
*
|
commit-graph.c: handle corrupt/missing trees
Taylor Blau
2019-09-09
1
-1
/
+2
*
|
|
Merge branch 'mh/release-commit-memory-fix'
Junio C Hamano
2019-09-30
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
commit: free the right buffer in release_commit_memory
Mike Hommey
2019-08-26
1
-1
/
+1
|
|
/
|
*
Merge branch 'ds/close-object-store' into maint
Junio C Hamano
2019-07-29
1
-1
/
+1
|
|
\
[next]