/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
t7500: rename commit tests script to comply with naming convention
2018-10-09
Jeff King
transport: drop refnames from for_each_alternate_ref
Signed-off-by:
Jeff King
<peff@peff.net>
Acked-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-10-04
Jeff King
more oideq/hasheq conversions
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-09-27
Jeff King
fsck: detect submodule paths starting with dash
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-09-27
Jeff King
fsck: detect submodule urls starting with dash
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-09-27
Jeff King
submodule-config: ban submodule paths that start with...
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-09-27
Jeff King
submodule-config: ban submodule urls that start with...
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-09-27
Jeff King
submodule--helper: use "--" to signal end of clone...
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-09-25
Jeff King
receive-pack: update comment with check_everything_connected
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-09-19
Jeff King
pack-objects: handle island check for "external" delta...
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-09-11
Jeff King
config.mak.dev: add -Wformat-security
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-09-05
Jeff King
doc-diff: force worktree add
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-09-05
Jeff King
reopen_tempfile(): truncate opened file
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-09-04
Jeff King
pack-bitmap: drop "loaded" flag
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-09-04
Jeff King
traverse_bitmap_commit_list(): don't free result
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-09-04
Jeff King
t5310: test delta reuse with bitmaps
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-09-04
Jeff King
bitmap_has_sha1_in_uninteresting(): drop BUG check
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-30
Jeff King
doc/git-branch: remove obsolete "-l" references
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-30
Jeff King
t5303: use printf to generate delta bases
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-30
Jeff King
patch-delta: handle truncated copy parameters
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-30
Jeff King
t5303: test some corrupt deltas
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-30
Jeff King
test-delta: read input into a heap buffer
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-30
Jeff King
doc-diff: always use oids inside worktree
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-29
Jeff King
show_dirstat: simplify same-content check
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-29
Jeff King
read-cache: use oideq() in ce_compare functions
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-29
Jeff King
convert hashmap comparison functions to oideq()
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-29
Jeff King
convert "hashcmp() != 0" to "!hasheq()"
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-29
Jeff King
convert "oidcmp() != 0" to "!oideq()"
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-29
Jeff King
convert "hashcmp() == 0" to hasheq()
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-29
Jeff King
convert "oidcmp() == 0" to oideq()
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-29
Jeff King
introduce hasheq() and oideq()
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-29
Jeff King
coccinelle: use <...> for function exclusion
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-23
Jeff King
append_signoff: use size_t for string offsets
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-23
Jeff King
sequencer: ignore "---" divider when parsing trailers
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-23
Jeff King
pretty, ref-filter: format %(trailers) with no_divider...
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-23
Jeff King
interpret-trailers: allow suppressing "---" divider
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-23
Jeff King
interpret-trailers: tighten check for "---" patch boundary
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-23
Jeff King
trailer: pass process_trailer_opts to trailer_info_get()
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-23
Jeff King
trailer: use size_t for iterating trailer list
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-23
Jeff King
trailer: use size_t for string offsets
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-23
Jeff King
hashcmp: assert constant hash size
Signed-off-by:
Jeff King
<peff@peff.net
commit
|
commitdiff
|
tree
2018-08-22
Jeff King
rev-list: make empty --stdin not an error
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-21
Jeff King
SubmittingPatches: mention doc-diff
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-21
Jeff King
pack-objects: reuse on-disk deltas for thin "have"...
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-21
Jeff King
pack-bitmap: save "have" bitmap from walk
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-21
Jeff King
test-tool.h: include git-compat-util.h
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-20
Jeff King
t/perf: add perf tests for fetches from a bitmapped...
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-20
Jeff King
t/perf: add infrastructure for measuring sizes
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-20
Jeff King
t/perf: factor out percent calculations
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-20
Jeff King
t/perf: factor boilerplate out of test_perf
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-16
Jeff King
t5320: tests for delta islands
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-16
Jeff King
repack: add delta-islands support
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-16
Jeff King
pack-objects: add delta-islands support
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-16
Jeff King
Add delta-islands.{c,h}
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-14
Jeff King
for_each_*_object: move declarations to object-store.h
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-14
Jeff King
cat-file: use a single strbuf for all output
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-14
Jeff King
cat-file: split batch "buf" into two variables
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-14
Jeff King
cat-file: use oidset check-and-insert
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-13
Jeff King
cat-file: support "unordered" output for --batch-all...
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-13
Jeff King
cat-file: rename batch_{loose,packed}_object callbacks
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-13
Jeff King
t1006: test cat-file --batch-all-objects with duplicates
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-13
Jeff King
for_each_packed_object: support iterating in pack-order
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-13
Jeff King
for_each_*_object: give more comprehensive docstrings
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-13
Jeff King
for_each_*_object: take flag arguments as enum
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-13
Jeff King
for_each_*_object: store flag definitions in a single...
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-10
Jeff King
t5552: suppress upload-pack trace output
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-06
Jeff King
add a script to diff rendered documentation
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-08-02
Jeff King
score_trees(): fix iteration over trees with missing...
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-07-26
Jeff King
banned.h: mark strncpy() as banned
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-07-26
Jeff King
banned.h: mark sprintf() as banned
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-07-26
Jeff King
banned.h: mark strcat() as banned
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-07-26
Jeff King
automatically ban strcpy()
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-07-24
Jeff King
strbuf_humanise: use unsigned variables
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-07-24
Jeff King
pass st.st_size as hint for strbuf_readlink()
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-07-24
Jeff King
strbuf_readlink: use ssize_t
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-07-24
Jeff King
strbuf: use size_t for length in intermediate variables
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-07-24
Jeff King
reencode_string: use size_t for string lengths
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-07-24
Jeff King
reencode_string: use st_add/st_mult helpers
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-07-18
Jeff King
add core.usereplacerefs config option
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-07-18
Jeff King
check_replace_refs: rename to read_replace_refs
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-07-18
Jeff King
check_replace_refs: fix outdated comment
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-07-16
Jeff King
blame: prefer xsnprintf to strcpy for colors
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-07-16
Jeff King
fsck: downgrade gitmodulesParse default to "info"
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-07-16
Jeff King
fsck: split ".gitmodules too large" error from parse...
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-07-11
Jeff King
has_uncommitted_changes(): fall back to empty tree
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-07-11
Jeff King
sequencer: don't say BUG on bogus input
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-07-11
Jeff King
sequencer: handle empty-set cases consistently
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-07-06
Jeff King
t5500: prettify non-commit tag tests
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-07-03
Jeff King
ref-filter: avoid backend filtering with --ignore-case
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-07-03
Jeff King
t6300: add a test for --ignore-case
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-07-03
Jeff King
fsck: silence stderr when parsing .gitmodules
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-07-03
Jeff King
config: add options parameter to git_config_from_mem
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-07-03
Jeff King
config: add CONFIG_ERROR_SILENT handler
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-07-03
Jeff King
config: turn die_on_error into caller-facing enum
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-06-22
Jeff King
branch: make "-l" a synonym for "--list"
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-06-22
Jeff King
branch: deprecate "-l" option
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-06-22
Jeff King
t: switch "branch -l" to "branch --create-reflog"
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-06-22
Jeff King
t3200: unset core.logallrefupdates when testing reflog...
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-06-18
Jeff King
ewah: drop ewah_serialize_native function
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-06-18
Jeff King
ewah: drop ewah_deserialize function
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
2018-06-18
Jeff King
ewah: adjust callers of ewah_read_mmap()
Signed-off-by:
Jeff King
<peff@peff.net>
commit
|
commitdiff
|
tree
next