Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | status: add optional stash count information | Liam Beguin | 2017-06-18 | 6 | -0/+71 |
* | stash: update documentation to use 'stash entry' | Liam Beguin | 2017-06-18 | 6 | -38/+40 |
* | sub-process: correct path to API docs in a comment | Christian Couder | 2017-06-15 | 1 | -1/+1 |
* | Merge branch 'svn-doc' of git://bogomips.org/git-svn | Junio C Hamano | 2017-06-15 | 1 | -0/+15 |
|\ | |||||
| * | git-svn: document special options for commit-diff | Andreas Heiduk | 2017-06-15 | 1 | -0/+15 |
|/ | |||||
* | Sync with maint | Junio C Hamano | 2017-06-13 | 1 | -0/+37 |
|\ | |||||
| * | Prepare for 2.13.2cc/subprocess-comment-fix | Junio C Hamano | 2017-06-13 | 2 | -1/+38 |
| * | Merge branch 'ad/pull-remote-doc' into maint | Junio C Hamano | 2017-06-13 | 1 | -3/+3 |
| |\ | |||||
| * \ | Merge branch 'jk/drop-free-refspecs' into maint | Junio C Hamano | 2017-06-13 | 1 | -22/+6 |
| |\ \ | |||||
| * \ \ | Merge branch 'jk/connect-symref-info-leak-fix' into maint | Junio C Hamano | 2017-06-13 | 1 | -1/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'rf/completion-config-commit' into maint | Junio C Hamano | 2017-06-13 | 1 | -0/+3 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'ab/t3070-test-dedup' into maint | Junio C Hamano | 2017-06-13 | 1 | -1/+0 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'jh/memihash-opt' into maint | Junio C Hamano | 2017-06-13 | 1 | -5/+42 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'tb/pull-ff-rebase-autostash' into maint | Junio C Hamano | 2017-06-13 | 2 | -11/+32 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'jh/close-index-before-stat' into maint | Junio C Hamano | 2017-06-13 | 1 | -4/+9 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'sl/clean-d-ignored-fix' into maint | Junio C Hamano | 2017-06-13 | 6 | -5/+109 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'dk/send-email-avoid-net-smtp-ssl-when-able' into maint | Junio C Hamano | 2017-06-13 | 1 | -19/+35 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/skip-test-in-the-middle' into maint | Junio C Hamano | 2017-06-13 | 2 | -50/+56 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'bw/forking-and-threading' into maint | Junio C Hamano | 2017-06-13 | 9 | -134/+449 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/bug-to-abort' into maint | Junio C Hamano | 2017-06-13 | 5 | -1/+51 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'sb/checkout-recurse-submodules' into maint | Junio C Hamano | 2017-06-13 | 4 | -18/+12 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
* | | | | | | | | | | | | | | | | Eighth batch for 2.14 | Junio C Hamano | 2017-06-13 | 1 | -14/+21 |
* | | | | | | | | | | | | | | | | Merge branch 'jk/pack-idx-corruption-safety' | Junio C Hamano | 2017-06-13 | 1 | -1/+7 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | t5313: make extended-table test more deterministicjk/pack-idx-corruption-safety | Jeff King | 2017-06-07 | 1 | -1/+7 |
* | | | | | | | | | | | | | | | | | Merge branch 'nd/fopen-errors' | Junio C Hamano | 2017-06-13 | 32 | -92/+125 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | mingw_fopen: report ENOENT for invalid file names | Johannes Sixt | 2017-06-02 | 2 | -1/+3 |
| * | | | | | | | | | | | | | | | | | mingw: verify that paths are not mistaken for remote nicknames | Johannes Schindelin | 2017-06-02 | 1 | -2/+8 |
| * | | | | | | | | | | | | | | | | | log: fix memory leak in open_next_file() | Nguyễn Thái Ngọc Duy | 2017-05-26 | 1 | -4/+8 |
| * | | | | | | | | | | | | | | | | | rerere.c: move error_errno() closer to the source system call | Nguyễn Thái Ngọc Duy | 2017-05-26 | 1 | -1/+2 |
| * | | | | | | | | | | | | | | | | | print errno when reporting a system call error | Nguyễn Thái Ngọc Duy | 2017-05-26 | 3 | -5/+6 |
| * | | | | | | | | | | | | | | | | | wrapper.c: make warn_on_inaccessible() static | Nguyễn Thái Ngọc Duy | 2017-05-26 | 2 | -7/+5 |
| * | | | | | | | | | | | | | | | | | wrapper.c: add and use fopen_or_warn() | Nguyễn Thái Ngọc Duy | 2017-05-26 | 15 | -26/+43 |
| * | | | | | | | | | | | | | | | | | wrapper.c: add and use warn_on_fopen_errors() | Nguyễn Thái Ngọc Duy | 2017-05-26 | 5 | -4/+20 |
| * | | | | | | | | | | | | | | | | | config.mak.uname: set FREAD_READS_DIRECTORIES for Darwin, too | Junio C Hamano | 2017-05-26 | 1 | -0/+1 |
| * | | | | | | | | | | | | | | | | | config.mak.uname: set FREAD_READS_DIRECTORIES for Linux and FreeBSD | Nguyễn Thái Ngọc Duy | 2017-05-26 | 2 | -0/+11 |
| * | | | | | | | | | | | | | | | | | clone: use xfopen() instead of fopen() | Nguyễn Thái Ngọc Duy | 2017-05-26 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | | | | use xfopen() in more places | Nguyễn Thái Ngọc Duy | 2017-05-26 | 10 | -39/+13 |
| * | | | | | | | | | | | | | | | | | git_fopen: fix a sparse 'not declared' warning | Ramsay Jones | 2017-05-26 | 2 | -6/+8 |
* | | | | | | | | | | | | | | | | | | Merge branch 'rf/completion' | Junio C Hamano | 2017-06-13 | 1 | -1/+28 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | | completion: add git config credentialCache.ignoreSIGHUPrf/completion | Rikard Falkeborn | 2017-06-02 | 1 | -0/+1 |
| * | | | | | | | | | | | | | | | | | | completion: add git config credential completions | Rikard Falkeborn | 2017-06-02 | 1 | -0/+3 |
| * | | | | | | | | | | | | | | | | | | completion: add git config advice completions | Rikard Falkeborn | 2017-06-02 | 1 | -1/+9 |
| * | | | | | | | | | | | | | | | | | | completion: add git config am.threeWay completion | Rikard Falkeborn | 2017-06-02 | 1 | -0/+1 |
| * | | | | | | | | | | | | | | | | | | completion: add git config core completions | Rikard Falkeborn | 2017-06-02 | 1 | -0/+10 |
| * | | | | | | | | | | | | | | | | | | completion: add git config gc completions | Rikard Falkeborn | 2017-06-02 | 1 | -0/+4 |
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | | Merge branch 'jc/diff-tree-stale-comment' | Junio C Hamano | 2017-06-13 | 1 | -3/+5 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | | diff-tree: update stale in-code commentsjc/diff-tree-stale-comment | Junio C Hamano | 2017-06-02 | 1 | -3/+5 |
* | | | | | | | | | | | | | | | | | | | Merge branch 'sb/submodule-blanket-recursive' | Junio C Hamano | 2017-06-13 | 16 | -98/+179 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | | | builtin/fetch.c: respect 'submodule.recurse' optionsb/submodule-blanket-recursive | Stefan Beller | 2017-06-01 | 2 | -0/+17 |
| * | | | | | | | | | | | | | | | | | | | builtin/push.c: respect 'submodule.recurse' option | Stefan Beller | 2017-06-01 | 2 | -0/+25 |