summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* receive-pack: don't access hash of NULL object_id pointerbw/object-idRené Scharfe2017-07-171-1/+1
* notes: don't access hash of NULL object_id pointerRené Scharfe2017-07-171-1/+1
* tree-diff: don't access hash of NULL object_id pointerRené Scharfe2017-07-171-2/+3
* 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
* Fourth batch for 2.14Junio C Hamano2017-05-301-0/+55
* Merge branch 'dt/unpack-save-untracked-cache-extension'Junio C Hamano2017-05-304-0/+30
|\
| * unpack-trees: preserve index extensionsdt/unpack-save-untracked-cache-extensionDavid Turner2017-05-204-0/+30
* | Merge branch 'js/larger-timestamps'Junio C Hamano2017-05-301-1/+1
|\ \
| * | name-rev: change a "long" variable to timestamp_tjs/larger-timestampsJunio C Hamano2017-05-201-1/+1
* | | Merge branch 'dk/send-email-avoid-net-smtp-ssl-when-able'Junio C Hamano2017-05-301-19/+35
|\ \ \
| * | | send-email: Net::SMTP::SSL is obsolete, use only when necessaryDennis Kaarsemaker2017-05-201-19/+35
* | | | Merge branch 'jc/skip-test-in-the-middle'Junio C Hamano2017-05-302-50/+56
|\ \ \ \
| * | | | t5545: enhance test coverage when no http server is installedjc/skip-test-in-the-middleStefan Beller2017-05-181-42/+43
| * | | | test: allow skipping the remainderJunio C Hamano2017-05-181-8/+13
* | | | | Merge branch 'ab/conditional-config-with-symlinks'Junio C Hamano2017-05-303-0/+49
|\ \ \ \ \
| * | | | | config: match both symlink & realpath versions in IncludeIf.gitdir:*ab/conditional-config-with-symlinksÆvar Arnfjörð Bjarmason2017-05-173-0/+49
* | | | | | Merge branch 'jt/fetch-allow-tip-sha1-implicitly'Junio C Hamano2017-05-302-2/+73
|\ \ \ \ \ \
| * | | | | | fetch-pack: always allow fetching of literal SHA1sjt/fetch-allow-tip-sha1-implicitlyJonathan Tan2017-05-162-2/+73
| | |/ / / / | |/| | | |