summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'maint-1.8.2' into maint-1.8.3maint-1.8.3Junio C Hamano2013-09-051-2/+2
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Documentation/git-merge.txt: fix formatting of example blockmaint-1.8.2Andreas Schwab2013-09-051-2/+2
* | | | | | | | | | | Update draft release notes after merging the first batch of topicsJunio C Hamano2013-09-041-0/+44
* | | | | | | | | | | Merge branch 'sb/parseopt-boolean-removal'Junio C Hamano2013-09-041-0/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | log, format-patch: parsing uses OPT__QUIETStefan Beller2013-08-051-0/+1
* | | | | | | | | | | | Merge branch 'nd/gc-lock-against-each-other'Junio C Hamano2013-09-041-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | gc: reject if another gc is running, unless --force is givenNguyễn Thái Ngọc Duy2013-08-091-1/+5
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'jc/check-x-z'Junio C Hamano2013-09-041-2/+7
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | check-attr -z: a single -z should apply to both input and outputjc/check-x-zJunio C Hamano2013-07-111-2/+7
* | | | | | | | | | | | | Start the post-1.8.4 cycleJunio C Hamano2013-08-301-0/+86
* | | | | | | | | | | | | Merge branch 'sp/doc-smart-http'Junio C Hamano2013-08-301-0/+503
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Document the HTTP transport protocolssp/doc-smart-httpShawn O. Pearce2013-08-211-0/+503
* | | | | | | | | | | | | | Merge branch 'mm/war-on-whatchanged'Junio C Hamano2013-08-303-70/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | whatchanged: document its historical naturemm/war-on-whatchangedJunio C Hamano2013-08-131-33/+7
| * | | | | | | | | | | | | | core-tutorial: trim the section on Inspecting ChangesJunio C Hamano2013-08-132-37/+4
* | | | | | | | | | | | | | | Merge branch 'rt/doc-merge-file-diff3'Junio C Hamano2013-08-301-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Documentation/git-merge-file: document option "--diff3"rt/doc-merge-file-diff3Ralf Thielow2013-08-091-1/+4
| | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'mb/docs-favor-en-us'Junio C Hamano2013-08-302-1/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Provide some linguistic guidance for the documentation.mb/docs-favor-en-usMarc Branchaud2013-08-012-1/+22
* | | | | | | | | | | | | | | | Merge branch 'rj/doc-rev-parse'Junio C Hamano2013-08-301-40/+64
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | |