summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Documentation: remove unnecessary backslashesmk/asciidoctor-bq-workaroundMatthew Kraai2016-01-201-10/+10
* Second batch for 2.8 cycleJunio C Hamano2016-01-201-2/+79
* Merge branch 'tg/grep-no-index-fallback'Junio C Hamano2016-01-204-7/+62
|\
| * builtin/grep: add grep.fallbackToNoIndex configtg/grep-no-index-fallbackThomas Gummerer2016-01-124-3/+58
| * t7810: correct --no-index testThomas Gummerer2016-01-111-4/+4
* | Merge branch 'ho/gitweb-squelch-undef-warning'Junio C Hamano2016-01-201-1/+1
|\ \
| * | gitweb: squelch "uninitialized value" warningho/gitweb-squelch-undef-warningØyvind A. Holm2016-01-121-1/+1
| |/
* | Merge branch 'js/fopen-harder'Junio C Hamano2016-01-205-3/+17
|\ \
| * | Handle more file writes correctly in shared reposjs/fopen-harderJohannes Schindelin2016-01-112-2/+2
| * | commit: allow editing the commit message even in shared reposJohannes Schindelin2016-01-073-1/+15
* | | Merge branch 'ss/clone-depth-single-doc'Junio C Hamano2016-01-202-9/+9
|\ \ \
| * | | docs: clarify that --depth for git-fetch works with newly initialized reposss/clone-depth-single-docSebastian Schuberth2016-01-081-4/+5
| * | | docs: say "commits" in the --depth option wording for git-cloneSebastian Schuberth2016-01-081-1/+1
| * | | docs: clarify that passing --depth to git-clone implies --single-branchSebastian Schuberth2016-01-071-5/+4
* | | | Merge branch 'nd/exclusion-regression-fix'Junio C Hamano2016-01-203-118/+6
|\ \ \ \
| * | | | Revert "dir.c: don't exclude whole dir prematurely if neg pattern may match"Nguyễn Thái Ngọc Duy2016-01-083-117/+5
* | | | | Merge branch 'dk/reflog-walk-with-non-commit'Junio C Hamano2016-01-202-5/+24
|\ \ \ \ \
| * | | | | reflog-walk: don't segfault on non-commit sha1's in the reflogdk/reflog-walk-with-non-commitDennis Kaarsemaker2016-01-052-5/+24
* | | | | | Merge branch 'sg/t6050-failing-editor-test-fix'Junio C Hamano2016-01-201-3/+7
|\ \ \ \ \ \
| * | | | | | t6050-replace: make failing editor test more robustsg/t6050-failing-editor-test-fixSZEDER Gábor2016-01-051-3/+7
* | | | | | | Merge branch 'ew/for-each-ref-doc'Junio C Hamano2016-01-201-2/+7
|\ \ \ \ \ \ \
| * | | | | | | for-each-ref: document `creatordate` and `creator` fieldsew/for-each-ref-docEric Wong2016-01-051-2/+7
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'dw/signoff-doc'Junio C Hamano2016-01-205-1/+9
|\ \ \ \ \ \ \
| * | | | | | | Expand documentation describing --signoffdw/signoff-docDavid A. Wheeler2016-01-055-1/+9
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'jk/clang-pedantic'Junio C Hamano2016-01-204-5/+6
|\ \ \ \ \ \ \
| * | | | | | | bswap: add NO_UNALIGNED_LOADS definejk/clang-pedanticJeff King2016-01-041-2/+3
| * | | | | | | avoid shifting signed integers 31 bitsJeff King2016-01-043-3/+3
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'ew/send-email-mutt-alias-fix'Junio C Hamano2016-01-202-2/+22
|\ \ \ \ \ \ \
| * | | | | | | git-send-email: do not double-escape quotes from muttew/send-email-mutt-alias-fixEric Wong2016-01-042-2/+22
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'ss/user-manual'Junio C Hamano2016-01-202-10/+36
|\ \ \ \ \ \ \
| * | | | | | | user-manual: add addition gitweb informationss/user-manualStephen P. Smith2015-12-301-4/+11
| * | | | | | | user-manual: add section documenting shallow clonesStephen P. Smith2015-12-301-3/+20
| * | | | | | | glossary: define the term shallow cloneStephen P. Smith2015-12-291-0/+5
| * | | | | | | user-manual: remove temporary branch entry from todo listStephen P. Smith2015-12-281-3/+0
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'nd/clear-gitenv-upon-use-of-alias'Junio C Hamano2016-01-205-20/+65
|\ \ \ \ \ \ \
| * | | | | | | run-command: don't warn on SIGPIPE deathsJeff King2015-12-291-1/+1
| * | | | | | | git.c: make sure we do not leak GIT_* to alias scriptsNguyễn Thái Ngọc Duy2015-12-222-3/+24
| * | | | | | | setup.c: re-fix d95138e (setup: set env $GIT_WORK_TREE when ..Nguyễn Thái Ngọc Duy2015-12-223-12/+36
| * | | | | | | git.c: make it clear save_env() is for alias handling onlyNguyễn Thái Ngọc Duy2015-12-221-6/+6
| * | | | | | | Merge branch 'nd/stop-setenv-work-tree' into nd/clear-gitenv-upon-use-of-aliasJunio C Hamano2015-12-222-3/+1
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'nd/ita-cleanup'Junio C Hamano2016-01-206-10/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | grep: make it clear i-t-a entries are ignoredNguyễn Thái Ngọc Duy2015-12-281-1/+1
| * | | | | | | | | add and use a convenience macro ce_intent_to_add()Nguyễn Thái Ngọc Duy2015-09-064-4/+5
| * | | | | | | | | blame: remove obsolete commentNguyễn Thái Ngọc Duy2015-08-251-5/+0
* | | | | | | | | | Merge branch 'nd/dir-exclude-cleanup'Junio C Hamano2016-01-201-3/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | dir.c: clean the entire struct in clear_exclude_list()nd/dir-exclude-cleanupNguyễn Thái Ngọc Duy2015-12-281-3/+1
* | | | | | | | | | | Merge branch 'jk/pack-revindex'Junio C Hamano2016-01-204-90/+35
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | pack-revindex: store entries directly in packed_gitjk/pack-revindexJeff King2015-12-214-41/+32
| * | | | | | | | | | | pack-revindex: drop hash tableJeff King2015-12-212-54/+8
* | | | | | | | | | | | Merge branch 'mh/notes-allow-reading-treeish'Junio C Hamano2016-01-207-30/+55
|\ \ \ \ \ \ \ \ \ \ \ \