47487 Commits (85ab50f938601cf874c841cee4c56f1d1dc8199e)
 

Author SHA1 Message Date
Ævar Arnfjörð Bjarmason 723fc5a6e1 perf: add a comparison test of log --grep regex engines with -F 8 years ago
Ævar Arnfjörð Bjarmason c8f39be67e perf: add a comparison test of log --grep regex engines 8 years ago
Ævar Arnfjörð Bjarmason bc22d81370 perf: add a comparison test of grep regex engines with -F 8 years ago
Ævar Arnfjörð Bjarmason 3878c7a540 perf: add a comparison test of grep regex engines 8 years ago
Jeff King ef4fe5617e connect.c: fix leak in parse_one_symref_info() 8 years ago
SZEDER Gábor 449456ad47 docs/config.txt: fix indefinite article in core.fileMode description 8 years ago
Johannes Sixt d9244ecf4f Windows: do not treat a path with backslashes as a remote's nick name 8 years ago
Jeff Smith bd481de713 blame: move entry prepend to libgit 8 years ago
Jeff Smith 09002f1b31 blame: move scoreboard setup to libgit 8 years ago
Jeff Smith b543bb1cdf blame: move scoreboard-related methods to libgit 8 years ago
Jeff Smith 072bf4321f blame: move fake-commit-related methods to libgit 8 years ago
Jeff Smith f5dd754c36 blame: move origin-related methods to libgit 8 years ago
Jeff Smith dc076ae5d9 blame: move core structures to header 8 years ago
Jeff Smith e94f77f0e2 blame: create entry prepend function 8 years ago
Jeff Smith d0d0ef1f67 blame: create scoreboard setup function 8 years ago
Jeff Smith 6e4c9b5bcf blame: create scoreboard init function 8 years ago
Jeff Smith 835c49f7d1 blame: rework methods that determine 'final' commit 8 years ago
Jeff Smith 78b06e66be blame: wrap blame_sort and compare_blame_final 8 years ago
Jeff Smith 8c59921dbf blame: move progress updates to a scoreboard callback 8 years ago
Michael Haggerty f23092f19e cache_ref_iterator_begin(): avoid priming unneeded directories 8 years ago
Jeff Smith 4149c1860b blame: make sanity_check use a callback in scoreboard 8 years ago
Jeff Smith 1f44129b21 blame: move no_whole_file_rename flag to scoreboard 8 years ago
Jeff Smith 73e1c299e5 blame: move xdl_opts flags to scoreboard 8 years ago
Jeff Smith 2cf8337432 blame: move show_root flag to scoreboard 8 years ago
Jeff Smith f81d70e940 blame: move reverse flag to scoreboard 8 years ago
Jeff Smith 84be875e61 blame: move contents_from to scoreboard 8 years ago
Jeff Smith 18ec0d62ee blame: move copy/move thresholds to scoreboard 8 years ago
Jeff Smith 8449528deb blame: move stat counters to scoreboard 8 years ago
Jeff Smith 935202bdf4 blame: rename nth_line function 8 years ago
Jeff Smith 1a31a2d98a blame: rename ent_score function 8 years ago
Jeff Smith c697136229 blame: rename coalesce function 8 years ago
Jeff Smith 006a074499 blame: rename origin-related functions 8 years ago
Jeff Smith 9807b3d65d blame: rename scoreboard structure to blame_scoreboard 8 years ago
Jeff Smith f84afb9c4e blame: rename origin structure to blame_origin 8 years ago
Jeff Smith 8265921c3c blame: remove unused parameters 8 years ago
Jeff Smith 3a35cb2ea8 blame: move textconv_object with related functions 8 years ago
Jeff Smith b84bc9c367 blame: remove unneeded dependency on blob.h 8 years ago
Jeff King 30d005c020 diff: use blob path for blob/file diffs 8 years ago
Jeff King 158b06caee diff: use pending "path" if it is available 8 years ago
Jeff King d04ec74b17 diff: use the word "path" instead of "name" for blobs 8 years ago
Jeff King 42f5ba5bb6 diff: pass whole pending entry in blobinfo 8 years ago
Jeff King 18f1ad7639 handle_revision_arg: record paths for pending objects 8 years ago
Jeff King 101dd4de16 handle_revision_arg: record modes for "a..b" endpoints 8 years ago
Jeff King 74e89110a3 t4063: add tests of direct blob diffs 8 years ago
Jeff King dc944b65f1 get_sha1_with_context: dynamically allocate oc->path 8 years ago
Jeff King d72cae12b9 get_sha1_with_context: always initialize oc->symlink_path 8 years ago
Jeff King c0a487eafb sha1_name: consistently refer to object_context as "oc" 8 years ago
Jeff King 62faad5aa5 handle_revision_arg: add handle_dotdot() helper 8 years ago
Jeff King d89797feff handle_revision_arg: hoist ".." check out of range parsing 8 years ago
Jeff King f632dedd8d handle_revision_arg: stop using "dotdot" as a generic pointer 8 years ago