summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remote.c: eliminate remote->push_refspecsg/remote-no-string-refspecsSZEDER Gábor2017-06-214-36/+34
* remote.c: eliminate remote->fetch_refspecSZEDER Gábor2017-06-215-53/+69
* remote.c: extract a helper function to parse a single refspecSZEDER Gábor2017-06-211-96/+109
* remote.c: don't pass copies of refspecs to add_{fetch,push}_refspec()SZEDER Gábor2017-06-212-9/+15
* remote: don't use remote->{fetch,push}_refspecSZEDER Gábor2017-06-213-7/+37
* Merge branch 'sg/clone-refspec-from-command-line-config' into HEADJunio C Hamano2017-06-215-17/+85
|\
| * Documentation/clone: document ignored configuration variablessg/clone-refspec-from-command-line-configSZEDER Gábor2017-06-161-0/+5
| * clone: respect additional configured fetch refspecs during initial fetchSZEDER Gábor2017-06-164-17/+80
* | sub-process: correct path to API docs in a commentChristian Couder2017-06-151-1/+1
* | Merge branch 'svn-doc' of git://bogomips.org/git-svnJunio C Hamano2017-06-151-0/+15
|\ \
| * | git-svn: document special options for commit-diffAndreas Heiduk2017-06-151-0/+15
|/ /
* | Sync with maintJunio C Hamano2017-06-131-0/+37
|\ \
| * | Prepare for 2.13.2cc/subprocess-comment-fixJunio C Hamano2017-06-132-1/+38
| * | Merge branch 'ad/pull-remote-doc' into maintJunio C Hamano2017-06-131-3/+3
| |\ \
| * \ \ Merge branch 'jk/drop-free-refspecs' into maintJunio C Hamano2017-06-131-22/+6
| |\ \ \
| * \ \ \ Merge branch 'jk/connect-symref-info-leak-fix' into maintJunio C Hamano2017-06-131-1/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'rf/completion-config-commit' into maintJunio C Hamano2017-06-131-0/+3
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'ab/t3070-test-dedup' into maintJunio C Hamano2017-06-131-1/+0
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jh/memihash-opt' into maintJunio C Hamano2017-06-131-5/+42
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'tb/pull-ff-rebase-autostash' into maintJunio C Hamano2017-06-132-11/+32
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'jh/close-index-before-stat' into maintJunio C Hamano2017-06-131-4/+9
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'sl/clean-d-ignored-fix' into maintJunio C Hamano2017-06-136-5/+109
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'dk/send-email-avoid-net-smtp-ssl-when-able' into maintJunio C Hamano2017-06-131-19/+35
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/skip-test-in-the-middle' into maintJunio C Hamano2017-06-132-50/+56
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'bw/forking-and-threading' into maintJunio C Hamano2017-06-139-134/+449
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/bug-to-abort' into maintJunio C Hamano2017-06-135-1/+51
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'sb/checkout-recurse-submodules' into maintJunio C Hamano2017-06-134-18/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | | | Eighth batch for 2.14Junio C Hamano2017-06-131-14/+21
* | | | | | | | | | | | | | | | | Merge branch 'jk/pack-idx-corruption-safety'Junio C Hamano2017-06-131-1/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | t5313: make extended-table test more deterministicjk/pack-idx-corruption-safetyJeff King2017-06-071-1/+7
* | | | | | | | | | | | | | | | | | Merge branch 'nd/fopen-errors'Junio C Hamano2017-06-1332-92/+125
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | mingw_fopen: report ENOENT for invalid file namesJohannes Sixt2017-06-022-1/+3
| * | | | | | | | | | | | | | | | | | mingw: verify that paths are not mistaken for remote nicknamesJohannes Schindelin2017-06-021-2/+8
| * | | | | | | | | | | | | | | | | | log: fix memory leak in open_next_file()Nguyễn Thái Ngọc Duy2017-05-261-4/+8
| * | | | | | | | | | | | | | | | | | rerere.c: move error_errno() closer to the source system callNguyễn Thái Ngọc Duy2017-05-261-1/+2
| * | | | | | | | | | | | | | | | | | print errno when reporting a system call errorNguyễn Thái Ngọc Duy2017-05-263-5/+6
| * | | | | | | | | | | | | | | | | | wrapper.c: make warn_on_inaccessible() staticNguyễn Thái Ngọc Duy2017-05-262-7/+5
| * | | | | | | | | | | | | | | | | | wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy2017-05-2615-26/+43
| * | | | | | | | | | | | | | | | | | wrapper.c: add and use warn_on_fopen_errors()Nguyễn Thái Ngọc Duy2017-05-265-4/+20
| * | | | | | | | | | | | | | | | | | config.mak.uname: set FREAD_READS_DIRECTORIES for Darwin, tooJunio C Hamano2017-05-261-0/+1
| * | | | | | | | | | | | | | | | | | config.mak.uname: set FREAD_READS_DIRECTORIES for Linux and FreeBSDNguyễn Thái Ngọc Duy2017-05-262-0/+11
| * | | | | | | | | | | | | | | | | | clone: use xfopen() instead of fopen()Nguyễn Thái Ngọc Duy2017-05-261-1/+1
| * | | | | | | | | | | | | | | | | | use xfopen() in more placesNguyễn Thái Ngọc Duy2017-05-2610-39/+13
| * | | | | | | | | | | | | | | | | | git_fopen: fix a sparse 'not declared' warningRamsay Jones2017-05-262-6/+8
* | | | | | | | | | | | | | | | | | | Merge branch 'rf/completion'Junio C Hamano2017-06-131-1/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | completion: add git config credentialCache.ignoreSIGHUPrf/completionRikard Falkeborn2017-06-021-0/+1
| * | | | | | | | | | | | | | | | | | | completion: add git config credential completionsRikard Falkeborn2017-06-021-0/+3
| * | | | | | | | | | | | | | | | | | | completion: add git config advice completionsRikard Falkeborn2017-06-021-1/+9
| * | | | | | | | | | | | | | | | | | | completion: add git config am.threeWay completionRikard Falkeborn2017-06-021-0/+1
| * | | | | | | | | | | | | | | | | | | completion: add git config core completionsRikard Falkeborn2017-06-021-0/+10