Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refs: make refs/bisect/* per-worktreedt/refs-bisection | David Turner | 2015-09-01 | 6 | -3/+67 |
* | path: optimize common dir checking | David Turner | 2015-09-01 | 2 | -14/+214 |
* | refs: clean up common_list | David Turner | 2015-09-01 | 1 | -21/+37 |
* | Sync with maint | Junio C Hamano | 2015-08-25 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'jk/guess-repo-name-regression-fix' into maint | Junio C Hamano | 2015-08-25 | 2 | -1/+108 |
| |\ | |||||
| * \ | Merge branch 'jk/test-with-x' into maint | Junio C Hamano | 2015-08-25 | 1 | -2/+11 |
| |\ \ | |||||
| * \ \ | Merge branch 'sb/check-return-from-read-ref' into maint | Junio C Hamano | 2015-08-25 | 1 | -2/+6 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'mm/pull-upload-pack' into maint | Junio C Hamano | 2015-08-25 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | pull: pass upload_pack only when it was givenmm/pull-upload-pack | Junio C Hamano | 2015-08-25 | 1 | -1/+1 |
* | | | | | | Fifth batch for 2.6 | Junio C Hamano | 2015-08-25 | 1 | -0/+33 |
* | | | | | | Merge branch 'cb/open-noatime-clear-errno' | Junio C Hamano | 2015-08-25 | 1 | -1/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | git_open_noatime: return with errno=0 on successcb/open-noatime-clear-errno | Clemens Buchacher | 2015-08-12 | 1 | -1/+4 |
* | | | | | | | Merge branch 'mh/tempfile' | Junio C Hamano | 2015-08-25 | 18 | -630/+969 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | credential-cache--daemon: use tempfile modulemh/tempfile | Michael Haggerty | 2015-08-12 | 1 | -20/+6 |
| * | | | | | | | credential-cache--daemon: delete socket from main() | Michael Haggerty | 2015-08-12 | 1 | -1/+2 |
| * | | | | | | | gc: use tempfile module to handle gc.pid file | Michael Haggerty | 2015-08-12 | 1 | -20/+5 |
| * | | | | | | | lock_repo_for_gc(): compute the path to "gc.pid" only once | Michael Haggerty | 2015-08-12 | 1 | -3/+6 |
| * | | | | | | | diff: use tempfile module | Michael Haggerty | 2015-08-12 | 1 | -23/+23 |
| * | | | | | | | setup_temporary_shallow(): use tempfile module | Michael Haggerty | 2015-08-10 | 1 | -28/+7 |
| * | | | | | | | write_shared_index(): use tempfile module | Michael Haggerty | 2015-08-10 | 1 | -32/+6 |
| * | | | | | | | register_tempfile(): new function to handle an existing temporary file | Michael Haggerty | 2015-08-10 | 2 | -0/+16 |
| * | | | | | | | tempfile: add several functions for creating temporary files | Michael Haggerty | 2015-08-10 | 2 | -0/+149 |
| * | | | | | | | prepare_tempfile_object(): new function, extracted from create_tempfile() | Michael Haggerty | 2015-08-10 | 1 | -7/+13 |
| * | | | | | | | tempfile: a new module for handling temporary files | Michael Haggerty | 2015-08-10 | 5 | -270/+470 |
| * | | | | | | | commit_lock_file(): use get_locked_file_path() | Michael Haggerty | 2015-08-10 | 1 | -16/+12 |
| * | | | | | | | lockfile: add accessor get_lock_file_path() | Michael Haggerty | 2015-08-10 | 6 | -20/+34 |
| * | | | | | | | lockfile: add accessors get_lock_file_fd() and get_lock_file_fp() | Michael Haggerty | 2015-08-10 | 5 | -7/+26 |
| * | | | | | | | create_bundle(): duplicate file descriptor to avoid closing it twice | Michael Haggerty | 2015-08-10 | 1 | -10/+16 |
| * | | | | | | | lockfile: move documentation to lockfile.h and lockfile.c | Michael Haggerty | 2015-08-10 | 3 | -280/+283 |
* | | | | | | | | Merge branch 'pt/am-builtin-options' | Junio C Hamano | 2015-08-25 | 3 | -10/+166 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | am: let --signoff override --no-signoffpt/am-builtin-options | Paul Tan | 2015-08-12 | 2 | -3/+45 |
| * | | | | | | | | am: let command-line options override saved options | Paul Tan | 2015-08-12 | 2 | -4/+94 |
| * | | | | | | | | test_terminal: redirect child process' stdin to a pty | Paul Tan | 2015-08-12 | 1 | -4/+28 |
* | | | | | | | | | Merge branch 'dt/refs-pseudo' | Junio C Hamano | 2015-08-25 | 5 | -56/+163 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | pseudoref: check return values from read_ref()dt/refs-pseudo | David Turner | 2015-08-11 | 1 | -2/+5 |
| * | | | | | | | | | sequencer: replace write_cherry_pick_head with update_ref | David Turner | 2015-07-31 | 1 | -19/+4 |
| * | | | | | | | | | bisect: use update_ref | David Turner | 2015-07-31 | 1 | -29/+8 |
| * | | | | | | | | | pseudorefs: create and use pseudoref update and delete functions | David Turner | 2015-07-31 | 1 | -8/+93 |
| * | | | | | | | | | refs: add ref_type function | David Turner | 2015-07-31 | 2 | -0/+34 |
| * | | | | | | | | | refs: introduce pseudoref and per-worktree ref concepts | David Turner | 2015-07-31 | 1 | -0/+21 |
* | | | | | | | | | | Merge branch 'dt/notes-multiple' | Junio C Hamano | 2015-08-25 | 4 | -12/+120 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | notes: handle multiple worktreesdt/notes-multiple | David Turner | 2015-08-11 | 2 | -0/+78 |
| * | | | | | | | | | | worktrees: add find_shared_symref | David Turner | 2015-08-11 | 2 | -12/+42 |
* | | | | | | | | | | | Merge branch 'nd/dwim-wildcards-as-pathspecs' | Junio C Hamano | 2015-08-25 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | t2019: skip test requiring '*' in a file name non Windows | Johannes Sixt | 2015-08-11 | 1 | -1/+1 |
* | | | | | | | | | | | | Merge branch 'jk/long-error-messages' | Junio C Hamano | 2015-08-25 | 3 | -29/+21 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | vreportf: avoid intermediate bufferjk/long-error-messages | Jeff King | 2015-08-11 | 1 | -3/+12 |
| * | | | | | | | | | | | | vreportf: report to arbitrary filehandles | Jeff King | 2015-08-11 | 3 | -29/+12 |
* | | | | | | | | | | | | | Merge branch 'ee/clean-remove-dirs' | Junio C Hamano | 2015-08-25 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | t7300-clean: require POSIXPERM for chmod 0 testee/clean-remove-dirs | Johannes Sixt | 2015-08-11 | 1 | -1/+1 |