50318 Commits (2e2f0288ef7b94f39abe694d0f0bfd0db192998c)
 

Author SHA1 Message Date
Jeff King 1cdc62f6f1 t0205: drop redundant test 7 years ago
Junio C Hamano 0c668f559c blame: tighten command line parser 7 years ago
Nguyễn Thái Ngọc Duy 0cacebf099 dir.c: ignore paths containing .git when invalidating untracked cache 7 years ago
Genki Sky a6c612b528 rebase: add --allow-empty-message option 7 years ago
Lucas Werkmeister 0c591cacba daemon: add --log-destination=(stderr|syslog|none) 7 years ago
René Scharfe ae239fc8e5 cocci: simplify check for trivial format strings 7 years ago
Thomas Gummerer 1cf823fb68 reset --hard: make use of the pretty machinery 7 years ago
Christian Couder ed103edfea perf/aggregate: sort JSON fields in output 7 years ago
Christian Couder fb2c362eb5 perf/aggregate: add --reponame option 7 years ago
Christian Couder cd5d4bf609 perf/aggregate: add --subsection option 7 years ago
brian m. carlson f87e813718 bulk-checkin: abstract SHA-1 usage 7 years ago
brian m. carlson 4d2735005a csum-file: abstract uses of SHA-1 7 years ago
brian m. carlson 98a3beab6a csum-file: rename sha1file to hashfile 7 years ago
brian m. carlson aab6135906 read-cache: abstract away uses of SHA-1 7 years ago
brian m. carlson 81c58cd452 pack-write: switch various SHA-1 values to abstract forms 7 years ago
brian m. carlson ccc12e0676 pack-check: convert various uses of SHA-1 to abstract forms 7 years ago
brian m. carlson 7f89428d37 fast-import: switch various uses of SHA-1 to the_hash_algo 7 years ago
brian m. carlson 18e2588e11 sha1_file: switch uses of SHA-1 to the_hash_algo 7 years ago
brian m. carlson 3206b6bdf6 builtin/unpack-objects: switch uses of SHA-1 to the_hash_algo 7 years ago
brian m. carlson 454253f059 builtin/index-pack: improve hash function abstraction 7 years ago
brian m. carlson ac73cedff0 hash: create union for hash context allocation 7 years ago
brian m. carlson 164e716330 hash: move SHA-1 macros to hash.h 7 years ago
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
Nguyễn Thái Ngọc Duy 071dd0ba43 format-patch: reduce patch diffstat width to 72 7 years ago
Nguyễn Thái Ngọc Duy b673155074 dir.c: stop ignoring opendir() error in open_cached_dir() 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