Age | Commit message (Expand) | Author | Files | Lines |
2014-11-10 | Sync with maint | Junio C Hamano | 1 | -2/+2 |
2014-11-10 | Documentation/config.txt: fix minor typo | Thomas Quinot | 1 | -1/+1 |
2014-11-10 | config.txt: fix typo | Nicolas Dermine | 1 | -1/+1 |
2014-11-04 | Documentation: typofixes | Thomas Ackermann | 1 | -5/+5 |
2014-10-31 | Merge branch 'rs/grep-color-words' | Junio C Hamano | 1 | -1/+5 |
2014-10-29 | Merge branch 'rb/pack-window-memory-config-doc' | Junio C Hamano | 1 | -4/+5 |
2014-10-28 | grep: add color.grep.matchcontext and color.grep.matchselected | René Scharfe | 1 | -1/+5 |
2014-10-28 | config.txt: pack.windowmemory limit applies per-thread | Robert de Bath | 1 | -4/+5 |
2014-10-24 | Merge branch 'tb/core-filemode-doc' | Junio C Hamano | 1 | -6/+19 |
2014-10-21 | Merge branch 'da/mergetool-meld' | Junio C Hamano | 1 | -0/+9 |
2014-10-21 | Merge branch 'da/mergetool-temporary-directory' | Junio C Hamano | 1 | -0/+6 |
2014-10-19 | core.filemode may need manual action | Torsten Bögershausen | 1 | -6/+19 |
2014-10-16 | mergetool: add an option for writing to a temporary directory | David Aguilar | 1 | -0/+6 |
2014-10-16 | mergetools/meld: make usage of `--output` configurable and more robust | David Aguilar | 1 | -0/+9 |
2014-10-08 | Merge branch 'jc/push-cert' | Junio C Hamano | 1 | -0/+19 |
2014-09-17 | signed push: allow stale nonce in stateless mode | Junio C Hamano | 1 | -0/+13 |
2014-09-17 | signed push: fortify against replay attacks | Junio C Hamano | 1 | -6/+6 |
2014-09-15 | push: the beginning of "git push --signed" | Junio C Hamano | 1 | -0/+6 |
2014-08-18 | diff --stat: mark any file larger than core.bigfilethreshold binary | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2014-07-23 | Merge branch 'jk/tag-sort' | Junio C Hamano | 1 | -0/+5 |
2014-07-17 | tag: support configuring --sort via .gitconfig | Jacob Keller | 1 | -0/+5 |
2014-06-25 | Merge branch 'jk/repack-pack-writebitmaps-config' | Junio C Hamano | 1 | -7/+10 |
2014-06-25 | Merge branch 'jl/status-added-submodule-is-never-ignored' into maint | Junio C Hamano | 1 | -2/+6 |
2014-06-16 | Merge branch 'sh/enable-preloadindex' | Junio C Hamano | 1 | -2/+2 |
2014-06-16 | Merge branch 'jm/format-patch-mail-sig' | Junio C Hamano | 1 | -0/+4 |
2014-06-16 | Merge branch 'jl/status-added-submodule-is-never-ignored' | Junio C Hamano | 1 | -2/+6 |
2014-06-10 | repack: introduce repack.writeBitmaps config option | Jeff King | 1 | -7/+10 |
2014-06-06 | Merge branch 'jj/command-line-adjective' | Junio C Hamano | 1 | -5/+5 |
2014-06-06 | Merge branch 'nd/status-auto-comment-char' | Junio C Hamano | 1 | -0/+3 |
2014-06-06 | Merge branch 'dk/raise-core-deltabasecachelimit' | Junio C Hamano | 1 | -1/+1 |
2014-06-06 | Merge branch 'mm/pager-less-sans-S' | Junio C Hamano | 1 | -5/+10 |
2014-06-03 | environment.c: enable core.preloadindex by default | Steve Hoelzer | 1 | -2/+2 |
2014-05-27 | format-patch: add "--signature-file=<file>" option | Jeremiah Mahler | 1 | -0/+4 |
2014-05-21 | Documentation: use "command-line" when used as a compound adjective, and fix ... | Jason St. John | 1 | -5/+5 |
2014-05-19 | commit: allow core.commentChar=auto for character auto selection | Nguyễn Thái Ngọc Duy | 1 | -0/+3 |
2014-05-07 | pager: remove 'S' from $LESS by default | Matthieu Moy | 1 | -5/+10 |
2014-05-06 | Bump core.deltaBaseCacheLimit to 96m | David Kastrup | 1 | -1/+1 |
2014-04-21 | Documentation: git-gui: describe gui.displayuntracked | Max Kirillov | 1 | -0/+4 |
2014-04-08 | Merge branch 'jl/nor-or-nand-and' | Junio C Hamano | 1 | -3/+3 |
2014-04-07 | status/commit: show staged submodules regardless of ignore config | Jens Lehmann | 1 | -2/+6 |
2014-04-03 | Merge branch 'nd/gc-aggressive' | Junio C Hamano | 1 | -0/+5 |
2014-03-31 | Merge branch 'ca/doc-config-third-party' | Junio C Hamano | 1 | -2/+7 |
2014-03-31 | Documentation: fix misuses of "nor" | Justin Lebar | 1 | -3/+3 |
2014-03-31 | gc --aggressive: make --depth configurable | Nguyễn Thái Ngọc Duy | 1 | -0/+5 |
2014-03-21 | config.txt: third-party tools may and do use their own variables | Chris Angelico | 1 | -2/+7 |
2014-03-18 | Merge branch 'jk/repack-pack-keep-objects' | Junio C Hamano | 1 | -0/+7 |
2014-03-14 | Merge branch 'sr/add--interactive-term-readkey' | Junio C Hamano | 1 | -1/+1 |
2014-03-14 | Merge branch 'sg/archive-restrict-remote' | Junio C Hamano | 1 | -0/+7 |
2014-03-14 | Merge branch 'tg/index-v4-format' | Junio C Hamano | 1 | -0/+4 |
2014-03-07 | Merge branch 'jc/push-2.0-default-to-simple' | Junio C Hamano | 1 | -10/+4 |