aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* Merge branch 'jk/shortlog'Junio C Hamano2016-01-28
|\
| * shortlog: don't warn on empty authorJeff King2016-01-19
| * shortlog: optimize out useless string listJeff King2016-01-19
| * shortlog: optimize out useless "<none>" normalizationJeff King2016-01-19
| * shortlog: optimize "--summary" modeJeff King2016-01-19
| * shortlog: replace hand-parsing of author with pretty-printerJeff King2016-01-19
| * shortlog: use strbufs to read from stdinJeff King2016-01-19
| * shortlog: match both "Author:" and "author" on stdinJeff King2016-01-19
* | Merge branch 'jc/strbuf-getline'Junio C Hamano2016-01-28
|\ \
| * | strbuf: give strbuf_getline() to the "most text friendly" variantJunio C Hamano2016-01-15
| * | checkout-index: there are only two possible line terminationsJunio C Hamano2016-01-15
| * | update-index: there are only two possible line terminationsJunio C Hamano2016-01-15
| * | check-ignore: there are only two possible line terminationsJunio C Hamano2016-01-15
| * | check-attr: there are only two possible line terminationsJunio C Hamano2016-01-15
| * | mktree: there are only two possible line terminationsJunio C Hamano2016-01-15
| * | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-15
| * | strbuf: make strbuf_getline_crlf() globalJunio C Hamano2016-01-14
| |/
* | Merge branch 'tk/interpret-trailers-in-place'Junio C Hamano2016-01-28
|\ \
| * | interpret-trailers: add option for in-place editingTobias Klauser2016-01-14
| |/
* | Merge branch 'jk/symbolic-ref'Junio C Hamano2016-01-26
|\ \
| * | checkout,clone: check return value of create_symrefJeff King2016-01-12
| |/
* | Merge branch 'ak/format-patch-odir-config'Junio C Hamano2016-01-26
|\ \
| * | format-patch: introduce format.outputDirectory configurationAlexander Kuleshov2016-01-13
| |/
* | Merge branch 'js/close-packs-before-gc'Junio C Hamano2016-01-26
|\ \
| * | receive-pack: release pack files before garbage-collectingJohannes Schindelin2016-01-13
| * | merge: release pack files before garbage-collectingJohannes Schindelin2016-01-13
| * | am: release pack files before garbage-collectingJohannes Schindelin2016-01-13
| * | fetch: release pack files before garbage-collectingJohannes Schindelin2016-01-13
| |/
* | Merge branch 'js/pull-rebase-i'Junio C Hamano2016-01-26
|\ \
| * | remote: handle the config setting branch.*.rebase=interactiveJohannes Schindelin2016-01-13
| * | pull: allow interactive rebase with --rebase=interactiveJohannes Schindelin2016-01-13
| |/
* | Merge branch 'tg/grep-no-index-fallback'Junio C Hamano2016-01-20
|\ \
| * | builtin/grep: add grep.fallbackToNoIndex configThomas Gummerer2016-01-12
* | | Merge branch 'js/fopen-harder'Junio C Hamano2016-01-20
|\ \ \
| * | | Handle more file writes correctly in shared reposJohannes Schindelin2016-01-11
| * | | commit: allow editing the commit message even in shared reposJohannes Schindelin2016-01-07
| * | | Merge branch 'jk/symbolic-ref-maint' into maintJunio C Hamano2016-01-04
| |\ \ \
* | \ \ \ Merge branch 'jk/clang-pedantic'Junio C Hamano2016-01-20
|\ \ \ \ \
| * | | | | avoid shifting signed integers 31 bitsJeff King2016-01-04
| |/ / / /
* | | | | Merge branch 'nd/ita-cleanup'Junio C Hamano2016-01-20
|\ \ \ \ \
| * | | | | grep: make it clear i-t-a entries are ignoredNguyễn Thái Ngọc Duy2015-12-28
| * | | | | add and use a convenience macro ce_intent_to_add()Nguyễn Thái Ngọc Duy2015-09-06
| * | | | | blame: remove obsolete commentNguyễn Thái Ngọc Duy2015-08-25
* | | | | | Merge branch 'mh/notes-allow-reading-treeish'Junio C Hamano2016-01-20
|\ \ \ \ \ \
| * | | | | | notes: allow treeish expressions as notes refMike Hommey2016-01-12
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'vl/grep-configurable-threads'Junio C Hamano2016-01-12
|\ \ \ \ \ \
| * | | | | | grep: add --threads=<num> option and grep.threads configurationVictor Leschuk2015-12-16
| * | | | | | grep: slight refactoring to the code that disables threadingVictor Leschuk2015-12-15
| * | | | | | grep: allow threading even on a single-core machineVictor Leschuk2015-12-15
* | | | | | | Merge branch 'ea/blame-progress'Junio C Hamano2016-01-12
|\ \ \ \ \ \ \