summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tr/maint-format-patch-empty-output'Junio C Hamano2011-09-021-1/+8
|\
| * Document negated forms of format-patch --to --cc --add-headersThomas Rast2011-08-291-1/+8
* | Merge branch 'gb/maint-am-patch-format-error-message'Junio C Hamano2011-09-021-0/+13
|\ \
* \ \ Merge branch 'ms/daemon-timeout-is-in-seconds'Junio C Hamano2011-09-021-5/+5
|\ \ \
| * | | git-daemon.txt: specify --timeout in secondsMichael Stapelberg2011-08-281-5/+5
* | | | Merge branch 'jc/clean-exclude-doc'Junio C Hamano2011-09-021-4/+6
|\ \ \ \
| * | | | Documentation: clarify "git clean -e <pattern>"Junio C Hamano2011-08-281-4/+6
| |/ / /
* | | | Merge branch 'mg/maint-notes-C-doc'Junio C Hamano2011-09-021-2/+5
|\ \ \ \
| * | | | git-notes.txt: clarify -C vs. copy and -FMichael J Gruber2011-08-251-2/+5
| |/ / /
* | | | Merge branch 'fg/submodule-ff-check-before-push'Junio C Hamano2011-09-021-0/+6
|\ \ \ \
| * | | | push: Don't push a repository with unpushed submodulesFredrik Gustafsson2011-08-201-0/+6
* | | | | Merge branch 'en/merge-recursive-2'Junio C Hamano2011-09-021-0/+10
|\ \ \ \ \
| * | | | | string-list: Add API to remove an item from an unsorted listJohannes Sixt2011-08-141-0/+10
* | | | | | git-svn: Teach dcommit --mergeinfo to handle multiple linesBryan Jacobs2011-09-011-2/+3
* | | | | | git-svn: New flag to emulate empty directoriesRay Chen2011-09-011-0/+11
* | | | | | Merge branch 'maint'Junio C Hamano2011-08-301-4/+7
|\ \ \ \ \ \
| * | | | | | Documentation: clarify effects of -- <path> argumentsThomas Rast2011-08-301-4/+7
| | |_|/ / / | |/| | | |
* | | | | | Update draft release notes to 1.7.7Junio C Hamano2011-08-281-1/+24
* | | | | | Merge branch 'di/fast-import-ident'Junio C Hamano2011-08-281-2/+2
|\ \ \ \ \ \
| * | | | | | fast-import: check committer name more strictlyDmitry Ivankov2011-08-111-2/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'bw/doc-repo-layout'Junio C Hamano2011-08-282-31/+30
|\ \ \ \ \ \
| * | | | | | Mark http-fetch without -a as deprecatedBen Walton2011-08-231-0/+3
| * | | | | | Documentation: Grammar correction, wording fixes and cleanupBen Walton2011-08-231-31/+27
* | | | | | | Merge branch 'nk/branch-v-abbrev'Junio C Hamano2011-08-281-1/+2
|\ \ \ \ \ \ \
| * | | | | | | branch -v: honor core.abbrevNamhyung Kim2011-07-011-1/+2
* | | | | | | | Git 1.7.7-rc0v1.7.7-rc0Junio C Hamano2011-08-251-2/+9
* | | | | | | | Merge branch 'di/fast-import-doc'Junio C Hamano2011-08-251-3/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | doc/fast-import: document feature import-marks-if-existsDmitry Ivankov2011-08-171-3/+7
* | | | | | | | | Sync with 1.7.6.1Junio C Hamano2011-08-241-1/+2
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | Git 1.7.6.1v1.7.6.1Junio C Hamano2011-08-241-1/+2
* | | | | | | | | Update draft release notes to 1.7.7Junio C Hamano2011-08-231-15/+9
* | | | | | | | | Merge branch 'maint'Junio C Hamano2011-08-231-0/+11
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Update draft release notes for 1.7.6.1Junio C Hamano2011-08-231-0/+11
| * | | | | | | | Merge branch 'cb/maint-quiet-push' into maintJunio C Hamano2011-08-232-2/+8
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge branch 'maint'Junio C Hamano2011-08-221-0/+81
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | add technical documentation about ref iterationHeiko Voigt2011-08-221-0/+81
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Update draft release notes to 1.7.7Junio C Hamano2011-08-181-0/+6
* | | | | | | | | Merge branch 'ma/am-exclude'Junio C Hamano2011-08-181-1/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | am: Document new --exclude=<path> optionmaximilian attems2011-08-091-1/+3
* | | | | | | | | | Update draft release notes to 1.7.7Junio C Hamano2011-08-171-1/+34
* | | | | | | | | | Merge branch 'mh/check-attr-relative'Junio C Hamano2011-08-173-26/+61
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Rename git_checkattr() to git_check_attr()Michael Haggerty2011-08-041-4/+4
| * | | | | | | | | | git-check-attr: Fix command-line handling to match docsMichael Haggerty2011-08-041-2/+5
| * | | | | | | | | | git-check-attr: Add an --all option to show all attributesMichael Haggerty2011-08-041-2/+14
| * | | | | | | | | | Allow querying all attributes on a fileMichael Haggerty2011-08-041-14/+30
| * | | | | | | | | | Provide access to the name attribute of git_attrMichael Haggerty2011-08-041-1/+2
| * | | | | | | | | | doc: Correct git_attr() calls in example codeMichael Haggerty2011-08-041-5/+5
| * | | | | | | | | | doc: Add a link from gitattributes(5) to git-check-attr(1)Michael Haggerty2011-08-041-0/+3
* | | | | | | | | | | Merge branch 'js/bisect-no-checkout'Junio C Hamano2011-08-171-1/+33
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | bisect: add support for bisecting bare repositoriesJon Seymour2011-08-091-0/+2