50290 Commits (33286dcd6d79eeb81b74f36a324f260275582639)
 

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy ca54d9baa4 trace: measure where the time is spent in the index-heavy operations 7 years ago
Duy Nguyen 2e22a85e5c gitignore.txt: elaborate shell glob syntax 7 years ago
Ævar Arnfjörð Bjarmason 8725923b85 wildmatch test: mark test as EXPENSIVE_ON_WINDOWS 7 years ago
Ævar Arnfjörð Bjarmason 5b1fe6ebb7 test-lib: add an EXPENSIVE_ON_WINDOWS prerequisite 7 years ago
Ævar Arnfjörð Bjarmason de8bada2bf wildmatch test: create & test files on disk in addition to in-memory 7 years ago
Ævar Arnfjörð Bjarmason 91061c444a wildmatch test: perform all tests under all wildmatch() modes 7 years ago
Ævar Arnfjörð Bjarmason 4bc280f250 wildmatch test: use test_must_fail, not ! for test-wildmatch 7 years ago
Ævar Arnfjörð Bjarmason 50eafb1a27 wildmatch test: remove dead fnmatch() test code 7 years ago
Ævar Arnfjörð Bjarmason 5684c2bc69 wildmatch test: use a paranoia pattern from nul_match() 7 years ago
Ævar Arnfjörð Bjarmason f5ebe8f3f1 wildmatch test: don't try to vertically align our output 7 years ago
Ævar Arnfjörð Bjarmason 5008ba8c5e wildmatch test: use more standard shell style 7 years ago
Ævar Arnfjörð Bjarmason a4a136f56e wildmatch test: indent with tabs, not spaces 7 years ago
SZEDER Gábor 6b995760dc travis-ci: don't fail if user already exists on 32 bit Linux build job 7 years ago
SZEDER Gábor 533033024a travis-ci: don't run the test suite as root in the 32 bit Linux build 7 years ago
SZEDER Gábor b2cbaa091c travis-ci: don't repeat the path of the cache directory 7 years ago
SZEDER Gábor 04d47e969a travis-ci: use 'set -e' in the 32 bit Linux build job 7 years ago
SZEDER Gábor f63b12392a travis-ci: use 'set -x' for the commands under 'su' in the 32 bit Linux build 7 years ago
Eric Wong 7f6f75e97a git-svn: control destruction order to avoid segfault 7 years ago
Todd Zullinger 9f5258cbb8 doc: mention 'git show' defaults to HEAD 7 years ago
Patryk Obara 1752cbbc44 sha1_file: rename hash_sha1_file_literally 7 years ago
Patryk Obara 3fc7281ffa sha1_file: convert write_loose_object to object_id 7 years ago
Patryk Obara 4bdb70a4f7 sha1_file: convert force_object_loose to object_id 7 years ago
Patryk Obara a09c985eae sha1_file: convert write_sha1_file to object_id 7 years ago
Patryk Obara bbca96d579 notes: convert write_notes_tree to object_id 7 years ago
Patryk Obara b7d591d17b notes: convert combine_notes_* to object_id 7 years ago
Patryk Obara 5078f34459 commit: convert commit_tree* to object_id 7 years ago
Patryk Obara 3b34934dca match-trees: convert splice_tree to object_id 7 years ago
Patryk Obara 97a41a0c01 cache: clear whole hash buffer with oidclr 7 years ago
Patryk Obara f070faccc1 sha1_file: convert hash_sha1_file to object_id 7 years ago
Patryk Obara 4b33e60201 dir: convert struct sha1_stat to use object_id 7 years ago
Patryk Obara 829e5c3b92 sha1_file: convert pretend_sha1_file to object_id 7 years ago
Duy Nguyen 7cc763aaa3 completion: fix completing merge strategies on non-C locales 7 years ago
Jeff King ed15e58efe daemon: fix length computation in newline stripping 7 years ago
Jeff King 4414a15002 t/lib-git-daemon: add network-protocol helpers 7 years ago
Jeff King 550fbcad1c daemon: handle NULs in extended attribute string 7 years ago
Jeff King 19136be3f8 daemon: fix off-by-one in logging extended attributes 7 years ago
Jeff King 314a73d658 t/lib-git-daemon: record daemon log 7 years ago
Jonathan Tan addad10594 Docs: split out long-running subprocess handshake 7 years ago
Stefan Beller a56771a668 builtin/pull: respect verbosity settings in submodules 7 years ago
Jeff King 02adf84ab8 t5570: use ls-remote instead of clone for interp tests 7 years ago
Patryk Obara a2b9820cec http-push: improve error log 7 years ago
Patryk Obara a3715d43e8 clang-format: adjust penalty for return type line break 7 years ago
Kim Gybels ba41a8b600 packed_ref_cache: don't use mmap() for small files 7 years ago
Michael Haggerty 01caf20d57 load_contents(): don't try to mmap an empty file 7 years ago
Michael Haggerty f34242975f packed_ref_iterator_begin(): make optimization more general 7 years ago
Michael Haggerty 4a14f8d093 find_reference_location(): make function safe for empty snapshots 7 years ago
Michael Haggerty 27a41841ec create_snapshot(): use `xmemdupz()` rather than a strbuf 7 years ago
Michael Haggerty 4a2854f77c struct snapshot: store `start` rather than `header_len` 7 years ago
Phillip Wood 66618a50f9 sequencer: run 'prepare-commit-msg' hook 7 years ago
Phillip Wood 15cd6d3a25 t7505: add tests for cherry-pick and rebase -i/-p 7 years ago