index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
notes-merge.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
1
-1
/
+1
*
merge-ll: rename from ll-merge
Elijah Newren
2023-06-21
1
-1
/
+1
*
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
treewide: remove cache.h inclusion due to object-file.h changes
Elijah Newren
2023-04-11
1
-1
/
+1
*
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
treewide: be explicit about dependence on advice.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-5
/
+6
|
\
|
*
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
|
*
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-2
/
+3
|
*
cocci: apply the "commit-reach.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
|
*
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
*
|
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
|
/
*
misc *.c: use designated initializers for struct assignments
Ævar Arnfjörð Bjarmason
2022-03-17
1
-0
/
+1
*
Merge branch 'ab/diff-free-more'
Junio C Hamano
2022-02-26
1
-2
/
+0
|
\
|
*
diff.[ch]: have diff_free() call clear_pathspec(opts.pathspec)
Ævar Arnfjörð Bjarmason
2022-02-16
1
-2
/
+0
*
|
ll-merge: make callers responsible for showing warnings
Elijah Newren
2022-02-02
1
-1
/
+4
|
/
*
advice: remove read uses of most global `advice_` variables
Ben Boeckel
2021-08-25
1
-1
/
+1
*
Merge branch 'en/dir-traversal'
Junio C Hamano
2021-05-20
1
-4
/
+1
|
\
|
*
dir: introduce readdir_skip_dot_and_dotdot() helper
Elijah Newren
2021-05-13
1
-4
/
+1
*
|
Merge branch 'js/merge-already-up-to-date-message-reword'
Junio C Hamano
2021-05-11
1
-1
/
+1
|
\
\
|
*
|
merge(s): apply consistent punctuation to "up to date" messages
Eric Sunshine
2021-05-03
1
-1
/
+1
|
|
/
*
/
hash: provide per-algorithm null OIDs
brian m. carlson
2021-04-27
1
-1
/
+1
|
/
*
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-1
/
+1
*
notes-merge: switch to use the_hash_algo
brian m. carlson
2019-04-01
1
-3
/
+3
*
notes-utils.c: remove the_repository references
Nguyễn Thái Ngọc Duy
2019-01-14
1
-2
/
+2
*
notes-merge.c: remove implicit dependency the_repository
Nguyễn Thái Ngọc Duy
2018-11-12
1
-2
/
+2
*
notes-merge.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-11-12
1
-5
/
+7
*
Merge branch 'nd/the-index'
Junio C Hamano
2018-10-19
1
-4
/
+5
|
\
|
*
sha1-file.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-09-21
1
-1
/
+1
|
*
ll-merge.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-09-21
1
-1
/
+2
|
*
diff.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-09-21
1
-2
/
+2
*
|
Merge branch 'jk/cocci'
Junio C Hamano
2018-09-17
1
-12
/
+12
|
\
\
|
*
|
convert "oidcmp() == 0" to oideq()
Jeff King
2018-08-29
1
-12
/
+12
|
|
/
*
/
commit.h: remove method declarations
Derrick Stolee
2018-07-21
1
-0
/
+1
|
/
*
commit: add repository argument to lookup_commit_reference
Stefan Beller
2018-06-29
1
-2
/
+3
*
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
Junio C Hamano
2018-06-29
1
-0
/
+1
|
\
|
*
object-store: move object access functions to object-store.h
Stefan Beller
2018-05-16
1
-0
/
+1
*
|
Merge branch 'js/use-bug-macro'
Junio C Hamano
2018-05-30
1
-2
/
+2
|
\
\
|
*
|
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
2018-05-06
1
-2
/
+2
|
|
/
*
|
Merge branch 'ds/lazy-load-trees'
Junio C Hamano
2018-05-23
1
-4
/
+5
|
\
\
|
|
/
|
/
|
|
*
treewide: replace maybe_tree with accessor methods
Derrick Stolee
2018-04-11
1
-4
/
+5
|
*
treewide: rename tree to maybe_tree
Derrick Stolee
2018-04-11
1
-4
/
+4
*
|
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
2018-03-14
1
-1
/
+1
|
/
*
commit: convert commit_tree* to object_id
Patryk Obara
2018-01-30
1
-5
/
+4
*
Switch empty tree and blob lookups to use hash abstraction
brian m. carlson
2017-11-13
1
-1
/
+1
[next]