summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | diff: rename diff_fill_sha1_info to diff_fill_oid_infoBrandon Williams2017-06-051-9/+9
| * | | | | diffcore-rename: use is_empty_blob_oidBrandon Williams2017-06-051-2/+2
| * | | | | tree-diff: convert path_appendnew to object_idBrandon Williams2017-06-051-3/+3
| * | | | | tree-diff: convert diff_tree_paths to struct object_idBrandon Williams2017-06-053-38/+39
| * | | | | tree-diff: convert try_to_follow_renames to struct object_idBrandon Williams2017-06-051-3/+5
| * | | | | builtin/diff-tree: cleanup references to sha1Brandon Williams2017-06-051-5/+3
| * | | | | diff-tree: convert diff_tree_sha1 to struct object_idBrandon Williams2017-06-0516-46/+47
| * | | | | notes-merge: convert write_note_to_worktree to struct object_idBrandon Williams2017-06-051-10/+10
| * | | | | notes-merge: convert verify_notes_filepair to struct object_idBrandon Williams2017-06-051-10/+10
| * | | | | notes-merge: convert find_notes_merge_pair_ps to struct object_idBrandon Williams2017-06-051-12/+12
| * | | | | notes-merge: convert merge_from_diffs to struct object_idBrandon Williams2017-06-051-15/+16
| * | | | | notes-merge: convert notes_merge* to struct object_idBrandon Williams2017-06-053-42/+42
| * | | | | tree-diff: convert diff_root_tree_sha1 to struct object_idBrandon Williams2017-06-025-8/+8
| * | | | | combine-diff: convert find_paths_* to struct object_idBrandon Williams2017-06-021-6/+6
| * | | | | combine-diff: convert diff_tree_combined to struct object_idBrandon Williams2017-06-023-7/+7
| * | | | | diff: convert diff_flush_patch_id to struct object_idBrandon Williams2017-06-023-8/+8
| * | | | | patch-ids: convert to struct object_idBrandon Williams2017-06-023-13/+13
| * | | | | diff: finish conversion for prepare_temp_file to struct object_idBrandon Williams2017-06-021-2/+2
| * | | | | diff: convert reuse_worktree_file to struct object_idBrandon Williams2017-06-021-5/+5
| * | | | | diff: convert fill_filespec to struct object_idBrandon Williams2017-06-0210-21/+21
| * | | | | diff: convert diff_change to struct object_idBrandon Williams2017-06-025-20/+19
| * | | | | diff: convert run_diff_files to struct object_idBrandon Williams2017-06-021-6/+6
| * | | | | diff: convert diff_addremove to struct object_idBrandon Williams2017-06-025-17/+17
| * | | | | diff: convert diff_index_show_file to struct object_idBrandon Williams2017-06-021-5/+5
| * | | | | diff: convert get_stat_data to struct object_idBrandon Williams2017-06-021-13/+13
| * | | | | grep: convert to struct object_idBrandon Williams2017-06-024-21/+27
| * | | | | notes: convert some accessor functions to struct object_idbrian m. carlson2017-06-027-41/+41
| * | | | | builtin/notes: convert to struct object_idbrian m. carlson2017-06-025-60/+60
| * | | | | notes: convert format_display_notes to struct object_idbrian m. carlson2017-06-024-7/+7
| * | | | | notes: make get_note return pointer to struct object_idbrian m. carlson2017-06-025-28/+28
| * | | | | notes: convert for_each_note to struct object_idbrian m. carlson2017-06-024-21/+21
| * | | | | notes: convert internal parts to struct object_idbrian m. carlson2017-06-021-31/+33
| * | | | | notes: convert internal structures to struct object_idbrian m. carlson2017-06-021-47/+51
* | | | | | Merge branch 'sb/submodule-rm-absorb'Junio C Hamano2017-06-191-4/+5
|\ \ \ \ \ \
| * | | | | | Documentation/git-rm: correct submodule descriptionsb/submodule-rm-absorbStefan Beller2017-06-041-4/+5
* | | | | | | Merge branch 'ab/pcre-v2'Junio C Hamano2017-06-1910-29/+349
|\ \ \ \ \ \ \
| * | | | | | | grep: add support for PCRE v2Ævar Arnfjörð Bjarmason2017-06-025-21/+256
| * | | | | | | grep: un-break building with PCRE >= 8.32 without --enable-jitÆvar Arnfjörð Bjarmason2017-06-023-0/+16
| * | | | | | | grep: un-break building with PCRE < 8.20Ævar Arnfjörð Bjarmason2017-05-261-0/+3
| * | | | | | | grep: un-break building with PCRE < 8.32Ævar Arnfjörð Bjarmason2017-05-262-3/+8
| * | | | | | | grep: add support for the PCRE v1 JIT APIÆvar Arnfjörð Bjarmason2017-05-262-4/+42
| * | | | | | | log: add -P as a synonym for --perl-regexpÆvar Arnfjörð Bjarmason2017-05-263-1/+14
| * | | | | | | grep: skip pthreads overhead when using one threadÆvar Arnfjörð Bjarmason2017-05-261-0/+2
| * | | | | | | grep: don't redundantly compile throwaway patterns under threadingÆvar Arnfjörð Bjarmason2017-05-261-3/+11
* | | | | | | | Merge branch 'jk/pathspec-magic-disambiguation'Junio C Hamano2017-06-192-10/+64
|\ \ \ \ \ \ \ \
| * | | | | | | | verify_filename(): flip order of checksjk/pathspec-magic-disambiguationJeff King2017-05-291-1/+1
| * | | | | | | | verify_filename(): treat ":(magic)" as a pathspecJeff King2017-05-292-1/+32
| * | | | | | | | check_filename(): handle ":^" path magicJeff King2017-05-292-0/+17
| * | | | | | | | check_filename(): use skip_prefixJeff King2017-05-291-3/+2
| * | | | | | | | check_filename(): refactor ":/" handlingJeff King2017-05-291-7/+8