926 Commits (173223aa62519033e547937c692f5540f59d9025)

Author SHA1 Message Date
Jeff King bab8d28e77 connect.c: drop path_match function 13 years ago
Jeff King afe7c5ff1f drop "match" parameter from get_remote_heads 13 years ago
Nguyễn Thái Ngọc Duy 8cad4744ee Rename resolve_ref() to resolve_ref_unsafe() 13 years ago
Nguyễn Thái Ngọc Duy 96ec7b1e70 Convert resolve_ref+xstrdup to new resolve_refdup function 13 years ago
Jeff King d3c58b83ae move git_getpass to its own source file 13 years ago
Michael Haggerty dfefa935ae refs: rename "refname" variables 13 years ago
Junio C Hamano 568508e765 bulk-checkin: replace fast-import based implementation 13 years ago
Nguyễn Thái Ngọc Duy c689332391 Convert many resolve_ref() calls to read_ref*() and ref_exists() 13 years ago
Junio C Hamano dd621df9cd refs DWIMmery: use the same rule for both "git fetch" and others 13 years ago
René Scharfe ee7825b58c cache.h: put single NUL at end of struct cache_entry 13 years ago
René Scharfe debed2a629 read-cache.c: allocate index entries individually 13 years ago
Jeff King 4c08018204 pack-objects: protect against disappearing packs 13 years ago
Jeff King 2548183bad fix phantom untracked files when core.ignorecase is set 13 years ago
Junio C Hamano 64589a03a8 attr: read core.attributesfile from git_default_core_config 13 years ago
Michael Haggerty 7cb368421f resolve_ref(): expand documentation 13 years ago
Michael Haggerty d4e85a1afe get_sha1_hex(): do not read past a NUL character 13 years ago
Erik Faye-Lund 1c64b48e67 enter_repo: do not modify input 13 years ago
Clemens Buchacher f950eb9560 rename pathspec_prefix() to common_prefix() and move to dir.[ch] 13 years ago
Clemens Buchacher 5879f5684c remove prefix argument from pathspec_prefix 13 years ago
Junio C Hamano 13d6ec9133 read_gitfile_gently(): rename misnamed function to read_gitfile() 13 years ago
Fredrik Gustafsson abc06822af rev-parse: add option --resolve-git-dir <path> 13 years ago
Clemens Buchacher 0f64bfa956 ls-files: fix pathspec display on error 13 years ago
Ramkumar Ramachandra 5ec3118293 config: Introduce functions to write non-standard file 13 years ago
Clemens Buchacher 8894d53580 commit: allow partial commits with relative paths 13 years ago
Junio C Hamano 5f44324d88 core: log offset pack data accesses happened 14 years ago
Josh Triplett a1bea2c1fc ref namespaces: infrastructure 14 years ago
Jeff King 2496844bb2 config: make git_config_parse_parameter a public function 14 years ago
Junio C Hamano ef49a7a012 zlib: zlib can only process 4GB at a time 14 years ago
Junio C Hamano 225a6f1068 zlib: wrap deflateBound() too 14 years ago
Junio C Hamano 55bb5c9147 zlib: wrap deflate side of the API 14 years ago
Junio C Hamano 5e86c1fb86 zlib: wrap inflateInit2 used to accept only for gzip format 14 years ago
Junio C Hamano 3de89c9d42 verify-pack: use index-pack --verify 14 years ago
Theo Niessink 88135203af A Windows path starting with a backslash is absolute 14 years ago
Junio C Hamano d1bf0e0831 convert.h: move declarations for conversion from cache.h 14 years ago
Jeff King 3ddf0968c2 config: make environment parsing routines static 14 years ago
Junio C Hamano f0270efd46 sha1_file.c: expose helpers to read loose objects 14 years ago
Junio C Hamano dd8e912190 streaming_write_entry(): use streaming API in write_entry() 14 years ago
Junio C Hamano f8c8abc5b7 unpack_object_header(): make it public 14 years ago
Junio C Hamano 5266d369b2 sha1_object_info_extended(): hint about objects in delta-base cache 14 years ago
Junio C Hamano 9a49059022 sha1_object_info_extended(): expose a bit more info 14 years ago
Michael J Gruber 7a39741999 config: define and document exit codes 14 years ago
Junio C Hamano b9a62cbeb9 packed_object_info_detail(): do not return a string 14 years ago
Jeff King 7ffe853b10 connect: let callers know if connection is a socket 14 years ago
Junio C Hamano 5bf29b9500 read_sha1_file(): allow selective bypassing of replacement mechanism 14 years ago
Junio C Hamano e1111cef23 inline lookup_replace_object() calls 14 years ago
Junio C Hamano 4bbf5a2615 read_sha1_file(): get rid of read_sha1_file_repl() madness 14 years ago
Junio C Hamano fea33a1ef3 Declare lookup_replace_object() in cache.h, not in commit.h 14 years ago
Junio C Hamano 2e83b66c32 fix overslow :/no-such-string-ever-existed diagnostics 14 years ago
Junio C Hamano ec70f52f6f convert: rename the "eol" global variable to "core_eol" 14 years ago
Junio C Hamano c4ce46fc7a index_fd(): turn write_object and format_check arguments into one flag 14 years ago