summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cc/untracked'Junio C Hamano2016-02-102-10/+66
|\
| * config: add core.untrackedCacheChristian Couder2016-01-272-15/+61
| * update-index: add --test-untracked-cacheChristian Couder2016-01-251-1/+11
* | Merge branch 'nd/do-not-move-worktree-manually'Junio C Hamano2016-02-101-5/+10
|\ \
| * | worktree: stop supporting moving worktrees manuallynd/do-not-move-worktree-manuallyNguyễn Thái Ngọc Duy2016-01-221-5/+10
* | | Sync with 2.7.1Junio C Hamano2016-02-052-1/+89
|\ \ \
| * | | Git 2.7.1v2.7.1Junio C Hamano2016-02-052-1/+89
| * | | Merge branch 'lv/add-doc-working-tree' into maintJunio C Hamano2016-02-051-1/+1
| |\ \ \
| * \ \ \ Merge branch 'ss/clone-depth-single-doc' into maintJunio C Hamano2016-02-052-9/+9
| |\ \ \ \
| * \ \ \ \ Merge branch 'ew/for-each-ref-doc' into maintJunio C Hamano2016-02-051-2/+7
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'ss/user-manual' into maintJunio C Hamano2016-02-052-10/+36
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jk/list-tag-2.7-regression' into maintJunio C Hamano2016-02-052-2/+6
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'nd/exclusion-regression-fix' into maintJunio C Hamano2016-02-051-19/+4
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'dw/signoff-doc' into maintJunio C Hamano2016-02-055-1/+9
| |\ \ \ \ \ \ \ \ \
* | | | | | | | | | | Fifth batch for 2.8 cycleJunio C Hamano2016-02-031-1/+59
* | | | | | | | | | | Merge branch 'kf/http-proxy-auth-methods'Junio C Hamano2016-02-032-3/+37
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | http: use credential API to handle proxy authenticationkf/http-proxy-auth-methodsKnut Franke2016-01-261-3/+7
| * | | | | | | | | | | http: allow selection of proxy authentication methodKnut Franke2016-01-262-0/+30
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'lv/add-doc-working-tree'Junio C Hamano2016-02-031-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
| * | | | | | | | | | git-add doc: do not say working directory when you mean working treelv/add-doc-working-treeLars Vogel2016-01-211-1/+1
* | | | | | | | | | | Merge branch 'mk/asciidoctor-bq-workaround'Junio C Hamano2016-02-031-10/+10
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Documentation: remove unnecessary backslashesmk/asciidoctor-bq-workaroundMatthew Kraai2016-01-201-10/+10
* | | | | | | | | | | | Merge branch 'tg/ls-remote-symref'Junio C Hamano2016-02-031-2/+16
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | ls-remote: add support for showing symrefstg/ls-remote-symrefThomas Gummerer2016-01-191-1/+8
| * | | | | | | | | | | | ls-remote: fix synopsisThomas Gummerer2016-01-191-1/+1
| * | | | | | | | | | | | ls-remote: document --refs optionThomas Gummerer2016-01-191-1/+4
| * | | | | | | | | | | | ls-remote: document --quiet optionThomas Gummerer2016-01-191-1/+5
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'tb/ls-files-eol'Junio C Hamano2016-02-031-0/+22
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | ls-files: add eol diagnosticstb/ls-files-eolTorsten Bögershausen2016-01-181-0/+22
* | | | | | | | | | | | | Getting closer to 2.7.1testingJunio C Hamano2016-02-011-0/+9
* | | | | | | | | | | | | Merge branch 'jk/list-tag-2.7-regression'Junio C Hamano2016-02-012-2/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | tag: do not show ambiguous tag names as "tags/foo"jk/list-tag-2.7-regressionJeff King2016-01-262-2/+6
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Fourth batch for 2.8.cycleJunio C Hamano2016-01-281-1/+24
* | | | | | | | | | | | Merge branch 'tk/interpret-trailers-in-place'Junio C Hamano2016-01-281-1/+23
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | interpret-trailers: add option for in-place editingtk/interpret-trailers-in-placeTobias Klauser2016-01-141-1/+23
| |/ / / / / / / / / / /
* | | | | | | | | | | | Third batch for 2.8 cycleJunio C Hamano2016-01-261-0/+24
* | | | | | | | | | | | Merge branch 'ak/format-patch-odir-config'Junio C Hamano2016-01-262-1/+9
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | format-patch: introduce format.outputDirectory configurationak/format-patch-odir-configAlexander Kuleshov2016-01-132-1/+9
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'js/pull-rebase-i'Junio C Hamano2016-01-262-1/+7
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | pull: allow interactive rebase with --rebase=interactiveJohannes Schindelin2016-01-132-1/+7
| |/ / / / / / / / / /
* | | | | | | | | | | Second batch for 2.8 cycleJunio C Hamano2016-01-201-2/+79
* | | | | | | | | | | Merge branch 'tg/grep-no-index-fallback'Junio C Hamano2016-01-202-0/+8
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | builtin/grep: add grep.fallbackToNoIndex configtg/grep-no-index-fallbackThomas Gummerer2016-01-122-0/+8
* | | | | | | | | | | | Merge branch 'ss/clone-depth-single-doc'Junio C Hamano2016-01-202-9/+9
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
| * | | | | | | | | | | docs: clarify that --depth for git-fetch works with newly initialized reposss/clone-depth-single-docSebastian Schuberth2016-01-081-4/+5
| * | | | | | | | | | | docs: say "commits" in the --depth option wording for git-cloneSebastian Schuberth2016-01-081-1/+1
| * | | | | | | | | | | docs: clarify that passing --depth to git-clone implies --single-branchSebastian Schuberth2016-01-071-5/+4
* | | | | | | | | | | | Merge branch 'nd/exclusion-regression-fix'Junio C Hamano2016-01-201-19/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Revert "dir.c: don't exclude whole dir prematurely if neg pattern may match"Nguyễn Thái Ngọc Duy2016-01-081-19/+4
* | | | | | | | | | | | Merge branch 'ew/for-each-ref-doc'Junio C Hamano2016-01-201-2/+7
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |