summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-10BUG_exit_code: fix sparse "symbol not declared" warningRamsay Jones
2018-05-06Convert remaining die*(BUG) messagesJohannes Schindelin
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2018-05-06run-command: use BUG() to report bugs, not die()Johannes Schindelin
2018-05-06test-tool: help verifying BUG() code pathsJohannes Schindelin
2018-04-25The fourth batch for 2.18Junio C Hamano
2018-04-25Merge branch 'jm/mem-pool'Junio C Hamano
2018-04-25Merge branch 'tg/use-git-contacts'Junio C Hamano
2018-04-25Merge branch 'sb/filenames-with-dashes'Junio C Hamano
2018-04-25Merge branch 'cc/perf-bisect'Junio C Hamano
2018-04-25Merge branch 'bp/fsmonitor-prime-index'Junio C Hamano
2018-04-25Merge branch 'bp/fsmonitor-bufsize-fix'Junio C Hamano
2018-04-25Merge branch 'cb/bash-completion-ls-files-processing'Junio C Hamano
2018-04-25Merge branch 'es/worktree-docs'Junio C Hamano
2018-04-25Merge branch 'es/fread-reads-dir-autoconf-fix'Junio C Hamano
2018-04-25Merge branch 'ps/test-chmtime-get'Junio C Hamano
2018-04-25Merge branch 'js/t5404-path-fix'Junio C Hamano
2018-04-25Merge branch 'jk/ref-array-push'Junio C Hamano
2018-04-25Merge branch 'en/doc-typoes'Junio C Hamano
2018-04-25Merge branch 'lw/daemon-log-destination'Junio C Hamano
2018-04-25Merge branch 'mn/send-email-credential-doc'Junio C Hamano
2018-04-25Merge branch 'ak/bisect-doc-typofix'Junio C Hamano
2018-04-25Merge branch 'br/mergetools-guiffy'Junio C Hamano
2018-04-25Merge branch 'nd/worktree-move'Junio C Hamano
2018-04-25Merge branch 'ks/branch-list-detached-rebase-i'Junio C Hamano
2018-04-25Merge branch 'jk/t5561-missing-curl'Junio C Hamano
2018-04-25Merge branch 'bw/commit-partial-from-subdirectory-fix'Junio C Hamano
2018-04-25Merge branch 'jk/relative-directory-fix'Junio C Hamano
2018-04-25Merge branch 'jk/flockfile-stdio'Junio C Hamano
2018-04-25Merge branch 'pw/rebase-signoff'Junio C Hamano
2018-04-25Merge branch 'pw/rebase-keep-empty-fixes'Junio C Hamano
2018-04-25Merge branch 'cb/git-gui-ttk-style'Junio C Hamano
2018-04-25Merge branch 'bp/git-gui-bind-kp-enter'Junio C Hamano
2018-04-25Merge branch 'bb/git-gui-ssh-key-files'Junio C Hamano
2018-04-12mem-pool: move reusable parts of memory pool into its own fileJameson Miller
2018-04-12SubmittingPatches: mention the git contacts commandThomas Gummerer
2018-04-12fast-import: introduce mem_pool typeJameson Miller
2018-04-12fast-import: rename mem_pool type to mp_blockJameson Miller
2018-04-11Merge branch 'svn/authors-prog-2' of git://bogomips.org/git-svnJunio C Hamano
2018-04-11replace_object.c: rename to use dash in file nameStefan Beller
2018-04-11sha1_file.c: rename to use dash in file nameStefan Beller
2018-04-11sha1_name.c: rename to use dash in file nameStefan Beller
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller
2018-04-11unicode_width.h: rename to use dash in file nameStefan Beller
2018-04-11write_or_die.c: rename to use dashes in file nameStefan Beller
2018-04-11fsmonitor: force index write after full scanBen Peart
2018-04-11Revert "Merge branch 'en/rename-directory-detection'"Junio C Hamano
2018-04-11fsmonitor: fix incorrect buffer size when printing version numberBen Peart
2018-04-11t/perf: add scripts to bisect performance regressionsChristian Couder
2018-04-11perf/run: add --subsection optionChristian Couder