index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
archive.c
Age
Commit message (
Expand
)
Author
2024-10-11
archive: remove the_repository global variable
John Cai
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
2024-08-22
builtin/archive: fix leaking `OPT_FILENAME()` value
Patrick Steinhardt
2024-07-08
Merge branch 'ps/leakfixes-more'
Junio C Hamano
2024-06-14
remote: drop checks for zero-url case
Jeff King
2024-06-14
remote: use strvecs to store remote url/pushurl
Jeff King
2024-06-14
archive: fix check for missing url
Jeff King
2024-06-11
parse-options: fix leaks for users of OPT_FILENAME
Patrick Steinhardt
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
2023-04-24
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-06
parse-options: consistently allocate memory in fix_filename()
Jeff King
2022-08-19
parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --options
SZEDER Gábor
2021-08-25
use xopen() to handle fatal open(2) failures
René Scharfe
2019-01-02
pack-protocol.txt: accept error packets in any context
Masaya Suzuki
2019-01-02
Use packet_reader instead of packet_read_line
Masaya Suzuki
2018-10-26
archive: initialize archivers earlier
Josh Steadmon
2018-08-13
archive.c: avoid access to the_index
Nguyễn Thái Ngọc Duy
2018-02-08
correct error messages for NULL packet_read_line()
Jeff King
2016-11-22
archive: read local configuration
Junio C Hamano
2016-10-17
pkt-line: rename packet_write() to packet_write_fmt()
Lars Schneider
2013-12-05
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
2013-02-20
pkt-line: provide a LARGE_PACKET_MAX static buffer
Jeff King
2013-02-20
pkt-line: teach packet_read_line to chomp newlines
Jeff King
2012-08-22
Reduce translations by using same terminologies
Nguyễn Thái Ngọc Duy
2012-08-20
i18n: archive: mark parseopt strings for translation
Nguyễn Thái Ngọc Duy
2011-11-15
Revert "upload-archive: use start_command instead of fork"
Junio C Hamano
2011-10-30
upload-archive: use start_command instead of fork
Erik Faye-Lund
2011-10-13
Merge branch 'il/archive-err-signal'
Junio C Hamano
2011-10-05
Support ERR in remote archive like in fetch/push
Ilari Liusvaara
2011-06-22
upload-archive: allow user to turn off filters
Jeff King
2011-06-22
archive: move file extension format-guessing lower
Jeff King
2011-03-09
i18n: git-archive basic messages
Ævar Arnfjörð Bjarmason
2010-02-22
Move 'builtin-*' into a 'builtin/' subdirectory
Linus Torvalds