summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Git 1.8.0.2v1.8.0.2Junio C Hamano2012-12-102-2/+3
* Documentation/git-stash.txt: add a missing verbSébastien Loriot2012-12-101-1/+1
* git(1): remove a defunct link to "list of authors"Junio C Hamano2012-12-091-2/+1
* Update draft release notes to 1.8.0.2Junio C Hamano2012-12-071-0/+19
* Merge branch 'jc/doc-push-satellite' into maintJunio C Hamano2012-12-071-2/+14
|\
| * Documentation/git-push.txt: clarify the "push from satellite" workflowJunio C Hamano2012-11-271-2/+14
* | Merge branch 'jc/same-encoding' into maintJunio C Hamano2012-12-076-4/+13
|\ \
| * | reencode_string(): introduce and use same_encoding()Junio C Hamano2012-11-046-4/+12
* | | Merge branch 'lt/diff-stat-show-0-lines' into maintJunio C Hamano2012-12-074-58/+110
|\ \ \
| * | | t4049: refocus testsJunio C Hamano2012-11-291-11/+9
| * | | diff --shortstat: do not count "unmerged" entriesJunio C Hamano2012-11-271-3/+2
| * | | diff --stat: do not count "unmerged" entriesJunio C Hamano2012-11-272-3/+5
| * | | diff --stat: move the "total count" logic to the last loopJunio C Hamano2012-11-272-10/+13
| * | | diff --stat: use "file" temporary variable to refer to data->files[i]Junio C Hamano2012-11-271-13/+13
| * | | diff --stat: status of unmodified pair in diff-q is not zeroJunio C Hamano2012-11-271-1/+1
| * | | test: add failing tests for "diff --stat" to t4049Junio C Hamano2012-11-271-1/+45
| * | | Fix "git diff --stat" for interesting - but empty - file changesLinus Torvalds2012-10-174-36/+42
* | | | git-fast-import.txt: improve documentation for quoted pathsMatthieu Moy2012-11-291-2/+6
* | | | git-remote-mediawiki: escape ", \, and LF in file namesMatthieu Moy2012-11-292-3/+39
* | | | Start preparing for 1.8.0.2Junio C Hamano2012-11-282-1/+16
* | | | Merge branch 'rh/maint-gitweb-highlight-ext' into maintJunio C Hamano2012-11-281-9/+8
|\ \ \ \
| * | | | gitweb.perl: fix %highlight_ext mappingsRichard Hubbell2012-11-081-9/+8
| | |/ / | |/| |
* | | | Merge branch 'pw/maint-p4-rcs-expansion-newline' into maintJunio C Hamano2012-11-282-1/+20
|\ \ \ \
| * | | | git p4: RCS expansion should not span newlinesPete Wyckoff2012-11-082-1/+20
| |/ / /
* | | | completion: add options --single-branch and --branch to "git clone"Ralf Thielow2012-11-281-0/+2
| |_|/ |/| |
* | | Merge branch 'nd/maint-compat-fnmatch-fix' into maintJunio C Hamano2012-11-271-1/+1
|\ \ \
| * | | compat/fnmatch: fix off-by-one character class's length checkNguyễn Thái Ngọc Duy2012-11-201-1/+1
| |/ /
* | | Merge branch 'jh/update-ref-d-through-symref' into maintJunio C Hamano2012-11-272-1/+19
|\ \ \
| * | | Fix failure to delete a packed ref through a symrefJohan Herland2012-10-212-2/+2
| * | | t1400-update-ref: Add test verifying bug with symrefs in delete_ref()Johan Herland2012-10-211-0/+18
* | | | Merge branch 'esr/maint-doc-fast-import' into maintJunio C Hamano2012-11-271-2/+6
|\ \ \ \
| * | | | doc/fast-import: clarify how content states are builtEric S. Raymond2012-11-081-2/+6
| | |/ / | |/| |
* | | | Merge branch 'wtk/submodule-doc-fixup' into maintJunio C Hamano2012-11-272-2/+2
|\ \ \ \
| * | | | git-submodule: wrap branch option with "<>" in usage strings.W. Trevor King2012-10-252-2/+2
* | | | | Documentation: improve phrasing in git-push.txtMark Szepieniec2012-11-271-1/+2
* | | | | Fix typo in remote set-head usageAntoine Pelisse2012-11-261-1/+1
* | | | | Makefile: hide stderr of curl-config testPaul Gortmaker2012-11-261-1/+1
* | | | | Git 1.8.0.1v1.8.0.1Junio C Hamano2012-11-253-3/+16
* | | | | Merge branch 'jk/checkout-out-of-unborn' into maintJunio C Hamano2012-11-251-0/+3
|\ \ \ \ \
| * | | | | checkout: print a message when switching unborn branchesJeff King2012-11-151-0/+3
| |/ / / /
* | | | | Merge branch 'cn/config-missing-path' into maintJunio C Hamano2012-11-252-1/+7
|\ \ \ \ \
| * | | | | config: don't segfault when given --path with a missing valueCarlos Martín Nieto2012-11-152-1/+7
* | | | | | Merge branch 'jk/maint-gitweb-xss' into maintJunio C Hamano2012-11-252-0/+16
|\ \ \ \ \ \
| * | | | | | gitweb: escape html in rss titleJeff King2012-11-122-0/+16
| | |_|/ / / | |/| | | |
* | | | | | Completion must sort before using uniqMarc Khouzam2012-11-241-1/+1
* | | | | | Further preparation for 1.8.0.1Junio C Hamano2012-11-201-1/+7
* | | | | | Merge branch 'mg/maint-pull-suggest-upstream-to' into maintJunio C Hamano2012-11-201-1/+1
|\ \ \ \ \ \
| * | | | | | push/pull: adjust missing upstream help text to changed interfaceMichael J Gruber2012-11-081-1/+1
| |/ / / / /
* | | | | | Merge branch 'mm/maint-doc-commit-edit' into maintJunio C Hamano2012-11-201-0/+5
|\ \ \ \ \ \
| * | | | | | Document 'git commit --no-edit' explicitlyMatthieu Moy2012-11-021-0/+5
| |/ / / / /