942 Commits (36cbbde3bf9e1b8a928263a6f135d550ab9ba6a1)

Author SHA1 Message Date
Ramsay Jones f1589d1007 ctype.c: Fix a sparse warning 13 years ago
Jared Hance 15438d5a56 Add threaded versions of functions in symlinks.c. 13 years ago
Junio C Hamano 0f871cf56e grep: use static trans-case table 13 years ago
Jeff King 9b25a0b52e config: add include directive 13 years ago
Jeff King 4a7bb5ba95 config: eliminate config_exclusive_filename 13 years ago
Jeff King c9b5e2a57d config: provide a version of git_config with more options 13 years ago
Jeff King 42bd39b57f config: teach git_config_rename_section a file argument 13 years ago
Zbigniew Jędrzejewski-Szmek ec7ff5ba27 make lineno_width() from blame reusable for others 13 years ago
Zbigniew Jędrzejewski-Szmek ad6c3739a3 pager: find out the terminal width before spawning the pager 13 years ago
Jeff King b3256eb8b3 standardize and improve lookup rules for external local repos 13 years ago
Junio C Hamano f47182c852 server_supports(): parse feature list more carefully 13 years ago
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 14 years ago
Jeff King 2548183bad fix phantom untracked files when core.ignorecase is set 14 years ago
Junio C Hamano 64589a03a8 attr: read core.attributesfile from git_default_core_config 14 years ago
Michael Haggerty 7cb368421f resolve_ref(): expand documentation 14 years ago
Michael Haggerty d4e85a1afe get_sha1_hex(): do not read past a NUL character 14 years ago
Erik Faye-Lund 1c64b48e67 enter_repo: do not modify input 14 years ago
Clemens Buchacher f950eb9560 rename pathspec_prefix() to common_prefix() and move to dir.[ch] 14 years ago
Clemens Buchacher 5879f5684c remove prefix argument from pathspec_prefix 14 years ago
Junio C Hamano 13d6ec9133 read_gitfile_gently(): rename misnamed function to read_gitfile() 14 years ago
Fredrik Gustafsson abc06822af rev-parse: add option --resolve-git-dir <path> 14 years ago
Clemens Buchacher 0f64bfa956 ls-files: fix pathspec display on error 14 years ago
Ramkumar Ramachandra 5ec3118293 config: Introduce functions to write non-standard file 14 years ago
Clemens Buchacher 8894d53580 commit: allow partial commits with relative paths 14 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