summaryrefslogtreecommitdiffstats
path: root/t/t9154-git-svn-fancy-glob.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-17Git 2.4.11v2.4.11Junio C Hamano4-3/+15
2016-03-16list-objects: pass full pathname to callbacksJeff King9-58/+26
2016-03-16list-objects: drop name_path entirelyJeff King9-25/+19
2016-03-16list-objects: convert name_path to a strbufJeff King3-36/+15
2016-03-16show_object_with_name: simplify by using path_name()Jeff King1-34/+6
2016-03-16http-push: stop using name_pathJeff King1-16/+7
2016-03-16tree-diff: catch integer overflow in combine_diff_path allocationJeff King2-4/+4
2016-03-16add helpers for detecting size_t overflowJeff King1-0/+34
2015-09-29Git 2.4.10v2.4.10Junio C Hamano4-3/+22
2015-09-29Git 2.3.10v2.3.10Junio C Hamano4-3/+22
2015-09-28merge-file: enforce MAX_XDIFF_SIZE on incoming filesJeff King1-1/+2
2015-09-28xdiff: reject files larger than ~1GBJeff King3-1/+14
2015-09-28react to errors in xdi_diffJeff King7-24/+41
2015-09-26http: limit redirection depthBlake Burkhart3-0/+8
2015-09-26http: limit redirection to protocol-whitelistBlake Burkhart4-5/+27
2015-09-26transport: refactor protocol whitelist codeJeff King2-10/+43
2015-09-23submodule: allow only certain protocols for submodule fetchesJeff King2-0/+52
2015-09-23transport: add a protocol-whitelist environment variableJeff King11-1/+254
2015-09-04Git 2.4.9v2.4.9Junio C Hamano4-3/+13
2015-09-04Git 2.3.9v2.3.9Junio C Hamano4-3/+13
2015-09-04Git 2.2.3v2.2.3Junio C Hamano4-3/+13
2015-09-04show-branch: use a strbuf for reflog descriptionsJeff King1-2/+4
2015-09-04read_info_alternates: handle paths larger than PATH_MAXJeff King1-6/+3
2015-09-04notes: use a strbuf in add_non_noteJeff King1-9/+10
2015-09-04verify_absent: allow filenames longer than PATH_MAXJeff King1-7/+10
2015-08-03Git 2.4.8v2.4.8Junio C Hamano4-5/+25
2015-07-27Git 2.4.7v2.4.7Junio C Hamano4-3/+57
2015-07-15Git 2.4.6v2.4.6Junio C Hamano4-3/+27
2015-07-09clone: simplify string handling in guess_dir_name()Sebastian Schuberth1-13/+6
2015-07-09check_and_freshen_file: fix reversed success-checkJeff King1-1/+9
2015-07-09rebase: return non-zero error code if format-patch failsClemens Buchacher1-1/+1
2015-07-06Documentation/branch: document -M and -D in terms of --forceMatthieu Moy1-2/+2
2015-07-06Documentation/branch: document -d --force and -m --forceMatthieu Moy1-0/+4
2015-07-04strbuf: strbuf_read_file() should return ssize_tMichael Haggerty2-3/+4
2015-07-04pager: do not leak "GIT_PAGER_IN_USE" to the pagerJunio C Hamano1-0/+1
2015-07-01rev-list: disable --use-bitmap-index when pruning commitsJeff King2-1/+7
2015-07-01rev-list: add --count to usage guideLawrence Siebert2-0/+2
2015-06-30config.c: fix writing config files on Windows network sharesKarsten Blees1-0/+3
2015-06-29rebase -i: do not leave a CHERRY_PICK_HEAD file behindJohannes Schindelin2-2/+6
2015-06-29t3404: demonstrate CHERRY_PICK_HEAD bugJohannes Schindelin1-0/+21
2015-06-29http: always use any proxy auth method availableEnrique Tobis1-2/+2
2015-06-28fsck: it is OK for a tag and a commit to lack the bodyJunio C Hamano1-4/+13
2015-06-25Git 2.4.5v2.4.5Junio C Hamano4-3/+32
2015-06-25Fix definition of ARRAY_SIZE for non-gcc buildsCharles Bailey1-5/+3
2015-06-18test-lib.sh: fix color support when tput needs ~/.terminfoRichard Hansen1-29/+28
2015-06-17docs: clarify that --encoding can produce invalid sequencesJeff King1-1/+4
2015-06-17git-checkout.txt: document "git checkout <pathspec>" betterTorsten Bögershausen1-1/+5
2015-06-17Revert "test-lib.sh: do tests for color support after changing HOME"Richard Hansen1-47/+43
2015-06-17fetch-pack: check for shallow if depth givenMike Edgar1-1/+1
2015-06-16Git 2.4.4v2.4.4Junio C Hamano4-3/+39