summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-prompt.sh: optionally show upstream branch namejc/prompt-upstreamJulien Carsique2013-10-141-1/+6
* mergetools/diffmerge: support DiffMerge as a git mergetoolStefan Saasen2013-10-133-2/+18
* .mailmap: switch to Thomas Rast's personal addressThomas Rast2013-10-131-1/+3
* Merge branch 'tz/credential-netrc'Jonathan Nieder2013-10-081-1/+3
|\
| * git-credential-netrc: fix uninitialized warningtz/credential-netrcTed Zlatanov2013-10-081-1/+3
* | Documentation/Makefile: make AsciiDoc dblatex dir configurableJohn Keeping2013-10-031-1/+2
* | rebase -i: respect core.abbrevKirill A. Shutemov2013-09-301-1/+1
* | RelNotes/1.8.5: direct script writers to "git status --porcelain"Matthieu Moy2013-09-271-0/+3
* | contrib: remove ciabotStefan Beller2013-09-264-553/+0
* | Sync with Git 1.8.4.1Jonathan Nieder2013-09-262-14/+36
|\ \
| * | Git 1.8.4.1v1.8.4.1Jonathan Nieder2013-09-263-15/+37
| * | Merge branch 'mm/rebase-continue-freebsd-WB' into maintJonathan Nieder2013-09-261-1/+10
| |\ \
| * \ \ Merge branch 'km/svn-1.8-serf-only' into maintJonathan Nieder2013-09-262-3/+34
| |\ \ \
| * \ \ \ Merge branch 'js/xread-in-full' into maintJonathan Nieder2013-09-261-1/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'bc/send-email-ssl-die-message-fix' into maintJonathan Nieder2013-09-261-1/+1
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'bc/submodule-status-ignored'Jonathan Nieder2013-09-247-11/+55
|\ \ \ \ \ \ \
| * | | | | | | Improve documentation concerning the status.submodulesummary settingbc/submodule-status-ignoredJens Lehmann2013-09-114-5/+24
| * | | | | | | submodule: don't print status output with ignore=allBrian M. Carlson2013-09-043-2/+27
| * | | | | | | submodule: fix confusing variable nameBrian M. Carlson2013-09-031-4/+4
* | | | | | | | Merge branch 'cc/replace-with-the-same-type'Jonathan Nieder2013-09-243-9/+61
|\ \ \ \ \ \ \ \
| * | | | | | | | Doc: 'replace' merge and non-merge commitscc/replace-with-the-same-typePhilip Oakley2013-09-091-0/+1
| * | | | | | | | t6050-replace: use some long option namesChristian Couder2013-09-061-4/+4
| * | | | | | | | replace: allow long option namesChristian Couder2013-09-062-3/+6
| * | | | | | | | Documentation/replace: add Creating Replacement Objects sectionChristian Couder2013-09-061-0/+16
| * | | | | | | | t6050-replace: add test to clean up all the replace refsChristian Couder2013-09-061-0/+6
| * | | | | | | | t6050-replace: test that objects are of the same typeChristian Couder2013-09-061-0/+13
| * | | | | | | | Documentation/replace: state that objects must be of the same typeChristian Couder2013-09-061-3/+6
| * | | | | | | | replace: forbid replacing an object with one of a different typeChristian Couder2013-09-061-0/+10
* | | | | | | | | Merge branch 'kb/msvc-compile'Jonathan Nieder2013-09-247-23/+32
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Windows: do not redefine _WIN32_WINNTkb/msvc-compileSebastian Schuberth2013-09-113-2/+4
| * | | | | | | | | MinGW: Fix stat definitions to work with MinGW runtime version 4.0Sebastian Schuberth2013-09-113-2/+10
| * | | | | | | | | MSVC: fix stat definition hellKarsten Blees2013-09-112-19/+11
| * | | | | | | | | MSVC: fix compile errors due to macro redefinitionsKarsten Blees2013-09-111-0/+6
| * | | | | | | | | MSVC: fix compile errors due to missing libintl.hKarsten Blees2013-09-111-0/+1
* | | | | | | | | | Merge branch 'nd/unpack-entry-optim-in-pack-objects'Jonathan Nieder2013-09-241-10/+10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | pack-objects: no crc check when the cached version is usednd/unpack-entry-optim-in-pack-objectsNguyễn Thái Ngọc Duy2013-09-131-10/+10
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jk/shortlog-tolerate-broken-commit'Jonathan Nieder2013-09-242-2/+20
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | shortlog: ignore commits with missing authorsjk/shortlog-tolerate-broken-commitJeff King2013-09-182-2/+20
* | | | | | | | | | | Merge branch 'jc/strcasecmp-pure-inline'Jonathan Nieder2013-09-241-2/+16
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | mailmap: work around implementations with pure inline strcasecmpjc/strcasecmp-pure-inlineJunio C Hamano2013-09-121-2/+16
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'sg/complete-untracked-filter'Jonathan Nieder2013-09-241-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | completion: improve untracked directory filtering for filename completionsg/complete-untracked-filterSZEDER Gábor2013-09-191-2/+2
* | | | | | | | | | | | Merge branch 'nd/fetch-pack-error-reporting-fix'Jonathan Nieder2013-09-241-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | fetch-pack.c: show correct command name that failsnd/fetch-pack-error-reporting-fixNguyễn Thái Ngọc Duy2013-09-181-5/+5
* | | | | | | | | | | | | Merge branch 'es/contacts-in-subdir'Jonathan Nieder2013-09-241-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | contacts: fix to work in subdirectorieses/contacts-in-subdirEric Sunshine2013-09-171-0/+4
* | | | | | | | | | | | | | Merge branch 'jc/push-cas'Jonathan Nieder2013-09-241-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | t5541: mark passing c-a-s test as successjc/push-casJeff King2013-09-201-1/+1
* | | | | | | | | | | | | | | Merge branch 'maint'Jonathan Nieder2013-09-242-2/+35
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | git-remote-mediawiki: bugfix for pages w/ >500 revisionsBenoit Person2013-09-242-2/+35