Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 2018-05-06 | 67 | -190/+190 |
* | run-command: use BUG() to report bugs, not die() | Johannes Schindelin | 2018-05-06 | 1 | -13/+10 |
* | test-tool: help verifying BUG() code paths | Johannes Schindelin | 2018-05-06 | 2 | -0/+7 |
* | The fourth batch for 2.18 | Junio C Hamano | 2018-04-25 | 1 | -0/+78 |
* | Merge branch 'jm/mem-pool' | Junio C Hamano | 2018-04-25 | 4 | -61/+106 |
|\ | |||||
| * | mem-pool: move reusable parts of memory pool into its own file | Jameson Miller | 2018-04-12 | 4 | -69/+91 |
| * | fast-import: introduce mem_pool type | Jameson Miller | 2018-04-12 | 1 | -29/+52 |
| * | fast-import: rename mem_pool type to mp_block | Jameson Miller | 2018-04-12 | 1 | -10/+10 |
* | | Merge branch 'tg/use-git-contacts' | Junio C Hamano | 2018-04-25 | 1 | -2/+2 |
|\ \ | |||||
| * | | SubmittingPatches: mention the git contacts command | Thomas Gummerer | 2018-04-12 | 1 | -2/+2 |
* | | | Merge branch 'sb/filenames-with-dashes' | Junio C Hamano | 2018-04-25 | 42 | -45/+45 |
|\ \ \ | |||||
| * | | | replace_object.c: rename to use dash in file name | Stefan Beller | 2018-04-11 | 2 | -1/+1 |
| * | | | sha1_file.c: rename to use dash in file name | Stefan Beller | 2018-04-11 | 4 | -3/+3 |
| * | | | sha1_name.c: rename to use dash in file name | Stefan Beller | 2018-04-11 | 4 | -3/+3 |
| * | | | exec_cmd: rename to use dash in file name | Stefan Beller | 2018-04-11 | 31 | -32/+32 |
| * | | | unicode_width.h: rename to use dash in file name | Stefan Beller | 2018-04-11 | 4 | -5/+5 |
| * | | | write_or_die.c: rename to use dashes in file name | Stefan Beller | 2018-04-11 | 2 | -1/+1 |
* | | | | Merge branch 'cc/perf-bisect' | Junio C Hamano | 2018-04-25 | 3 | -10/+166 |
|\ \ \ \ | |||||
| * | | | | t/perf: add scripts to bisect performance regressions | Christian Couder | 2018-04-11 | 2 | -0/+120 |
| * | | | | perf/run: add --subsection option | Christian Couder | 2018-04-11 | 1 | -10/+46 |
* | | | | | Merge branch 'bp/fsmonitor-prime-index' | Junio C Hamano | 2018-04-25 | 1 | -0/+3 |
|\ \ \ \ \ | |||||
| * | | | | | fsmonitor: force index write after full scan | Ben Peart | 2018-04-11 | 1 | -0/+3 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'bp/fsmonitor-bufsize-fix' | Junio C Hamano | 2018-04-25 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | fsmonitor: fix incorrect buffer size when printing version number | Ben Peart | 2018-04-11 | 1 | -1/+1 |
* | | | | | | Merge branch 'cb/bash-completion-ls-files-processing' | Junio C Hamano | 2018-04-25 | 1 | -6/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | completion: improve ls-files filter performance | Clemens Buchacher | 2018-04-10 | 1 | -6/+1 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge branch 'es/worktree-docs' | Junio C Hamano | 2018-04-25 | 1 | -9/+9 |
|\ \ \ \ \ \ | |||||
| * | | | | | | git-worktree.txt: unify command-line prompt in example blocks | Eric Sunshine | 2018-04-09 | 1 | -2/+2 |
| * | | | | | | git-worktree.txt: recommend 'git worktree remove' over manual deletion | Eric Sunshine | 2018-04-09 | 1 | -7/+7 |
* | | | | | | | Merge branch 'es/fread-reads-dir-autoconf-fix' | Junio C Hamano | 2018-04-25 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | configure.ac: fix botched FREAD_READS_DIRECTORIES check | Eric Sunshine | 2018-04-09 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'ps/test-chmtime-get' | Junio C Hamano | 2018-04-25 | 10 | -42/+63 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | t/helper: 'test-chmtime (--get|-g)' to print only the mtime | Paul-Sebastian Ungureanu | 2018-04-09 | 10 | -42/+63 |
* | | | | | | | | | Merge branch 'js/t5404-path-fix' | Junio C Hamano | 2018-04-25 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | t5404: relax overzealous test | Johannes Schindelin | 2018-04-09 | 1 | -1/+1 |
* | | | | | | | | | | Merge branch 'jk/ref-array-push' | Junio C Hamano | 2018-04-25 | 4 | -14/+36 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | ref-filter: factor ref_array pushing into its own function | Jeff King | 2018-04-09 | 2 | -3/+21 |
| * | | | | | | | | | | ref-filter: make ref_array_item allocation more consistent | Jeff King | 2018-04-09 | 1 | -7/+11 |
| * | | | | | | | | | | ref-filter: use "struct object_id" consistently | Jeff King | 2018-04-09 | 4 | -8/+8 |
| | |_|_|_|/ / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'en/doc-typoes' | Junio C Hamano | 2018-04-25 | 7 | -8/+8 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Documentation: normalize spelling of 'normalised' | Elijah Newren | 2018-04-09 | 1 | -1/+1 |
| * | | | | | | | | | | Documentation: fix several one-character-off spelling errors | Elijah Newren | 2018-04-09 | 6 | -7/+7 |
| | |_|/ / / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'lw/daemon-log-destination' | Junio C Hamano | 2018-04-25 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | daemon.c: fix condition for redirecting stderr | Lucas Werkmeister | 2018-04-09 | 1 | -1/+1 |
* | | | | | | | | | | | Merge branch 'mn/send-email-credential-doc' | Junio C Hamano | 2018-04-25 | 1 | -10/+6 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | send-email: simplify Gmail example in the documentation | Michal Nazarewicz | 2018-04-08 | 1 | -10/+6 |
* | | | | | | | | | | | | Merge branch 'ak/bisect-doc-typofix' | Junio C Hamano | 2018-04-25 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Documentation/git-bisect.txt: git bisect term → git bisect terms | Anders Kaseorg | 2018-04-07 | 1 | -2/+2 |
* | | | | | | | | | | | | | Merge branch 'br/mergetools-guiffy' | Junio C Hamano | 2018-04-25 | 1 | -0/+18 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | mergetools: add support for guiffy | Bill Ritcher | 2018-04-06 | 1 | -0/+18 |
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | |