summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-14send-email: default to quoted-printable when CR is presentbrian m. carlson2-1/+15
2019-04-12pack-objects: write objects packed to trace2Jonathan Tan1-0/+2
2019-04-12progress: use xmalloc/xcallocJeff King1-13/+5
2019-04-12xdiff: use xmalloc/xreallocJeff King1-2/+2
2019-04-12xdiff: use git-compat-utilJeff King1-7/+1
2019-04-12test-prio-queue: use xmallocJeff King1-1/+1
2019-04-12tag: advise on nested tagsDenton Liu5-2/+28
2019-04-12t3000 (ls-files -o): widen description to reflect current testsKyle Meyer1-1/+1
2019-04-12untracked cache: fix off-by-oneJohannes Schindelin1-1/+1
2019-04-10rev-list: detect broken root treesJeff King2-2/+7
2019-04-10rev-list: let traversal die when --missing is not in useJeff King2-3/+5
2019-04-10get_commit_tree(): return NULL for broken treeJeff King1-3/+3
2019-04-10list-objects.c: handle unexpected non-tree entriesTaylor Blau2-2/+8
2019-04-10list-objects.c: handle unexpected non-blob entriesTaylor Blau2-2/+8
2019-04-10t: introduce tests for unexpected object typesTaylor Blau1-0/+123
2019-04-10add: error appropriately on repository with no commitsKyle Meyer3-1/+16
2019-04-10dir: do not traverse repositories with no commitsKyle Meyer3-2/+55
2019-04-10submodule: refuse to add repository with no commitsKyle Meyer2-1/+17
2019-04-10submodule: teach set-branch subcommandDenton Liu4-5/+175
2019-04-10Documentation/git-show-branch: avoid literal {apostrophe}Todd Zullinger1-1/+1
2019-04-10Documentation/git-svn: improve asciidoctor compatibilityTodd Zullinger1-3/+3
2019-04-10The fourth batchJunio C Hamano1-0/+39
2019-04-10Merge branch 'jt/submodule-fetch-errmsg'Junio C Hamano2-1/+8
2019-04-10Merge branch 'jk/sha1dc'Junio C Hamano3-2/+4
2019-04-10Merge branch 'jk/promote-ggg'Junio C Hamano2-3/+3
2019-04-10Merge branch 'ar/t4150-remove-cruft'Junio C Hamano1-3/+1
2019-04-10Merge branch 'js/rebase-deprecate-preserve-merges'Junio C Hamano4-19/+24
2019-04-10Merge branch 'ms/worktree-add-atomic-mkdir'Junio C Hamano1-5/+7
2019-04-10Merge branch 'jk/line-log-with-patch'Junio C Hamano3-2/+25
2019-04-10Merge branch 'ra/t3600-test-path-funcs'Junio C Hamano2-158/+174
2019-04-10Merge branch 'nd/rewritten-ref-is-per-worktree'Junio C Hamano3-22/+66
2019-04-10Merge branch 'jh/resize-convert-scratch-buffer'Junio C Hamano1-1/+1
2019-04-10Merge branch 'dl/ignore-docs'Junio C Hamano3-15/+13
2019-04-10Merge branch 'ja/dir-rename-doc-markup-fix'Junio C Hamano1-2/+2
2019-04-10Merge branch 'dl/reset-doc-no-wrt-abbrev'Junio C Hamano1-2/+2
2019-04-09MSVC: include compat/win32/path-utils.h for MSVC, too, for real_path()Sven Strickroth2-0/+2
2019-04-09t3301: fix false negativeJohannes Schindelin1-2/+3
2019-04-08refs.c: remove the_repo from read_ref_at()Nguyễn Thái Ngọc Duy4-7/+12
2019-04-08refs.c: add repo_dwim_log()Nguyễn Thái Ngọc Duy2-6/+16
2019-04-08refs.c: add repo_dwim_ref()Nguyễn Thái Ngọc Duy2-3/+10
2019-04-08refs.c: remove the_repo from expand_ref()Nguyễn Thái Ngọc Duy3-6/+8
2019-04-08refs.c: remove the_repo from substitute_branch_name()Nguyễn Thái Ngọc Duy3-8/+17
2019-04-08refs.c: add refs_shorten_unambiguous_ref()Nguyễn Thái Ngọc Duy2-2/+11
2019-04-08refs.c: add refs_ref_exists()Nguyễn Thái Ngọc Duy1-1/+6
2019-04-08packfile.c: add repo_approximate_object_count()Nguyễn Thái Ngọc Duy2-8/+9
2019-04-08builtin rebase: use oideq()SZEDER Gábor1-1/+1
2019-04-08builtin rebase: use FREE_AND_NULLSZEDER Gábor1-2/+1
2019-04-08describe doc: remove '7-char' abbreviation referencePhilip Oakley1-1/+1
2019-04-08rerere doc: quote `rerere.enabled`Philip Oakley1-1/+1
2019-04-08blame: default to HEAD in a bare repo when no start commit is givenSZEDER Gábor2-0/+21