2367 Commits (cab3829d2b29b9cd750afd0e342d6f3cae359639)

Author SHA1 Message Date
Ramsay Jones 803a777942 cat-file: Fix an gcc -Wuninitialized warning 12 years ago
Jeff King d3b34622f6 clone: leave repo in place after checkout errors 12 years ago
Jacob Sarvis 6005dbb9bf log: read gpg settings for signed commit verification 12 years ago
Jeff King 0433ad128c clone: run check_everything_connected 12 years ago
Jeff King 0aac7bb287 clone: die on errors from unpack_trees 12 years ago
John Keeping 187c00c6c5 merge-tree: fix typo in merge-tree.c::unresolved 12 years ago
Nguyễn Thái Ngọc Duy e721c1544f checkout: avoid unnecessary match_pathspec calls 12 years ago
Brad King df45cb3ea3 commit-tree: document -S option consistently 12 years ago
Nguyễn Thái Ngọc Duy 6deab24d88 status, branch: fix the misleading "bisecting" message 12 years ago
Junio C Hamano 250b3c6c99 apply --whitespace=fix: avoid running over the postimage buffer 12 years ago
Jeff King cbfd5e1cbb drop some obsolete "x = x" compiler warning hacks 12 years ago
Jeff King 57165db003 index-pack: always zero-initialize object_entry list 12 years ago
Jonathan Nieder e24afab091 add: make pathless 'add [-u|-A]' warning a file-global function 12 years ago
Junio C Hamano 2d1495fe44 merge: a random object may not necssarily be a commit 12 years ago
Thomas Rast 8f82aad4e7 index-pack: guard nr_resolved_deltas reads by lock 12 years ago
Nguyễn Thái Ngọc Duy 3aba2fddcb index-pack: protect deepest_delta in multithread code 12 years ago
Jeff King 30b939c33a fast-export: do not load blob objects twice 12 years ago
Jeff King f9b54e2630 fast-export: rename handle_object function 12 years ago
Jeff King f7892d1817 use parse_object_or_die instead of die("bad object") 12 years ago
Nguyễn Thái Ngọc Duy c8183cd285 branch: show more information when HEAD is detached 12 years ago
Nguyễn Thái Ngọc Duy 5c3459fc61 index-pack: fix buffer overflow caused by translations 12 years ago
Phil Hord 3ae851e6fb tag: --force does not have to warn when creating tags 12 years ago
Matthieu Moy c6898ebf21 add: update pathless 'add [-u|-A]' warning to reflect change of plan 12 years ago
Junio C Hamano 45c45e300b git add: start preparing for "git add <pathspec>..." to default to "-A" 12 years ago
Junio C Hamano 300c0a2209 builtin/add.c: simplify boolean variables 12 years ago
Junio C Hamano c2aba155da push: --follow-tags 12 years ago
Junio C Hamano e8e92e05ab reflog: fix typo in "reflog expire" clean-up codepath 12 years ago
Jeff King 18505c3423 mailsplit: sort maildir filenames more cleverly 12 years ago
Junio C Hamano 46e1d6eb4d describe: --match=<pattern> must limit the refs even when used with --all 12 years ago
Greg Price 48dfe969fc Fix ".git/refs" stragglers 12 years ago
Jeff King 85edf4f58b teach get_remote_heads to read from a memory buffer 12 years ago
Antoine Pelisse b04d930bbc update-index: allow "-h" to also display options 12 years ago
Nguyễn Thái Ngọc Duy 8efb8899cf branch: segfault fixes and validation 12 years ago
Jeff King 74543a0423 pkt-line: provide a LARGE_PACKET_MAX static buffer 12 years ago
Jeff King 819b929d33 pkt-line: teach packet_read_line to chomp newlines 12 years ago
Jeff King cdf4fb8e33 pkt-line: drop safe_write function 12 years ago
Jeff King 090fd4fe24 upload-archive: use argv_array to store client arguments 12 years ago
Jeff King 6379dd0522 upload-archive: do not copy repo name 12 years ago
Junio C Hamano c19387e799 name-hash: allow hashing an empty string 12 years ago
Brandon Casey a24a41ea9a git-commit: only append a newline to -m mesg if necessary 12 years ago
Nguyễn Thái Ngọc Duy 1a20dd49f8 count-objects: report how much disk space taken by garbage files 12 years ago
Nguyễn Thái Ngọc Duy 543c5caa6c count-objects: report garbage files in pack directory too 12 years ago
Michael J Gruber 9cc4ac8ff1 gpg_interface: allow to request status return 12 years ago
Nguyễn Thái Ngọc Duy 5289c56a72 format-patch: update append_signoff prototype 12 years ago
Brandon Casey bab4d1097c sequencer.c: teach append_signoff how to detect duplicate s-o-b 12 years ago
Matthieu Moy d32805dce7 Replace filepattern with pathspec for consistency 12 years ago
Junio C Hamano f2db854d24 fetch: use struct ref to represent refs to be fetched 12 years ago
Junio C Hamano daebaa7813 upload/receive-pack: allow hiding ref hierarchies 12 years ago
Junio C Hamano 5e026920a9 apply: verify submodule commit object name better 12 years ago
John Keeping afcb6ac83d builtin/apply: tighten (dis)similarity index parsing 12 years ago