summaryrefslogtreecommitdiffstats
path: root/commit.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-19Start preparing for 2.5.1Junio C Hamano2-1/+50
2015-08-18Third batch for 2.6Junio C Hamano1-0/+11
2015-08-12credential-cache--daemon: use tempfile moduleMichael Haggerty1-20/+6
2015-08-12credential-cache--daemon: delete socket from main()Michael Haggerty1-1/+2
2015-08-12gc: use tempfile module to handle gc.pid fileMichael Haggerty1-20/+5
2015-08-12lock_repo_for_gc(): compute the path to "gc.pid" only onceMichael Haggerty1-3/+6
2015-08-12diff: use tempfile moduleMichael Haggerty1-23/+23
2015-08-12Second batch for 2.6Junio C Hamano1-0/+25
2015-08-12am: let --signoff override --no-signoffPaul Tan2-3/+45
2015-08-12am: let command-line options override saved optionsPaul Tan2-4/+94
2015-08-12test_terminal: redirect child process' stdin to a ptyPaul Tan1-4/+28
2015-08-12pseudoref: check return values from read_ref()David Turner1-2/+5
2015-08-12t2019: skip test requiring '*' in a file name non WindowsJohannes Sixt1-1/+1
2015-08-12t7300-clean: require POSIXPERM for chmod 0 testJohannes Sixt1-1/+1
2015-08-11vreportf: avoid intermediate bufferJeff King1-3/+12
2015-08-11vreportf: report to arbitrary filehandlesJeff King3-29/+12
2015-08-11notes: handle multiple worktreesDavid Turner2-0/+78
2015-08-11worktrees: add find_shared_symrefDavid Turner2-12/+42
2015-08-11memoize common git-path "constant" filesJeff King17-119/+151
2015-08-11get_repo_path: refactor path-allocationJeff King1-14/+29
2015-08-11find_hook: keep our own static bufferJeff King2-4/+11
2015-08-11refs.c: remove_empty_directories can take a strbufJeff King1-19/+15
2015-08-11refs.c: avoid git_path assignment in lock_ref_sha1_basicJeff King1-13/+19
2015-08-11refs.c: avoid repeated git_path calls in rename_tmp_logJeff King1-7/+14
2015-08-11refs.c: simplify strbufs in reflog setup and writingJeff King1-23/+15
2015-08-11path.c: drop git_path_submoduleJeff King2-13/+2
2015-08-11refs.c: remove extra git_path calls from read_loose_refsJeff King1-10/+13
2015-08-11remote.c: drop extraneous local variable from migrate_fileJeff King1-5/+2
2015-08-11prefer mkpathdup to mkpath in assignmentsJeff King2-13/+17
2015-08-11prefer git_pathdup to git_path in some possibly-dangerous casesJeff King6-11/+21
2015-08-11add_to_alternates_file: don't add duplicate entriesJeff King2-7/+45
2015-08-11t5700: modernize styleJeff King1-112/+81
2015-08-11cache.h: complete set of git_path_submodule helpersJeff King2-5/+35
2015-08-11cache.h: clarify documentation for git_path, et alJeff King1-5/+12
2015-08-10setup_temporary_shallow(): use tempfile moduleMichael Haggerty1-28/+7
2015-08-10write_shared_index(): use tempfile moduleMichael Haggerty1-32/+6
2015-08-10register_tempfile(): new function to handle an existing temporary fileMichael Haggerty2-0/+16
2015-08-10tempfile: add several functions for creating temporary filesMichael Haggerty2-0/+149
2015-08-10prepare_tempfile_object(): new function, extracted from create_tempfile()Michael Haggerty1-7/+13
2015-08-10tempfile: a new module for handling temporary filesMichael Haggerty5-270/+470
2015-08-10commit_lock_file(): use get_locked_file_path()Michael Haggerty1-16/+12
2015-08-10lockfile: add accessor get_lock_file_path()Michael Haggerty6-20/+34
2015-08-10lockfile: add accessors get_lock_file_fd() and get_lock_file_fp()Michael Haggerty5-7/+26
2015-08-10create_bundle(): duplicate file descriptor to avoid closing it twiceMichael Haggerty1-10/+16
2015-08-10lockfile: move documentation to lockfile.h and lockfile.cMichael Haggerty3-280/+283
2015-08-10strbuf_read(): skip unnecessary strbuf_grow() at eofJim Hill1-5/+5
2015-08-10sha1_file.c: rename move_temp_to_file() to finalize_object_file()Junio C Hamano5-15/+12
2015-08-10clone: abort if no dir name could be guessedPatrick Steinhardt1-0/+4
2015-08-10clone: do not use port number as dir namePatrick Steinhardt2-7/+24
2015-08-10clone: do not include authentication data in guessed dirPatrick Steinhardt2-12/+33