summaryrefslogtreecommitdiff
path: root/Documentation
AgeCommit message (Expand)AuthorFilesLines
2013-08-27Improve section "Manipulating branches"Thomas Ackermann1-12/+8
2013-08-27Simplify "How to make a commit"Thomas Ackermann1-8/+2
2013-08-27Fix some typos and improve wordingThomas Ackermann1-10/+10
2013-08-27Use "git merge" instead of "git pull ."Thomas Ackermann1-4/+4
2013-08-27Use current output for "git repack"Thomas Ackermann1-9/+7
2013-08-27Use current "detached HEAD" messageThomas Ackermann1-6/+13
2013-08-27Call it "Git User Manual" and remove reference to very old Git versionThomas Ackermann1-3/+2
2013-08-26Documentation/remote-helpers: document common use-case for private refMatthieu Moy1-0/+6
2013-08-25Documentation/fast-import: clarify summary for `feature` commandMatthieu Moy1-2/+2
2013-08-23remove dead pastebin link from pack-heuristics documentMichal Nazarewicz1-6/+0
2013-08-23Git 1.8.4v1.8.4Junio C Hamano1-0/+5
2013-08-22diff --no-index: clarify operation when not inside a repositoryDale R. Worley1-1/+2
2013-08-21Typofix draft release notes to 1.8.4Junio C Hamano1-2/+2
2013-08-21Document the HTTP transport protocolsShawn O. Pearce1-0/+503
2013-08-19Git 1.8.4-rc4v1.8.4-rc4Junio C Hamano1-9/+0
2013-08-14Revert "Add new @ shortcut for HEAD"Junio C Hamano2-5/+0
2013-08-14Revert "git stash: avoid data loss when "git stash save" kills a directory"Junio C Hamano1-10/+2
2013-08-13whatchanged: document its historical natureJunio C Hamano1-33/+7
2013-08-13core-tutorial: trim the section on Inspecting ChangesJunio C Hamano2-37/+4
2013-08-09Documentation/git-merge-file: document option "--diff3"Ralf Thielow1-1/+4
2013-08-09gc: reject if another gc is running, unless --force is givenNguyễn Thái Ngọc Duy1-1/+5
2013-08-08Git 1.8.4-rc2v1.8.4-rc2Junio C Hamano1-0/+7
2013-08-06line-range: teach -L^:RE to search from start of fileEric Sunshine1-0/+1
2013-08-06line-range: teach -L:RE to search from end of previous -L rangeEric Sunshine1-1/+2
2013-08-06line-range: teach -L^/RE/ to search from start of fileEric Sunshine1-0/+1
2013-08-06line-range-format.txt: document -L/RE/ relative searchEric Sunshine1-1/+3
2013-08-06blame: document multiple -L supportEric Sunshine2-6/+12
2013-08-06line-range-format.txt: clarify -L:regex usage formEric Sunshine3-8/+3
2013-08-06git-log.txt: place each -L option variation on its own lineEric Sunshine1-1/+2
2013-08-06rm: delete .gitmodules entry of submodules removed from the work treeJens Lehmann1-3/+5
2013-08-06mv: update the path entry in .gitmodules for moved submodulesJens Lehmann1-0/+2
2013-08-05config: "git config --get-urlmatch" parses section.<url>.keyJunio C Hamano1-0/+29
2013-08-05config: parse http.<url>.<variable> using urlmatchKyle J. McKay1-0/+45
2013-08-05Sync with maint to grab trivial doc fixesJunio C Hamano4-4/+4
2013-08-05log, format-patch: parsing uses OPT__QUIETStefan Beller1-0/+1
2013-08-05fix typo in documentation of git-svnFelix Gruber1-1/+1
2013-08-05cat-file: only split on whitespace when %(rest) is usedJeff King1-4/+10
2013-08-05Documentation/rev-list-options: add missing word in --*-parentsTorstein Hegge1-1/+1
2013-08-05log doc: the argument to --encoding is not optionalJonathan Nieder2-2/+2
2013-08-02Merge branch 'rj/cygwin-clarify-use-of-cheating-lstat'Junio C Hamano1-11/+0
2013-08-02Merge branch 'jk/cat-file-batch-optim'Junio C Hamano1-8/+2
2013-08-02Revert "cat-file: split --batch input lines on whitespace"Junio C Hamano1-8/+2
2013-08-01Provide some linguistic guidance for the documentation.Marc Branchaud2-1/+22
2013-08-01Merge branch 'ob/typofixes'Junio C Hamano2-2/+2
2013-08-01Merge branch 'jx/clean-interactive'Junio C Hamano1-1/+1
2013-07-31Merge branch 'ds/doc-two-kinds-of-tags'Junio C Hamano1-0/+11
2013-07-31Merge branch 'rr/maint-tilde-markup-in-doc'Junio C Hamano1-12/+14
2013-07-30mv: move submodules using a gitfileJens Lehmann1-1/+7
2013-07-30http: add http.savecookies option to write out HTTP cookiesDave Borowitz1-1/+5
2013-07-30Merge branch 'jk/capabilities-doc'Junio C Hamano1-4/+36