summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* t0001: fix GIT_* environment variable check under --valgrindnd/clear-gitenv-upon-use-of-aliasJohannes Sixt2016-03-031-11/+9
* restore_env(): free the saved environment variable once we are doneJunio C Hamano2016-02-021-2/+4
* git: simplify environment save/restore logicJunio C Hamano2016-01-271-14/+13
* git: protect against unbalanced calls to {save,restore}_env()Junio C Hamano2016-01-271-0/+7
* git: remove an early return from save_env_before_alias()Junio C Hamano2016-01-272-2/+52
* 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
|\
| * Revert "setup: set env $GIT_WORK_TREE when work tree is set, like $GIT_DIR"nd/stop-setenv-work-treeNguyễn Thái Ngọc Duy2015-12-222-3/+1
* | Git 2.5.4v2.5.4Junio C Hamano2015-09-284-3/+22
* | Sync with 2.4.10Junio C Hamano2015-09-2828-29/+466
|\ \
| * | Git 2.4.10v2.4.10Junio C Hamano2015-09-284-3/+22
| * | Sync with 2.3.10Junio C Hamano2015-09-2827-28/+446
| |\ \
| | * | Git 2.3.10v2.3.10maint-2.3Junio C Hamano2015-09-284-3/+22
| | * | Merge branch 'jk/xdiff-memory-limits' into maint-2.3Junio C Hamano2015-09-2811-26/+57
| | |\ \
| | | * | merge-file: enforce MAX_XDIFF_SIZE on incoming filesJeff King2015-09-281-1/+2
| | | * | xdiff: reject files larger than ~1GBJeff King2015-09-283-1/+14
| | | * | react to errors in xdi_diffJeff King2015-09-287-24/+41
| | * | | Merge branch 'jk/transfer-limit-redirection' into maint-2.3Junio C Hamano2015-09-286-15/+78
| | |\ \ \
| | | * | | http: limit redirection depthBlake Burkhart2015-09-253-0/+8
| | | * | | http: limit redirection to protocol-whitelistBlake Burkhart2015-09-254-5/+27
| | | * | | transport: refactor protocol whitelist codeJeff King2015-09-252-10/+43
| | * | | | Merge branch 'jk/transfer-limit-protocol' into maint-2.3Junio C Hamano2015-09-2813-1/+306
| | |\ \ \ \ | | | |/ / / | | | | / / | | | |/ / | | |/| |
| | | * | submodule: allow only certain protocols for submodule fetchesJeff King2015-09-232-0/+52
| | | * | transport: add a protocol-whitelist environment variableJeff King2015-09-2311-1/+254
| | |/ /
* | | | Git 2.5.3v2.5.3Junio C Hamano2015-09-174-3/+21
* | | | Merge branch 'dt/untracked-subdir' into maintJunio C Hamano2015-09-172-32/+282
|\ \ \ \
| * | | | untracked cache: fix entry invalidationdt/untracked-subdirNguyễn Thái Ngọc Duy2015-08-192-13/+83
| * | | | untracked-cache: fix subdirectory handlingDavid Turner2015-08-192-7/+79
| * | | | t7063: use --force-untracked-cache to speed up a bitdt/untracked-sparseNguyễn Thái Ngọc Duy2015-08-191-1/+1
| * | | | untracked-cache: support sparse checkoutDavid Turner2015-07-312-14/+122
* | | | | Merge branch 'br/svn-doc-include-paths-config' into maintJunio C Hamano2015-09-171-0/+3
|\ \ \ \ \
| * | | | | git-svn doc: mention "svn-remote.<name>.include-paths"br/svn-doc-include-paths-configBrett Randall2015-08-261-0/+3
* | | | | | Merge branch 'ah/submodule-typofix-in-error' into maintJunio C Hamano2015-09-171-1/+1
|\ \ \ \ \ \
| * | | | | | git-submodule: remove extraneous space from error messageah/submodule-typofix-in-errorAlex Henrie2015-08-281-1/+1
* | | | | | | Merge branch 'js/maint-am-skip-performance-regression' into maintJunio C Hamano2015-09-171-1/+1
|\ \ \ \ \ \ \
| * | | | | | | am --skip/--abort: merge HEAD/ORIG_HEAD tree into indexjs/maint-am-skip-performance-regressionJohannes Schindelin2015-09-091-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Git 2.5.2v2.5.2Junio C Hamano2015-09-044-3/+67
* | | | | | | Sync with 2.4.9Junio C Hamano2015-09-048-27/+60
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Git 2.4.9v2.4.9Junio C Hamano2015-09-044-3/+13
| * | | | | | Sync with 2.3.9Junio C Hamano2015-09-047-26/+49
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | Git 2.3.9v2.3.9Junio C Hamano2015-09-044-3/+13
| | * | | | | Sync with 2.2.3Junio C Hamano2015-09-046-25/+38
| | |\ \ \ \ \
| | | * | | | | Git 2.2.3v2.2.3maint-2.2Junio C Hamano2015-09-044-3/+13
| | | * | | | | Merge branch 'jk/long-paths' into maint-2.2Junio C Hamano2015-09-044-24/+27
| | | |\ \ \ \ \
| | | | * | | | | show-branch: use a strbuf for reflog descriptionsJeff King2015-09-041-2/+4
| | | | * | | | | read_info_alternates: handle paths larger than PATH_MAXJeff King2015-09-041-6/+3
| | | | * | | | | notes: use a strbuf in add_non_noteJeff King2015-09-041-9/+10