)]}'
{
  "commit": "515360f9e9be976344e3d21cf6f28dcd2ff3c4f9",
  "tree": "2d580e9d9674c92e2efb1ba673199e343cba5a61",
  "parents": [
    "3b9e3c2cede15057af3ff8076c45ad5f33829436"
  ],
  "author": {
    "name": "Jonathan Nieder",
    "email": "jrnieder@gmail.com",
    "time": "Mon May 01 17:21:14 2017 -0700"
  },
  "committer": {
    "name": "Junio C Hamano",
    "email": "gitster@pobox.com",
    "time": "Tue May 02 10:58:06 2017 +0900"
  },
  "message": "credential doc: make multiple-helper behavior more prominent\n\nGit\u0027s configuration system works by reading multiple configuration\nfiles in order, from general to specific:\n\n - first, the system configuration /etc/gitconfig\n - then the user\u0027s configuration (~/.gitconfig or ~/.config/git/config)\n - then the repository configuration (.git/config)\n\nFor single-valued configuration items, the latest value wins.  For\nmulti-valued configuration items, values accumulate in that order.\n\nFor example, this allows setting a credential helper globally in\n~/.gitconfig that git will try to use in all repositories, regardless\nof whether they additionally provide another helper.  This is usually\na nice thing --- e.g. I can install helpers to use my OS keychain and\nto cache credentials for a short period of time globally.\n\nSometimes people want to be able to override an inherited setting.\nFor the credential.helper setting, this is done by setting the\nconfiguration item to empty before giving it a new value.  This is\nalready documented but the documentation is hard to find ---\ngit-config(1) says to look at gitcredentials(7) and the config\nreference in gitcredentials(7) doesn\u0027t mention this issue.\n\nMove the documentation to the config reference to make it easier to\nfind.\n\nSigned-off-by: Jonathan Nieder \u003cjrnieder@gmail.com\u003e\nSigned-off-by: Junio C Hamano \u003cgitster@pobox.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "f3a75d1ce1c5a2709b452faca76f5f6f1cdb7de0",
      "old_mode": 33188,
      "old_path": "Documentation/gitcredentials.txt",
      "new_id": "f970196bc1c52f489538ab515e1640ac435fead3",
      "new_mode": 33188,
      "new_path": "Documentation/gitcredentials.txt"
    }
  ]
}
