describe: fix matching to actually match all patterns
Max Kirillov committed about 9 years ago
git-svn: fix svn.pushmergeinfo handling of svn+ssh usernames.
Jason Merrill committed about 9 years ago
add test for bug in git-mv for recursive submodules
Heiko Voigt committed about 9 years ago
imap-send: use curl by default when possible
Nicolas Morey-Chaisemartin committed about 9 years ago
imap_send: setup_curl: retreive credentials if not set in config file
Nicolas Morey-Chaisemartin committed about 9 years ago
imap-send: add wrapper to get server credentials if needed
Nicolas Morey-Chaisemartin committed about 9 years ago
imap-send: return with error if curl failed
Nicolas Morey-Chaisemartin committed about 9 years ago
commit-template: change a message to be more intuitive
Kaartic Sivaraam committed about 9 years ago
test-lib: don't use ulimit in test prerequisites on cygwin
Ramsay Jones committed about 9 years ago
read_packed_refs(): make parsing of the header line more robust
Michael Haggerty committed about 9 years ago
read_packed_refs(): only check for a header at the top of the file
Michael Haggerty committed about 9 years ago
read_packed_refs(): use mmap to read the `packed-refs` file
Michael Haggerty committed about 9 years ago
die_unterminated_line(), die_invalid_line(): new functions
Michael Haggerty committed about 9 years ago
packed_ref_cache: add a backlink to the associated `packed_ref_store`
Michael Haggerty committed about 9 years ago
prefix_ref_iterator: break when we leave the prefix
Jeff King committed about 9 years ago
ref_iterator: keep track of whether the iterator output is ordered
Michael Haggerty committed about 9 years ago
read_pack_header: handle signed/unsigned comparison in read result
Jeff King committed about 9 years ago
config: flip return value of store_write_*()
Jeff King committed about 9 years ago
notes-merge: use ssize_t for write_in_full() return value
Jeff King committed about 9 years ago
pkt-line: check write_in_full() errors against "< 0"
Jeff King committed about 9 years ago