Age | Commit message (Expand) | Author | Files | Lines |
2016-01-13 | pull: allow interactive rebase with --rebase=interactive | Johannes Schindelin | 1 | -0/+4 |
2016-01-13 | format-patch: introduce format.outputDirectory configuration | Alexander Kuleshov | 1 | -0/+4 |
2016-01-12 | Merge branch 'vl/grep-configurable-threads' | Junio C Hamano | 1 | -0/+4 |
2016-01-12 | builtin/grep: add grep.fallbackToNoIndex config | Thomas Gummerer | 1 | -0/+4 |
2015-12-21 | Merge branch 'mc/push-recurse-submodules-config' | Junio C Hamano | 1 | -0/+14 |
2015-12-16 | grep: add --threads=<num> option and grep.threads configuration | Victor Leschuk | 1 | -0/+4 |
2015-11-20 | push: add recurseSubmodules config option | Mike Crowe | 1 | -0/+14 |
2015-11-20 | credential-cache: new option to ignore sighup | Noam Postavsky | 1 | -0/+3 |
2015-11-05 | hideRefs: add support for matching full refs | Lukas Fleischer | 1 | -1/+2 |
2015-11-05 | config.txt: document the semantics of hideRefs with namespaces | Lukas Fleischer | 1 | -0/+8 |
2015-10-16 | Merge branch 'dt/log-follow-config' into maint | Junio C Hamano | 1 | -0/+6 |
2015-10-15 | Merge branch 'dt/log-follow-config' | Junio C Hamano | 1 | -0/+6 |
2015-10-07 | log: Update log.follow doc and add to config.txt | Eric N. Vander Weele | 1 | -0/+6 |
2015-10-05 | Merge branch 'jk/date-local' | Junio C Hamano | 1 | -3/+1 |
2015-10-05 | Merge branch 'nk/stash-show-config' | Junio C Hamano | 1 | -0/+10 |
2015-09-17 | Merge branch 'as/config-doc-markup-fix' | Junio C Hamano | 1 | -6/+6 |
2015-09-12 | Documentation/config: fix formatting for branch.*.rebase and pull.rebase | Andreas Schwab | 1 | -6/+6 |
2015-09-03 | Documentation/config: don't list date formats | John Keeping | 1 | -3/+1 |
2015-08-31 | Merge branch 'db/push-sign-if-asked' | Junio C Hamano | 1 | -0/+8 |
2015-08-31 | Merge branch 'jk/notes-merge-config' | Junio C Hamano | 1 | -2/+14 |
2015-08-31 | stash: allow "stash show" diff output configurable | Namhyung Kim | 1 | -0/+10 |
2015-08-26 | Merge branch 'as/docfix-reflog-expire-unreachable' | Junio C Hamano | 1 | -1/+1 |
2015-08-26 | Merge branch 'ep/http-configure-ssl-version' | Junio C Hamano | 1 | -0/+23 |
2015-08-21 | Documentation/config: fix inconsistent label on gc.*.reflogExpireUnreachable | Andreas Schwab | 1 | -1/+1 |
2015-08-19 | Merge branch 'jk/negative-hiderefs' | Junio C Hamano | 1 | -17/+20 |
2015-08-19 | push: add a config option push.gpgSign for default signed pushes | Dave Borowitz | 1 | -0/+8 |
2015-08-17 | notes: teach git-notes about notes.<name>.mergeStrategy option | Jacob Keller | 1 | -0/+6 |
2015-08-17 | notes: add notes.mergeStrategy option to select default strategy | Jacob Keller | 1 | -0/+6 |
2015-08-17 | notes: document cat_sort_uniq rewriteMode | Jacob Keller | 1 | -2/+2 |
2015-08-17 | http: add support for specifying the SSL version | Elia Pinto | 1 | -0/+23 |
2015-08-12 | Merge branch 'es/worktree-add-cleanup' | Junio C Hamano | 1 | -5/+11 |
2015-08-12 | Merge branch 'pt/am-builtin' | Junio C Hamano | 1 | -0/+8 |
2015-08-12 | Merge branch 'es/worktree-add' | Junio C Hamano | 1 | -6/+6 |
2015-08-07 | refs: support negative transfer.hideRefs | Jeff King | 1 | -0/+5 |
2015-08-04 | git-am: add am.threeWay config variable | Remi Lespinet | 1 | -0/+8 |
2015-08-03 | Merge branch 'gr/rebase-i-drop-warn' | Junio C Hamano | 1 | -0/+11 |
2015-08-03 | Merge branch 'js/fsck-opt' | Junio C Hamano | 1 | -0/+41 |
2015-08-03 | Merge branch 'mr/rebase-i-customize-insn-sheet' | Junio C Hamano | 1 | -0/+5 |
2015-07-28 | Documentation/config: mention "now" and "never" for 'expire' settings | Eric Sunshine | 1 | -5/+11 |
2015-07-28 | docs/config.txt: reorder hideRefs config | Jeff King | 1 | -17/+15 |
2015-07-24 | Revert "git-am: add am.threeWay config variable" | Junio C Hamano | 1 | -8/+0 |
2015-07-20 | config: rename "gc.pruneWorktreesExpire" to "gc.worktreePruneExpire" | Eric Sunshine | 1 | -2/+1 |
2015-07-20 | Documentation/git-worktree: wordsmith worktree-related manpages | Michael Haggerty | 1 | -3/+4 |
2015-07-20 | Documentation/config: fix stale "git prune --worktree" reference | Michael Haggerty | 1 | -1/+1 |
2015-06-30 | git rebase -i: warn about removed commits | Galan RĂ©mi | 1 | -0/+11 |
2015-06-25 | Merge branch 'jk/color-diff-plain-is-context' into maint | Junio C Hamano | 1 | -1/+2 |
2015-06-24 | Merge branch 'rl/am-3way-config' | Junio C Hamano | 1 | -0/+8 |
2015-06-23 | fsck: support ignoring objects in `git fsck` via fsck.skiplist | Johannes Schindelin | 1 | -0/+8 |
2015-06-23 | fsck: git receive-pack: support excluding objects from fsck'ing | Johannes Schindelin | 1 | -0/+8 |
2015-06-23 | fsck: support demoting errors to warnings | Johannes Schindelin | 1 | -0/+11 |