summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jx/clean-interactive'Junio C Hamano2013-09-171-2/+2
|\
| * documentation: clarify notes for clean.requireForceJiang Xin2013-08-281-2/+2
* | Update draft release notes to 1.8.5 for the third batch of topicsJunio C Hamano2013-09-121-0/+4
* | Merge branch 'jc/pager-configuration-doc'Junio C Hamano2013-09-121-16/+14
|\ \
| * | config: rewrite core.pager documentationjc/pager-configuration-docJunio C Hamano2013-08-291-16/+14
* | | Merge branch 'mm/remote-helpers-doc'Junio C Hamano2013-09-121-0/+6
|\ \ \
| * | | Documentation/remote-helpers: document common use-case for private refmm/remote-helpers-docMatthieu Moy2013-08-261-0/+6
* | | | Merge branch 'mn/doc-pack-heu-remove-dead-pastebin'Junio C Hamano2013-09-121-6/+0
|\ \ \ \
| * | | | remove dead pastebin link from pack-heuristics documentmn/doc-pack-heu-remove-dead-pastebinMichal Nazarewicz2013-08-231-6/+0
* | | | | Merge branch 'mm/fast-import-feature-doc'Junio C Hamano2013-09-121-2/+2
|\ \ \ \ \
| * | | | | Documentation/fast-import: clarify summary for `feature` commandmm/fast-import-feature-docMatthieu Moy2013-08-251-2/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'mm/mediawiki-dumb-push-fix'Junio C Hamano2013-09-121-0/+5
|\ \ \ \ \
| * | | | | transport-helper: add no-private-update capabilityMatthieu Moy2013-09-031-0/+5
* | | | | | Update draft release notes to 1.8.5Junio C Hamano2013-09-111-0/+32
* | | | | | Merge branch 'sh/pull-rebase-preserve'Junio C Hamano2013-09-112-6/+20
|\ \ \ \ \ \
| * | | | | | pull: allow pull to preserve merges when rebasingsh/pull-rebase-preserveStephen Haberman2013-09-042-6/+20
| |/ / / / /
* | | | | | Update draft release notes to 1.8.5 for the second batch of topicsJunio C Hamano2013-09-091-0/+59
* | | | | | Merge branch 'jc/url-match'Junio C Hamano2013-09-092-0/+74
|\ \ \ \ \ \
| * | | | | | config: "git config --get-urlmatch" parses section.<url>.keyJunio C Hamano2013-08-051-0/+29
| * | | | | | config: parse http.<url>.<variable> using urlmatchKyle J. McKay2013-08-051-0/+45
* | | | | | | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-095-11/+128
|\ \ \ \ \ \ \
| * | | | | | | rm: delete .gitmodules entry of submodules removed from the work treeJens Lehmann2013-08-061-3/+5
| * | | | | | | mv: update the path entry in .gitmodules for moved submodulesJens Lehmann2013-08-061-0/+2
| * | | | | | | mv: move submodules using a gitfileJens Lehmann2013-07-301-1/+7
| * | | | | | | parse_pathspec: accept :(icase)path syntaxNguyễn Thái Ngọc Duy2013-07-152-0/+11
| * | | | | | | pathspec: support :(glob) syntaxNguyễn Thái Ngọc Duy2013-07-152-0/+48
| * | | | | | | pathspec: make --literal-pathspecs disable pathspec magicNguyễn Thái Ngọc Duy2013-07-151-2/+2
| * | | | | | | pathspec: support :(literal) syntax for noglob pathspecNguyễn Thái Ngọc Duy2013-07-151-4/+16
| * | | | | | | guard against new pathspec magic in pathspec matching codeNguyễn Thái Ngọc Duy2013-07-151-0/+19
| * | | | | | | add parse_pathspec() that converts cmdline args to struct pathspecNguyễn Thái Ngọc Duy2013-07-151-1/+18
* | | | | | | | Merge branch 'es/blame-L-twice'Junio C Hamano2013-09-094-17/+24
|\ \ \ \ \ \ \ \
| * | | | | | | | line-range: teach -L^:RE to search from start of fileEric Sunshine2013-08-061-0/+1
| * | | | | | | | line-range: teach -L:RE to search from end of previous -L rangeEric Sunshine2013-08-061-1/+2
| * | | | | | | | line-range: teach -L^/RE/ to search from start of fileEric Sunshine2013-08-061-0/+1
| * | | | | | | | line-range-format.txt: document -L/RE/ relative searchEric Sunshine2013-08-061-1/+3
| * | | | | | | | blame: document multiple -L supportEric Sunshine2013-08-062-6/+12
| * | | | | | | | line-range-format.txt: clarify -L:regex usage formEric Sunshine2013-08-063-8/+3
| * | | | | | | | git-log.txt: place each -L option variation on its own lineEric Sunshine2013-08-061-1/+2
* | | | | | | | | Merge branch 'jk/cat-file-batch-optim'Junio C Hamano2013-09-091-4/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cat-file: only split on whitespace when %(rest) is usedjk/cat-file-batch-optimJeff King2013-08-051-4/+10
* | | | | | | | | | Merge branch 'db/http-savecookies'Junio C Hamano2013-09-091-1/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | http: add http.savecookies option to write out HTTP cookiesDave Borowitz2013-07-301-1/+5
* | | | | | | | | | | Merge branch 'jc/push-cas'Junio C Hamano2013-09-091-11/+66
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | remote.c: add command line option parser for "--force-with-lease"Junio C Hamano2013-07-221-11/+66
* | | | | | | | | | | | Merge branch 'nd/clone-connectivity-shortcut'Junio C Hamano2013-09-092-0/+14
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | smart http: use the same connectivity check on cloningnd/clone-connectivity-shortcutNguyễn Thái Ngọc Duy2013-07-232-0/+14
* | | | | | | | | | | | | Merge branch 'ms/fetch-prune-configuration'Junio C Hamano2013-09-091-0/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | fetch: make --prune configurablems/fetch-prune-configurationMichael Schubert2013-07-181-0/+10
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Sync with maintJunio C Hamano2013-09-051-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'maint-1.8.3' into maintJunio C Hamano2013-09-051-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |