summaryrefslogtreecommitdiffstats
path: root/write_or_die.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-05tree-diff: convert diff_tree_paths to struct object_idBrandon Williams3-38/+39
2017-06-05tree-diff: convert try_to_follow_renames to struct object_idBrandon Williams1-3/+5
2017-06-05builtin/diff-tree: cleanup references to sha1Brandon Williams1-5/+3
2017-06-05diff-tree: convert diff_tree_sha1 to struct object_idBrandon Williams16-46/+47
2017-06-05notes-merge: convert write_note_to_worktree to struct object_idBrandon Williams1-10/+10
2017-06-05notes-merge: convert verify_notes_filepair to struct object_idBrandon Williams1-10/+10
2017-06-05notes-merge: convert find_notes_merge_pair_ps to struct object_idBrandon Williams1-12/+12
2017-06-05notes-merge: convert merge_from_diffs to struct object_idBrandon Williams1-15/+16
2017-06-05notes-merge: convert notes_merge* to struct object_idBrandon Williams3-42/+42
2017-06-02tree-diff: convert diff_root_tree_sha1 to struct object_idBrandon Williams5-8/+8
2017-06-02combine-diff: convert find_paths_* to struct object_idBrandon Williams1-6/+6
2017-06-02combine-diff: convert diff_tree_combined to struct object_idBrandon Williams3-7/+7
2017-06-02diff: convert diff_flush_patch_id to struct object_idBrandon Williams3-8/+8
2017-06-02patch-ids: convert to struct object_idBrandon Williams3-13/+13
2017-06-02diff: finish conversion for prepare_temp_file to struct object_idBrandon Williams1-2/+2
2017-06-02diff: convert reuse_worktree_file to struct object_idBrandon Williams1-5/+5
2017-06-02diff: convert fill_filespec to struct object_idBrandon Williams10-21/+21
2017-06-02diff: convert diff_change to struct object_idBrandon Williams5-20/+19
2017-06-02diff: convert run_diff_files to struct object_idBrandon Williams1-6/+6
2017-06-02diff: convert diff_addremove to struct object_idBrandon Williams5-17/+17
2017-06-02diff: convert diff_index_show_file to struct object_idBrandon Williams1-5/+5
2017-06-02diff: convert get_stat_data to struct object_idBrandon Williams1-13/+13
2017-06-02grep: convert to struct object_idBrandon Williams4-21/+27
2017-06-02notes: convert some accessor functions to struct object_idbrian m. carlson7-41/+41
2017-06-02builtin/notes: convert to struct object_idbrian m. carlson5-60/+60
2017-06-02notes: convert format_display_notes to struct object_idbrian m. carlson4-7/+7
2017-06-02notes: make get_note return pointer to struct object_idbrian m. carlson5-28/+28
2017-06-02notes: convert for_each_note to struct object_idbrian m. carlson4-21/+21
2017-06-02notes: convert internal parts to struct object_idbrian m. carlson1-31/+33
2017-06-02notes: convert internal structures to struct object_idbrian m. carlson1-47/+51
2017-05-30Fourth batch for 2.14Junio C Hamano1-0/+55
2017-05-29Third batch for 2.14Junio C Hamano1-0/+93
2017-05-26docs/config.txt: fix indefinite article in core.fileMode descriptionSZEDER Gábor1-1/+1
2017-05-23Second batch for 2.14Junio C Hamano1-0/+29
2017-05-22usage: add NORETURN to BUG() function definitionsRamsay Jones1-2/+2
2017-05-20send-email: Net::SMTP::SSL is obsolete, use only when necessaryDennis Kaarsemaker1-19/+35
2017-05-20revision.c: ignore broken tags with ignore_missing_linksJeff King2-2/+27
2017-05-20config.txt: add an entry for log.showSignatureKyle Meyer1-0/+4
2017-05-20unpack-trees: preserve index extensionsDavid Turner4-0/+30
2017-05-20rebase -i: add missing newline to end of messagePhillip Wood1-1/+1
2017-05-20rebase -i: silence stash applyPhillip Wood1-0/+2
2017-05-20rebase -i: fix reflog messagePhillip Wood1-0/+1
2017-05-20ref-filter: resolve HEAD when parsing %(HEAD) atomJeff King1-7/+9
2017-05-20name-rev: change a "long" variable to timestamp_tJunio C Hamano1-1/+1
2017-05-18interpret-trailers: honor the cut lineBrian Malehorn5-13/+32
2017-05-18t5400: avoid concurrent writes into a trace fileJeff King1-1/+4
2017-05-18t5545: enhance test coverage when no http server is installedStefan Beller1-42/+43
2017-05-18test: allow skipping the remainderJunio C Hamano1-8/+13
2017-05-17completion: add git stash pushThomas Gummerer1-1/+4
2017-05-17config: match both symlink & realpath versions in IncludeIf.gitdir:*Ævar Arnfjörð Bjarmason3-0/+49