summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Git 1.8.0-rc2v1.8.0-rc2Junio C Hamano2012-10-111-1/+1
* Merge branch 'rr/git-uri-doc'Junio C Hamano2012-10-101-2/+6
|\
| * Git url doc: mark ftp/ftps as read-only and deprecate themRamkumar Ramachandra2012-10-081-2/+6
* | Merge branch 'bw/cp-a-is-gnuism'Junio C Hamano2012-10-103-3/+3
|\ \
| * | tests: "cp -a" is a GNUismBen Walton2012-10-083-3/+3
| |/
* | Merge branch 'nd/doc-ignore'Junio C Hamano2012-10-101-1/+5
|\ \
| * | gitignore.txt: suggestions how to get literal # or ! at the beginningNguyễn Thái Ngọc Duy2012-10-071-1/+5
* | | Merge branch 'jc/doc-long-options'Junio C Hamano2012-10-101-1/+11
|\ \ \
| * | | gitcli: parse-options lets you omit tail of long optionsJunio C Hamano2012-10-041-1/+11
* | | | Sync with maintJunio C Hamano2012-10-101-0/+5
|\ \ \ \
| * | | | attr: a note about the order of .gitattributes lookupNguyen Thai Ngoc Duy2012-10-101-0/+5
* | | | | Merge git://bogomips.org/git-svnJunio C Hamano2012-10-102-2/+25
|\ \ \ \ \
| * | | | | svn test: escape peg revision separator using empty peg revJonathan Nieder2012-10-101-1/+1
| * | | | | git svn: work around SVN 1.7 mishandling of svn:special changesJonathan Nieder2012-10-101-1/+24
* | | | | | MALLOC_CHECK: Allow checking to be disabled from config.makRamsay Jones2012-10-101-0/+1
|/ / / / /
* | | | | Merge branch 'maint'Junio C Hamano2012-10-091-7/+7
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'maint' of git://github.com/git-l10n/git-po into maintJunio C Hamano2012-10-091-7/+7
| |\ \ \ \
| | * | | | l10n: de.po: fix a few minor typosSimon Ruderich2012-10-041-7/+7
| | | |_|/ | | |/| |
* | | | | configure.ac: Add missing comma to CC_LD_DYNPATHØyvind A. Holm2012-10-091-1/+1
* | | | | Git 1.8.0-rc1v1.8.0-rc1Junio C Hamano2012-10-082-12/+4
* | | | | Merge branch 'jc/maint-t1450-fsck-order-fix'Junio C Hamano2012-10-081-3/+1
|\ \ \ \ \
| * | | | | t1450: the order the objects are checked is undefinedJunio C Hamano2012-10-021-3/+1
* | | | | | Merge branch 'jc/merge-bases-paint-fix'Junio C Hamano2012-10-081-0/+5
|\ \ \ \ \ \
| * | | | | | paint_down_to_common(): parse commit before relying on its timestampJunio C Hamano2012-10-041-0/+5
* | | | | | | Sync with 1.7.12.3Junio C Hamano2012-10-082-1/+18
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Git 1.7.12.3v1.7.12.3Junio C Hamano2012-10-083-2/+19
| * | | | | | Merge branch 'os/commit-submodule-ignore' into maintJunio C Hamano2012-10-081-0/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jk/receive-pack-unpack-error-to-pusher' into maintJunio C Hamano2012-10-082-5/+32
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'rt/maint-clone-single' into maintJunio C Hamano2012-10-083-18/+218
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'jc/blame-follows-renames' into maintJunio C Hamano2012-10-081-0/+6
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'lt/mailinfo-handle-attachment-more-sanely' into maintJunio C Hamano2012-10-081-11/+0
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | git-svn: keep leading slash when canonicalizing paths (fallback case)Jonathan Nieder2012-10-051-1/+0
* | | | | | | | | | | Git::SVN: rename private path fieldJonathan Nieder2012-10-051-2/+2
* | | | | | | | | | | git-svn: use path accessor for Git::SVN objectsEric Wong2012-10-052-2/+2
* | | | | | | | | | | Make git-svn branch patterns match complete URLAmmon Riley2012-10-052-1/+12
* | | | | | | | | | | t9164: Add missing quotes in testRobert Luberda2012-10-051-4/+4
* | | | | | | | | | | git-svn.perl: keep processing all commits in parents_excludeSteven Walter2012-10-052-1/+53
* | | | | | | | | | | git-svn.perl: consider all ranges for a given merge, instead of only tip-by-tipSteven Walter2012-10-052-5/+63
* | | | | | | | | | | Update draft release notes to 1.8.0Junio C Hamano2012-10-021-0/+12
* | | | | | | | | | | Merge branch 'nd/grep-reflog'Junio C Hamano2012-10-025-5/+105
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | revision: make --grep search in notes too if shownNguyễn Thái Ngọc Duy2012-09-292-0/+11
| * | | | | | | | | | | log --grep-reflog: reject the option without -gJunio C Hamano2012-09-295-4/+20
| * | | | | | | | | | | revision: add --grep-reflog to filter commits by reflog messagesNguyễn Thái Ngọc Duy2012-09-295-2/+54
| * | | | | | | | | | | grep: prepare for new header field filterNguyễn Thái Ngọc Duy2012-09-293-3/+24
* | | | | | | | | | | | Merge branch 'lt/mailinfo-handle-attachment-more-sanely'Junio C Hamano2012-10-021-11/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | mailinfo: don't require "text" mime type for attachmentsLinus Torvalds2012-09-301-11/+0
* | | | | | | | | | | | Merge branch 'tu/gc-auto-quiet'Junio C Hamano2012-10-022-5/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | silence git gc --auto --quiet outputTobias Ulmer2012-09-272-5/+2
* | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2012-10-022-1/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Start preparing for 1.7.12.3Junio C Hamano2012-10-022-1/+19