Age | Commit message (Expand) | Author | Files | Lines |
2017-08-22 | Merge branch 'ma/parse-maybe-bool' | Junio C Hamano | 1 | -1/+1 |
2017-08-07 | treewide: deprecate git_config_maybe_bool, use git_parse_maybe_bool | Martin Ågren | 1 | -1/+1 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-06-01 | builtin/push.c: respect 'submodule.recurse' option | Stefan Beller | 1 | -0/+4 |
2017-04-02 | push: unmark a local variable as static | Brandon Williams | 1 | -2/+3 |
2017-01-31 | Merge branch 'bw/push-submodule-only' | Junio C Hamano | 1 | -0/+2 |
2016-12-27 | Merge branch 'jc/push-default-explicit' | Junio C Hamano | 1 | -2/+5 |
2016-12-20 | push: add option to push only submodules | Brandon Williams | 1 | -0/+2 |
2016-10-28 | push: do not use potentially ambiguous default refspec | Junio C Hamano | 1 | -2/+5 |
2016-07-14 | push: accept push options | Stefan Beller | 1 | -3/+18 |
2016-02-26 | Merge branch 'mm/push-default-warning' | Junio C Hamano | 1 | -34/+0 |
2016-02-25 | push: remove "push.default is unset" warning message | Matthieu Moy | 1 | -34/+0 |
2016-02-24 | Merge branch 'ew/force-ipv4' | Junio C Hamano | 1 | -0/+6 |
2016-02-12 | connect & http: support -4 and -6 switches for remote operations | Eric Wong | 1 | -0/+6 |
2016-01-12 | Merge branch 'ps/push-delete-option' | Junio C Hamano | 1 | -1/+1 |
2015-12-22 | push: don't mark options of recurse-submodules for translation | Ralf Thielow | 1 | -1/+1 |
2015-12-16 | push: add '-d' as shorthand for '--delete' | Patrick Steinhardt | 1 | -1/+1 |
2015-12-04 | push: follow the "last one wins" convention for --recurse-submodules | Mike Crowe | 1 | -9/+3 |
2015-11-20 | push: add recurseSubmodules config option | Mike Crowe | 1 | -15/+24 |
2015-08-19 | push: add a config option push.gpgSign for default signed pushes | Dave Borowitz | 1 | -14/+36 |
2015-08-19 | push: support signing pushes iff the server supports it | Dave Borowitz | 1 | -1/+19 |
2015-03-14 | push: allow --follow-tags to be set by config push.followTags | Dave Olszewski | 1 | -0/+10 |
2015-02-17 | cmd_push: pass "flags" pointer to config callback | Jeff King | 1 | -1/+1 |
2015-02-17 | cmd_push: set "atomic" bit directly | Jeff King | 1 | -5/+1 |
2015-02-15 | git_push_config: drop cargo-culted wt_status pointer | Jeff King | 1 | -2/+1 |
2015-02-11 | Merge branch 'sb/atomic-push' | Junio C Hamano | 1 | -0/+5 |
2015-01-07 | push.c: add an --atomic argument | Ronnie Sahlberg | 1 | -0/+5 |
2014-12-12 | Merge branch 'jk/push-simple' | Junio C Hamano | 1 | -4/+4 |
2014-12-12 | Merge branch 'rt/push-recurse-submodule-usage-string' | Junio C Hamano | 1 | -1/+1 |
2014-11-30 | push: truly use "simple" as default, not "upstream" | Jeff King | 1 | -4/+4 |
2014-11-18 | builtin/push.c: fix description of --recurse-submodules option | Ralf Thielow | 1 | -1/+1 |
2014-10-24 | push: heed user.signingkey for signed pushes | Michael J Gruber | 1 | -1/+12 |
2014-09-15 | push: the beginning of "git push --signed" | Junio C Hamano | 1 | -0/+1 |
2014-06-20 | refactor skip_prefix to return a boolean | Jeff King | 1 | -4/+3 |
2014-03-07 | Merge branch 'cc/starts-n-ends-with-endgame' | Junio C Hamano | 1 | -1/+1 |
2014-03-07 | Merge branch 'gj/push-more-verbose-advice' | Junio C Hamano | 1 | -1/+1 |
2014-03-07 | Merge branch 'jc/push-2.0-default-to-simple' | Junio C Hamano | 1 | -24/+7 |
2013-12-27 | Merge branch 'jc/push-refmap' | Junio C Hamano | 1 | -22/+62 |
2013-12-04 | push: also use "upstream" mapping when pushing a single ref | Junio C Hamano | 1 | -0/+11 |
2013-12-04 | push: use remote.$name.push as a refmap | Junio C Hamano | 1 | -2/+38 |
2013-12-03 | builtin/push.c: use strbuf instead of manual allocation | Junio C Hamano | 1 | -21/+14 |
2013-11-13 | push: switch default from "matching" to "simple" | Junio C Hamano | 1 | -25/+8 |
2013-11-13 | push: enhance unspecified push default warning | Greg Jacobson | 1 | -0/+7 |
2013-09-11 | Merge branch 'nd/push-no-thin' | Junio C Hamano | 1 | -3/+2 |
2013-09-09 | Merge branch 'jc/push-cas' | Junio C Hamano | 1 | -0/+13 |
2013-09-04 | Merge branch 'sb/parseopt-boolean-removal' | Junio C Hamano | 1 | -3/+3 |
2013-08-13 | push: respect --no-thin | Nguyễn Thái Ngọc Duy | 1 | -3/+2 |
2013-08-05 | Replace deprecated OPT_BOOLEAN by OPT_BOOL | Stefan Beller | 1 | -3/+3 |
2013-07-29 | many small typofixes | Ondřej Bílka | 1 | -1/+1 |