summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | SubmittingPatches: give list and maintainer addressesJunio C Hamano2013-01-021-2/+6
| * | | | | | | | | | | | | | SubmittingPatches: remove overlong checklistJunio C Hamano2013-01-021-76/+61
| * | | | | | | | | | | | | | SubmittingPatches: mention subsystems with dedicated repositoriesJunio C Hamano2013-01-011-0/+24
| * | | | | | | | | | | | | | SubmittingPatches: who am I and who cares?Junio C Hamano2013-01-011-8/+2
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'os/gitweb-highlight-uncaptured' into maintJunio C Hamano2013-01-111-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | gitweb: fix error in sanitize when highlight is enabledOrgad Shaneh2013-01-011-1/+1
* | | | | | | | | | | | | | | Merge branch 'jn/less-reconfigure' into maintJunio C Hamano2013-01-111-2/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | build: do not automatically reconfigure unless configure.ac changedJonathan Nieder2013-01-021-2/+8
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'kb/maint-bundle-doc' into maintJunio C Hamano2013-01-111-5/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Documentation: full-ness of a bundle is significant for cloningJunio C Hamano2013-01-011-4/+3
| * | | | | | | | | | | | | | | Documentation: correct example restore from bundleKirill Brilliantov2013-01-011-1/+1
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'as/test-name-alias-uniquely' into maintJunio C Hamano2013-01-111-6/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Use longer alias names in subdirectory testsAaron Schrab2012-12-281-6/+6
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'jn/warn-on-inaccessible-loosen' into maintJunio C Hamano2013-01-115-7/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | config: exit on error accessing any config fileJonathan Nieder2012-10-141-3/+3
| * | | | | | | | | | | | | | | doc: advertise GIT_CONFIG_NOSYSTEMJonathan Nieder2012-10-142-0/+12
| * | | | | | | | | | | | | | | config: treat user and xdg config permission problems as errorsJonathan Nieder2012-10-133-2/+11
| * | | | | | | | | | | | | | | config, gitignore: failure to access with ENOTDIR is okJonathan Nieder2012-10-132-2/+5
* | | | | | | | | | | | | | | | Merge branch 'ja/directory-attrs' into maintJunio C Hamano2013-01-113-9/+76
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Add directory pattern matching to attributesJean-Noël AVILA2012-12-173-9/+76
* | | | | | | | | | | | | | | | | Merge branch 'jc/fetch-ignore-symref' into maintJunio C Hamano2013-01-112-1/+54
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | fetch: ignore wildcarded refspecs that update local symbolic refsJunio C Hamano2012-12-112-1/+54
* | | | | | | | | | | | | | | | | | Merge branch 'ss/svn-prompt' into maintJunio C Hamano2013-01-112-28/+60
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | git-svn, perl/Git.pm: extend and use Git->prompt method for querying usersSven Strickroth2012-12-172-20/+24
| * | | | | | | | | | | | | | | | | | perl/Git.pm: Honor SSH_ASKPASS as fallback if GIT_ASKPASS is not setSven Strickroth2012-12-171-2/+5
| * | | | | | | | | | | | | | | | | | git-svn, perl/Git.pm: add central method for prompting passwordsSven Strickroth2012-12-172-20/+45
* | | | | | | | | | | | | | | | | | | Prepare for 1.8.1.1Junio C Hamano2013-01-102-1/+37
* | | | | | | | | | | | | | | | | | | Makefile: detect when PYTHON_PATH changesChristian Couder2013-01-102-2/+15
* | | | | | | | | | | | | | | | | | | Merge branch 'ta/remove-stale-translated-tut' into maintJunio C Hamano2013-01-101-675/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Remove Documentation/pt_BR/gittutorial.txtThomas Ackermann2012-12-271-675/+0
* | | | | | | | | | | | | | | | | | | | Merge branch 'tb/test-t9810-no-sed-i' into maintJunio C Hamano2013-01-101-10/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | t9810: Do not use sed -iTorsten Bögershausen2013-01-011-10/+14
| | |_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'tb/test-t9020-no-which' into maintJunio C Hamano2013-01-101-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | t9020: which is not portableTorsten Bögershausen2013-01-011-2/+2
* | | | | | | | | | | | | | | | | | | | | Merge branch 'mh/pthreads-autoconf' into maintJunio C Hamano2013-01-101-1/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | configure.ac: fix pthreads detection on Mac OS XMax Horn2012-11-271-1/+11
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/same-encoding' into maintJunio C Hamano2013-01-101-12/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | format_commit_message(): simplify calls to logmsg_reencode()Junio C Hamano2012-12-101-12/+4
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sp/shortlog-missing-lf' into maintJunio C Hamano2013-01-104-12/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | strbuf_add_wrapped*(): Remove unused return valueSteffen Prohaska2012-12-112-9/+8
| * | | | | | | | | | | | | | | | | | | | | | | shortlog: fix wrapping lines of wraplenSteffen Prohaska2012-12-112-3/+26
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'md/gitweb-sort-by-age' into maintJunio C Hamano2013-01-101-14/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | gitweb: Sort projects with undefined ages lastMatthew Daley2012-12-111-14/+21
| | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'nd/invalidate-i-t-a-cache-tree' into maintJunio C Hamano2013-01-103-17/+65
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | cache-tree: invalidate i-t-a paths after generating treesNguyễn Thái Ngọc Duy2012-12-152-2/+32
| * | | | | | | | | | | | | | | | | | | | | | | | cache-tree: fix writing cache-tree when CE_REMOVE is presentNguyễn Thái Ngọc Duy2012-12-152-7/+24
| * | | | | | | | | | | | | | | | | | | | | | | | cache-tree: replace "for" loops in update_one with "while" loopsNguyễn Thái Ngọc Duy2012-12-151-5/+10
| * | | | | | | | | | | | | | | | | | | | | | | | cache-tree: remove dead i-t-a code in verify_cache()Nguyễn Thái Ngọc Duy2012-12-151-6/+2
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/repack-ref-racefix' into maintJunio C Hamano2013-01-101-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | refs: do not use cached refs in repack_without_refJeff King2012-12-211-1/+4
| |/ / / / / / / / / / / / / / / / / / / / / / /