aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | perf: work around the tested repo having an index.lockÆvar Arnfjörð Bjarmason2017-06-05
* | | | | Merge branch 'bw/object-id'Junio C Hamano2017-06-19
|\ \ \ \ \
| * | | | | diff: rename diff_fill_sha1_info to diff_fill_oid_infoBrandon Williams2017-06-05
| * | | | | diffcore-rename: use is_empty_blob_oidBrandon Williams2017-06-05
| * | | | | tree-diff: convert path_appendnew to object_idBrandon Williams2017-06-05
| * | | | | tree-diff: convert diff_tree_paths to struct object_idBrandon Williams2017-06-05
| * | | | | tree-diff: convert try_to_follow_renames to struct object_idBrandon Williams2017-06-05
| * | | | | builtin/diff-tree: cleanup references to sha1Brandon Williams2017-06-05
| * | | | | diff-tree: convert diff_tree_sha1 to struct object_idBrandon Williams2017-06-05
| * | | | | notes-merge: convert write_note_to_worktree to struct object_idBrandon Williams2017-06-05
| * | | | | notes-merge: convert verify_notes_filepair to struct object_idBrandon Williams2017-06-05
| * | | | | notes-merge: convert find_notes_merge_pair_ps to struct object_idBrandon Williams2017-06-05
| * | | | | notes-merge: convert merge_from_diffs to struct object_idBrandon Williams2017-06-05
| * | | | | notes-merge: convert notes_merge* to struct object_idBrandon Williams2017-06-05
| * | | | | tree-diff: convert diff_root_tree_sha1 to struct object_idBrandon Williams2017-06-02
| * | | | | combine-diff: convert find_paths_* to struct object_idBrandon Williams2017-06-02
| * | | | | combine-diff: convert diff_tree_combined to struct object_idBrandon Williams2017-06-02
| * | | | | diff: convert diff_flush_patch_id to struct object_idBrandon Williams2017-06-02
| * | | | | patch-ids: convert to struct object_idBrandon Williams2017-06-02
| * | | | | diff: finish conversion for prepare_temp_file to struct object_idBrandon Williams2017-06-02
| * | | | | diff: convert reuse_worktree_file to struct object_idBrandon Williams2017-06-02
| * | | | | diff: convert fill_filespec to struct object_idBrandon Williams2017-06-02
| * | | | | diff: convert diff_change to struct object_idBrandon Williams2017-06-02
| * | | | | diff: convert run_diff_files to struct object_idBrandon Williams2017-06-02
| * | | | | diff: convert diff_addremove to struct object_idBrandon Williams2017-06-02
| * | | | | diff: convert diff_index_show_file to struct object_idBrandon Williams2017-06-02
| * | | | | diff: convert get_stat_data to struct object_idBrandon Williams2017-06-02
| * | | | | grep: convert to struct object_idBrandon Williams2017-06-02
| * | | | | notes: convert some accessor functions to struct object_idbrian m. carlson2017-06-02
| * | | | | builtin/notes: convert to struct object_idbrian m. carlson2017-06-02
| * | | | | notes: convert format_display_notes to struct object_idbrian m. carlson2017-06-02
| * | | | | notes: make get_note return pointer to struct object_idbrian m. carlson2017-06-02
| * | | | | notes: convert for_each_note to struct object_idbrian m. carlson2017-06-02
| * | | | | notes: convert internal parts to struct object_idbrian m. carlson2017-06-02
| * | | | | notes: convert internal structures to struct object_idbrian m. carlson2017-06-02
* | | | | | Merge branch 'sb/submodule-rm-absorb'Junio C Hamano2017-06-19
|\ \ \ \ \ \
| * | | | | | Documentation/git-rm: correct submodule descriptionStefan Beller2017-06-04
* | | | | | | Merge branch 'ab/pcre-v2'Junio C Hamano2017-06-19
|\ \ \ \ \ \ \
| * | | | | | | grep: add support for PCRE v2Ævar Arnfjörð Bjarmason2017-06-02
| * | | | | | | grep: un-break building with PCRE >= 8.32 without --enable-jitÆvar Arnfjörð Bjarmason2017-06-02
| * | | | | | | grep: un-break building with PCRE < 8.20Ævar Arnfjörð Bjarmason2017-05-26
| * | | | | | | grep: un-break building with PCRE < 8.32Ævar Arnfjörð Bjarmason2017-05-26
| * | | | | | | grep: add support for the PCRE v1 JIT APIÆvar Arnfjörð Bjarmason2017-05-26
| * | | | | | | log: add -P as a synonym for --perl-regexpÆvar Arnfjörð Bjarmason2017-05-26
| * | | | | | | grep: skip pthreads overhead when using one threadÆvar Arnfjörð Bjarmason2017-05-26
| * | | | | | | grep: don't redundantly compile throwaway patterns under threadingÆvar Arnfjörð Bjarmason2017-05-26
* | | | | | | | Merge branch 'jk/pathspec-magic-disambiguation'Junio C Hamano2017-06-19
|\ \ \ \ \ \ \ \
| * | | | | | | | verify_filename(): flip order of checksJeff King2017-05-29
| * | | | | | | | verify_filename(): treat ":(magic)" as a pathspecJeff King2017-05-29
| * | | | | | | | check_filename(): handle ":^" path magicJeff King2017-05-29