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
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
2016-01-15
hash-object: read --stdin-paths with strbuf_getline()
Junio C Hamano
1
-1
/
+1
2016-01-15
strbuf: introduce strbuf_getline_{lf,nul}()
Junio C Hamano
1
-1
/
+1
2015-10-16
usage: do not insist that standard input must come from a file
Junio C Hamano
1
-1
/
+1
2015-05-11
Merge branch 'jc/hash-object'
Junio C Hamano
1
-3
/
+1
2015-05-05
hash-object --literally: fix buffer overrun with extra-long object type
Eric Sunshine
1
-3
/
+1
2015-01-14
standardize usage info string format
Alex Henrie
1
-1
/
+1
2014-09-11
hash-object: add --literally option
Junio C Hamano
1
-9
/
+36
2014-09-11
hash-object: pass 'write_object' as a flag
Junio C Hamano
1
-17
/
+15
2014-09-11
hash-object: reduce file-scope statics
Junio C Hamano
1
-29
/
+23
2013-08-07
hash-object: replace stdin parsing OPT_BOOLEAN by OPT_COUNTUP
Stefan Beller
1
-1
/
+1
[next]