summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* refs: make refs/bisect/* per-worktreedt/refs-bisectionDavid Turner2015-09-016-3/+67
* path: optimize common dir checkingDavid Turner2015-09-012-14/+214
* refs: clean up common_listDavid Turner2015-09-011-21/+37
* Sync with maintJunio C Hamano2015-08-251-1/+1
|\
| * Merge branch 'jk/guess-repo-name-regression-fix' into maintJunio C Hamano2015-08-252-1/+108
| |\
| * \ Merge branch 'jk/test-with-x' into maintJunio C Hamano2015-08-251-2/+11
| |\ \
| * \ \ Merge branch 'sb/check-return-from-read-ref' into maintJunio C Hamano2015-08-251-2/+6
| |\ \ \
| * \ \ \ Merge branch 'mm/pull-upload-pack' into maintJunio C Hamano2015-08-251-1/+1
| |\ \ \ \
| | * | | | pull: pass upload_pack only when it was givenmm/pull-upload-packJunio C Hamano2015-08-251-1/+1
* | | | | | Fifth batch for 2.6Junio C Hamano2015-08-251-0/+33
* | | | | | Merge branch 'cb/open-noatime-clear-errno'Junio C Hamano2015-08-251-1/+4
|\ \ \ \ \ \
| * | | | | | git_open_noatime: return with errno=0 on successcb/open-noatime-clear-errnoClemens Buchacher2015-08-121-1/+4
* | | | | | | Merge branch 'mh/tempfile'Junio C Hamano2015-08-2518-630/+969
|\ \ \ \ \ \ \
| * | | | | | | credential-cache--daemon: use tempfile modulemh/tempfileMichael Haggerty2015-08-121-20/+6
| * | | | | | | credential-cache--daemon: delete socket from main()Michael Haggerty2015-08-121-1/+2
| * | | | | | | gc: use tempfile module to handle gc.pid fileMichael Haggerty2015-08-121-20/+5
| * | | | | | | lock_repo_for_gc(): compute the path to "gc.pid" only onceMichael Haggerty2015-08-121-3/+6
| * | | | | | | diff: use tempfile moduleMichael Haggerty2015-08-121-23/+23
| * | | | | | | setup_temporary_shallow(): use tempfile moduleMichael Haggerty2015-08-101-28/+7
| * | | | | | | write_shared_index(): use tempfile moduleMichael Haggerty2015-08-101-32/+6
| * | | | | | | register_tempfile(): new function to handle an existing temporary fileMichael Haggerty2015-08-102-0/+16
| * | | | | | | tempfile: add several functions for creating temporary filesMichael Haggerty2015-08-102-0/+149
| * | | | | | | prepare_tempfile_object(): new function, extracted from create_tempfile()Michael Haggerty2015-08-101-7/+13
| * | | | | | | tempfile: a new module for handling temporary filesMichael Haggerty2015-08-105-270/+470
| * | | | | | | commit_lock_file(): use get_locked_file_path()Michael Haggerty2015-08-101-16/+12
| * | | | | | | lockfile: add accessor get_lock_file_path()Michael Haggerty2015-08-106-20/+34
| * | | | | | | lockfile: add accessors get_lock_file_fd() and get_lock_file_fp()Michael Haggerty2015-08-105-7/+26
| * | | | | | | create_bundle(): duplicate file descriptor to avoid closing it twiceMichael Haggerty2015-08-101-10/+16
| * | | | | | | lockfile: move documentation to lockfile.h and lockfile.cMichael Haggerty2015-08-103-280/+283
* | | | | | | | Merge branch 'pt/am-builtin-options'Junio C Hamano2015-08-253-10/+166
|\ \ \ \ \ \ \ \
| * | | | | | | | am: let --signoff override --no-signoffpt/am-builtin-optionsPaul Tan2015-08-122-3/+45
| * | | | | | | | am: let command-line options override saved optionsPaul Tan2015-08-122-4/+94
| * | | | | | | | test_terminal: redirect child process' stdin to a ptyPaul Tan2015-08-121-4/+28
* | | | | | | | | Merge branch 'dt/refs-pseudo'Junio C Hamano2015-08-255-56/+163
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | pseudoref: check return values from read_ref()dt/refs-pseudoDavid Turner2015-08-111-2/+5
| * | | | | | | | | sequencer: replace write_cherry_pick_head with update_refDavid Turner2015-07-311-19/+4
| * | | | | | | | | bisect: use update_refDavid Turner2015-07-311-29/+8
| * | | | | | | | | pseudorefs: create and use pseudoref update and delete functionsDavid Turner2015-07-311-8/+93
| * | | | | | | | | refs: add ref_type functionDavid Turner2015-07-312-0/+34
| * | | | | | | | | refs: introduce pseudoref and per-worktree ref conceptsDavid Turner2015-07-311-0/+21
* | | | | | | | | | Merge branch 'dt/notes-multiple'Junio C Hamano2015-08-254-12/+120
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | notes: handle multiple worktreesdt/notes-multipleDavid Turner2015-08-112-0/+78
| * | | | | | | | | | worktrees: add find_shared_symrefDavid Turner2015-08-112-12/+42
* | | | | | | | | | | Merge branch 'nd/dwim-wildcards-as-pathspecs'Junio C Hamano2015-08-251-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | t2019: skip test requiring '*' in a file name non WindowsJohannes Sixt2015-08-111-1/+1
* | | | | | | | | | | | Merge branch 'jk/long-error-messages'Junio C Hamano2015-08-253-29/+21
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | vreportf: avoid intermediate bufferjk/long-error-messagesJeff King2015-08-111-3/+12
| * | | | | | | | | | | | vreportf: report to arbitrary filehandlesJeff King2015-08-113-29/+12
* | | | | | | | | | | | | Merge branch 'ee/clean-remove-dirs'Junio C Hamano2015-08-251-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | t7300-clean: require POSIXPERM for chmod 0 testee/clean-remove-dirsJohannes Sixt2015-08-111-1/+1