index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
hash-object.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
1
-0
/
+1
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-17
Merge branch 'bc/use-sha256-by-default-in-3.0' into ps/config-wo-the-repository
Junio C Hamano
1
-1
/
+1
2025-07-01
builtin: use default hash when outside a repository
brian m. carlson
1
-1
/
+1
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-05-16
hash-object: handle --literally with OPT_NEGBIT
Jeff King
1
-16
/
+11
2025-05-16
hash-object: merge HASH_* and INDEX_* flags
Jeff King
1
-17
/
+6
2025-05-16
hash-object: stop allowing unknown types
Jeff King
1
-24
/
+5
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-04-15
object-file: split up concerns of `HASH_*` flags
Patrick Steinhardt
1
-6
/
+17
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-0
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-05-21
builtin/hash-object: fix uninitialized hash function
Patrick Steinhardt
1
-0
/
+3
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+2
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
write-or-die.h: move declarations for write-or-die.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2023-01-27
Merge branch 'jk/hash-object-literally-fd-leak'
Junio C Hamano
1
-0
/
+1
2023-01-19
hash-object: fix descriptor leak with --literally
Jeff King
1
-0
/
+1
2022-10-13
doc txt & -h consistency: add missing options
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2022-10-13
doc txt & -h consistency: word-wrap
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2022-03-16
Merge branch 'ab/object-file-api-updates'
Junio C Hamano
1
-1
/
+1
2022-02-25
object API: rename hash_object_file_literally() to write_*()
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-02-25
Merge branch 'ja/i18n-common-messages'
Junio C Hamano
1
-1
/
+1
2022-02-06
hash-object: fix a trivial leak in --path
Ævar Arnfjörð Bjarmason
1
-2
/
+7
2022-02-04
i18n: remove from i18n strings that do not hold translatable parts
Jean-Noël Avila
1
-1
/
+1
2021-09-15
Merge branch 'jc/prefix-filename-allocates'
Junio C Hamano
1
-1
/
+1
2021-09-07
hash-object: prefix_filename() returns allocated memory these days
Junio C Hamano
1
-1
/
+1
2021-08-25
use xopen() to handle fatal open(2) failures
René Scharfe
1
-3
/
+1
2019-05-13
builtin: consistently pass cmd_* prefix to parse_options
Jeff King
1
-1
/
+1
2019-01-24
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2018-09-21
sha1-file.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-07-18
Merge branch 'sb/object-store-grafts'
Junio C Hamano
1
-0
/
+1
2018-05-16
object-store: move object access functions to object-store.h
Stefan Beller
1
-0
/
+1
2018-04-11
exec_cmd: rename to use dash in file name
Stefan Beller
1
-1
/
+1
2018-01-30
sha1_file: rename hash_sha1_file_literally
Patryk Obara
1
-1
/
+2
2017-08-20
sha1_file: convert hash_sha1_file_literally to struct object_id
Patryk Obara
1
-1
/
+1
2017-08-20
sha1_file: convert index_fd to struct object_id
Patryk Obara
1
-1
/
+1
2017-08-20
builtin/hash-object: convert to struct object_id
Patryk Obara
1
-6
/
+6
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2017-03-21
prefix_filename: return newly allocated string
Jeff King
1
-1
/
+1
2017-03-21
prefix_filename: drop length parameter
Jeff King
1
-6
/
+3
2017-03-21
hash-object: fix buffer reuse with --path in a subdirectory
Jeff King
1
-2
/
+5
2016-09-13
hash-object: always try to set up the git repository
Jeff King
1
-5
/
+8
2016-02-10
Merge branch 'jk/options-cleanup'
Junio C Hamano
1
-5
/
+6
2016-02-01
give "nbuf" strbuf a more meaningful name
Jeff King
1
-5
/
+6
[next]