summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'jt/send-email-validate-hook'Junio C Hamano2017-05-304-1/+68
|\ \ \ \ \ \
| * | | | | | send-email: support validate hookJonathan Tan2017-05-164-1/+68
| |/ / / / /
* | | | | | Merge branch 'jh/memihash-opt'Junio C Hamano2017-05-301-5/+42
|\ \ \ \ \ \
| * | | | | | p0004: don't error out if test repo is too smallRené Scharfe2017-05-161-5/+8
| * | | | | | p0004: don't abort if multi-threaded is too slowRené Scharfe2017-05-161-4/+0
| * | | | | | p0004: use test_perfRené Scharfe2017-05-161-0/+36
| * | | | | | p0004: avoid using pipesRené Scharfe2017-05-161-3/+5
| * | | | | | p0004: simplify calls of test-lazy-init-name-hashRené Scharfe2017-05-161-3/+3
* | | | | | | Merge branch 'bp/sub-process-convert-filter'Junio C Hamano2017-05-307-129/+293
|\ \ \ \ \ \ \
| * | | | | | | convert: update subprocess_read_status() to not die on EOFbp/sub-process-convert-filterBen Peart2017-05-153-6/+16
| * | | | | | | sub-process: move sub-process functions into separate filesBen Peart2017-05-155-103/+212
| * | | | | | | convert: rename reusable sub-process functionsBen Peart2017-05-151-20/+20
| * | | | | | | convert: update generic functions to only use generic data structuresBen Peart2017-05-151-18/+23
| * | | | | | | convert: separate generic structures and variables from the filter specific onesBen Peart2017-05-151-15/+20
| * | | | | | | convert: split start_multi_file_filter() into two separate functionsBen Peart2017-05-151-24/+34