Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | worktree prune: improve prune logic when worktree is movednd/worktree-prune | Nguyễn Thái Ngọc Duy | 2018-03-15 | 2 | -5/+5 |
* | worktree: delete dead code | Nguyễn Thái Ngọc Duy | 2018-03-15 | 2 | -13/+0 |
* | gc.txt: more details about what gc does | Nguyễn Thái Ngọc Duy | 2018-03-15 | 1 | -9/+19 |
* | Sixth batch for 2.17 | Junio C Hamano | 2018-02-28 | 1 | -5/+25 |
* | Merge branch 'jk/push-options-via-transport-fix' | Junio C Hamano | 2018-02-28 | 2 | -12/+39 |
|\ | |||||
| * | remote-curl: unquote incoming push-optionsjk/push-options-via-transport-fix | Jeff King | 2018-02-20 | 2 | -1/+28 |
| * | t5545: factor out http repository setup | Jeff King | 2018-02-20 | 1 | -11/+11 |
* | | Merge branch 'tz/do-not-clean-spec-file' | Junio C Hamano | 2018-02-28 | 1 | -1/+1 |
|\ \ | |||||
| * | | Makefile: remove *.spec from clean targettz/do-not-clean-spec-file | Todd Zullinger | 2018-02-17 | 1 | -1/+1 |
* | | | Merge branch 'tg/worktree-create-tracking' | Junio C Hamano | 2018-02-28 | 1 | -2/+3 |
|\ \ \ | |||||
| * | | | git-worktree.txt: fix indentation of example and text of 'add' commandtg/worktree-create-tracking | Eric Sunshine | 2018-02-16 | 1 | -0/+1 |
| * | | | git-worktree.txt: fix missing ")" typo | Eric Sunshine | 2018-02-16 | 1 | -2/+2 |
* | | | | Merge branch 'gs/test-unset-xdg-cache-home' | Junio C Hamano | 2018-02-28 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | test-lib.sh: unset XDG_CACHE_HOMEgs/test-unset-xdg-cache-home | Genki Sky | 2018-02-16 | 1 | -0/+1 |
* | | | | | Merge branch 'tk/apply-dev-null-verify-name-fix' | Junio C Hamano | 2018-02-28 | 2 | -1/+18 |
|\ \ \ \ \ | |||||
| * | | | | | apply: handle Subversion diffs with /dev/null gracefullytk/apply-dev-null-verify-name-fix | Tatyana Krasnukha | 2018-02-15 | 2 | -2/+2 |
| * | | | | | apply: demonstrate a problem applying svn diffs | Johannes Schindelin | 2018-02-15 | 1 | -0/+17 |
* | | | | | | Merge branch 'sb/status-doc-fix' | Junio C Hamano | 2018-02-28 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Documentation/git-status: clarify status table for porcelain modesb/status-doc-fix | Stefan Beller | 2018-02-15 | 1 | -2/+2 |
* | | | | | | | Merge branch 'es/worktree-add-post-checkout-hook' | Junio C Hamano | 2018-02-28 | 2 | -12/+62 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | worktree: add: fix 'post-checkout' not knowing new worktree locationes/worktree-add-post-checkout-hook | Eric Sunshine | 2018-02-15 | 2 | -12/+62 |
* | | | | | | | | Merge branch 'nd/am-quit' | Junio C Hamano | 2018-02-28 | 4 | -4/+28 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | am: support --quitnd/am-quit | Nguyễn Thái Ngọc Duy | 2018-02-14 | 4 | -4/+28 |
* | | | | | | | | | Fifth batch for 2.17 | Junio C Hamano | 2018-02-27 | 1 | -10/+48 |
* | | | | | | | | | Sync with maint | Junio C Hamano | 2018-02-27 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'ys/bisect-object-id-missing-conversion-fix' into maint | Junio C Hamano | 2018-02-27 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'sb/submodule-update-reset-fix' into maint | Junio C Hamano | 2018-02-27 | 3 | -3/+23 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'ab/commit-m-with-fixup' into maint | Junio C Hamano | 2018-02-27 | 3 | -4/+15 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'nd/ita-wt-renames-in-status' into maint | Junio C Hamano | 2018-02-27 | 6 | -44/+143 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge branch 'jt/binsearch-with-fanout' | Junio C Hamano | 2018-02-27 | 3 | -25/+54 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | packfile: refactor hash search with fanout tablejt/binsearch-with-fanout | Jonathan Tan | 2018-02-15 | 3 | -14/+54 |
| * | | | | | | | | | | | | | packfile: remove GIT_DEBUG_LOOKUP log statements | Jonathan Tan | 2018-02-15 | 1 | -11/+0 |
* | | | | | | | | | | | | | | Merge branch 'rd/typofix' | Junio C Hamano | 2018-02-27 | 5 | -6/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | Correct mispellings of ".gitmodule" to ".gitmodules"rd/typofix | Robert P. J. Day | 2018-02-14 | 4 | -5/+5 |
| * | | | | | | | | | | | | | | t/: correct obvious typo "detahced" | Robert P. J. Day | 2018-02-14 | 1 | -1/+1 |
* | | | | | | | | | | | | | | | Merge branch 'jk/test-hashmap-updates' | Junio C Hamano | 2018-02-27 | 1 | -26/+27 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | test-hashmap: use "unsigned int" for hash storagejk/test-hashmap-updates | Jeff King | 2018-02-14 | 1 | -2/+3 |
| * | | | | | | | | | | | | | | | test-hashmap: simplify alloc_test_entry | Jeff King | 2018-02-14 | 1 | -18/+17 |
| * | | | | | | | | | | | | | | | test-hashmap: use strbuf_getline rather than fgets | Jeff King | 2018-02-14 | 1 | -3/+5 |
| * | | | | | | | | | | | | | | | test-hashmap: use xsnprintf rather than snprintf | Jeff King | 2018-02-14 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | | test-hashmap: check allocation computation for overflow | Jeff King | 2018-02-14 | 1 | -2/+1 |
| * | | | | | | | | | | | | | | | test-hashmap: use ALLOC_ARRAY rather than bare malloc | Jeff King | 2018-02-14 | 1 | -2/+2 |
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Merge branch 'jk/sq-dequote-on-bogus-input' | Junio C Hamano | 2018-02-27 | 2 | -3/+32 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | sq_dequote: fix extra consumption of source stringjk/sq-dequote-on-bogus-input | Jeff King | 2018-02-14 | 2 | -3/+32 |
| | |_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Merge branch 'bp/fsmonitor' | Junio C Hamano | 2018-02-27 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | fsmonitor: update documentation to remove reference to invalid config settingsbp/fsmonitor | Ben Peart | 2018-02-14 | 1 | -2/+2 |
* | | | | | | | | | | | | | | | | Merge branch 'bc/doc-interpret-trailers-grammofix' | Junio C Hamano | 2018-02-27 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | docs/interpret-trailers: fix agreement errorbc/doc-interpret-trailers-grammofix | brian m. carlson | 2018-02-13 | 1 | -1/+1 |
* | | | | | | | | | | | | | | | | | Merge branch 'as/ll-i18n' | Junio C Hamano | 2018-02-27 | 5 | -54/+54 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | Mark messages for translationsas/ll-i18n | Alexander Shopov | 2018-02-13 | 5 | -54/+54 |