summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* upload-pack: send ERR packet for non-tip objectsJeff King2019-04-153-5/+22
* t5530: check protocol response for "not our ref"Jeff King2019-04-151-2/+3
* t5516: drop ok=sigpipe from unreachable-want testsJeff King2019-04-151-3/+3
* The fourth batchJunio C Hamano2019-04-091-0/+39
* Merge branch 'jt/submodule-fetch-errmsg'Junio C Hamano2019-04-092-1/+8
|\
| * submodule: explain first attempt failure clearlyJonathan Tan2019-03-142-1/+8
* | Merge branch 'jk/sha1dc'Junio C Hamano2019-04-093-2/+4
|\ \
| * | Makefile: fix unaligned loads in sha1dc with UBSanJeff King2019-03-133-2/+4
| |/
* | Merge branch 'jk/promote-ggg'Junio C Hamano2019-04-092-3/+3
|\ \
| * | point pull requesters to GitGitGadgetJeff King2019-03-132-3/+3
| |/
* | Merge branch 'ar/t4150-remove-cruft'Junio C Hamano2019-04-091-3/+1
|\ \
| * | t4150: remove unused variableAndrei Rybak2019-03-131-3/+1
| |/
* | Merge branch 'js/rebase-deprecate-preserve-merges'Junio C Hamano2019-04-094-19/+24
|\ \
| * | rebase: deprecate --preserve-mergesJohannes Schindelin2019-03-124-19/+24
* | | Merge branch 'ms/worktree-add-atomic-mkdir'Junio C Hamano2019-04-091-5/+7
|\ \ \
| * | | worktree: fix worktree add raceMichal Suchanek2019-03-121-5/+7
* | | | Merge branch 'jk/line-log-with-patch'Junio C Hamano2019-04-093-2/+25
|\ \ \ \
| * | | | line-log: detect unsupported formatsJeff King2019-03-112-0/+14
| * | | | line-log: suppress diff output with "-s"Jeff King2019-03-082-2/+11
| |/ / /
* | | | Merge branch 'ra/t3600-test-path-funcs'Junio C Hamano2019-04-092-171/+187
|\ \ \ \
| * | | | t3600: use helpers to replace test -d/f/e/s <path>Rohit Ashiwal2019-03-081-75/+75
| * | | | t3600: modernize styleRohit Ashiwal2019-03-081-100/+107
| * | | | test functions: add function `test_file_not_empty`Rohit Ashiwal2019-03-081-0/+9
* | | | | Merge branch 'nd/rewritten-ref-is-per-worktree'Junio C Hamano2019-04-093-22/+66
|\ \ \ \ \
| * | | | | Make sure refs/rewritten/ is per-worktreeNguyễn Thái Ngọc Duy2019-03-083-2/+40
| * | | | | files-backend.c: reduce duplication in add_per_worktree_entries_to_dir()Nguyễn Thái Ngọc Duy2019-03-081-11/+11
| * | | | | files-backend.c: factor out per-worktree code in loose_fill_ref_dir()Nguyễn Thái Ngọc Duy2019-03-081-22/+28
* | | | | | Merge branch 'jh/resize-convert-scratch-buffer'Junio C Hamano2019-04-091-1/+1
|\ \ \ \ \ \
| * | | | | | convert: avoid malloc of original file sizeJoey Hess2019-03-081-1/+1
* | | | | | | Merge branch 'dl/ignore-docs'Junio C Hamano2019-04-093-15/+13
|\ \ \ \ \ \ \
| * | | | | | | docs: move core.excludesFile from git-add to gitignoreDenton Liu2019-03-082-9/+8
| * | | | | | | git-clean.txt: clarify ignore pattern filesDenton Liu2019-03-081-6/+5
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'ja/dir-rename-doc-markup-fix'Junio C Hamano2019-04-091-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Doc: fix misleading asciidoc formatingJean-Noël Avila2019-03-051-2/+2
* | | | | | | | Merge branch 'dl/reset-doc-no-wrt-abbrev'Junio C Hamano2019-04-091-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | git-reset.txt: clarify documentationDenton Liu2019-03-061-2/+2
* | | | | | | | | The third batchJunio C Hamano2019-03-201-0/+49
* | | | | | | | | Merge branch 'br/commit-tree-parseopt'Junio C Hamano2019-03-203-74/+104
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | commit-tree: utilize parse-options apiBrandon Richardson2019-03-083-74/+104
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'jk/config-type-color-ends-with-lf'Junio C Hamano2019-03-201-1/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | config: document --type=color output is a complete lineJeff King2019-03-071-1/+3
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'ma/clear-repository-format'Junio C Hamano2019-03-205-18/+63
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | setup: fix memory leaks with `struct repository_format`Martin Ågren2019-03-015-18/+62
| * | | | | | | | | setup: free old value before setting `work_tree`Martin Ågren2019-01-231-0/+1
* | | | | | | | | | Merge branch 'jk/virtual-objects-do-exist'Junio C Hamano2019-03-202-1/+11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | rev-list: allow cached objects in existence checkJeff King2019-03-052-1/+11
* | | | | | | | | | | Merge branch 'jk/no-sigpipe-during-network-transport'Junio C Hamano2019-03-203-5/+12
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fetch: ignore SIGPIPE during network operationJeff King2019-03-051-0/+2
| * | | | | | | | | | | fetch: avoid calling write_or_die()Jeff King2019-03-052-5/+10
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'jk/fsck-doc'Junio C Hamano2019-03-203-5/+90
|\ \ \ \ \ \ \ \ \ \ \