Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | init-db: die on config errors when initializing empty repo | Patrick Steinhardt | 2016-02-22 | 1 | -10/+10 | |
| * | | | | | | | clone: die on config error in cmd_clone | Patrick Steinhardt | 2016-02-22 | 1 | -4/+4 | |
| * | | | | | | | remote: die on config error when manipulating remotes | Patrick Steinhardt | 2016-02-22 | 1 | -27/+12 | |
| * | | | | | | | remote: die on config error when setting/adding branches | Patrick Steinhardt | 2016-02-22 | 1 | -17/+9 | |
| * | | | | | | | remote: die on config error when setting URL | Patrick Steinhardt | 2016-02-22 | 2 | -5/+15 | |
| * | | | | | | | submodule--helper: die on config error when cloning module | Patrick Steinhardt | 2016-02-22 | 1 | -2/+2 | |
| * | | | | | | | submodule: die on config error when linking modules | Patrick Steinhardt | 2016-02-22 | 1 | -5/+3 | |
| * | | | | | | | branch: die on config error when editing branch description | Patrick Steinhardt | 2016-02-22 | 1 | -3/+2 | |
| * | | | | | | | branch: die on config error when unsetting upstream | Patrick Steinhardt | 2016-02-22 | 2 | -2/+9 | |
| * | | | | | | | branch: report errors in tracking branch setup | Patrick Steinhardt | 2016-02-22 | 3 | -16/+46 | |
| * | | | | | | | config: introduce set_or_die wrappers | Patrick Steinhardt | 2016-02-16 | 2 | -0/+31 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge branch 'mg/work-tree-tests' into maint | Junio C Hamano | 2016-03-10 | 3 | -0/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | tests: rename work-tree tests to *work-tree*mg/work-tree-tests | Michael J Gruber | 2016-02-20 | 3 | -0/+0 | |
* | | | | | | | | Merge branch 'sp/remote-curl-ssl-strerror' into maint | Junio C Hamano | 2016-03-10 | 1 | -2/+14 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | remote-curl: include curl_errorstr on SSL setup failuressp/remote-curl-ssl-strerror | Shawn Pearce | 2016-02-15 | 1 | -2/+14 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Git 2.7.2v2.7.2 | Junio C Hamano | 2016-02-22 | 3 | -2/+17 | |
* | | | | | | | Merge branch 'nd/ita-cleanup' into maint | Junio C Hamano | 2016-02-22 | 6 | -10/+6 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | grep: make it clear i-t-a entries are ignored | Nguyễn Thái Ngọc Duy | 2015-12-28 | 1 | -1/+1 | |
| * | | | | | | | add and use a convenience macro ce_intent_to_add() | Nguyễn Thái Ngọc Duy | 2015-09-06 | 4 | -4/+5 | |
| * | | | | | | | blame: remove obsolete comment | Nguyễn Thái Ngọc Duy | 2015-08-25 | 1 | -5/+0 | |
* | | | | | | | | Merge branch 'pw/completion-stash' into maint | Junio C Hamano | 2016-02-22 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | completion: fix mis-indentation in _git_stash()pw/completion-stash | SZEDER Gábor | 2016-02-22 | 1 | -2/+2 | |
* | | | | | | | | | Merge branch 'mm/clean-doc-fix' into maint | Junio C Hamano | 2016-02-22 | 1 | -3/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Documentation/git-clean.txt: don't mention deletion of .git/modules/*mm/clean-doc-fix | Matt McCutchen | 2016-02-09 | 1 | -3/+1 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'dw/mergetool-vim-window-shuffle' into maint | Junio C Hamano | 2016-02-22 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | mergetool: reorder vim/gvim buffers in three-way diffsdw/mergetool-vim-window-shuffle | Dickson Wong | 2016-02-12 | 1 | -2/+2 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'ah/stripspace-optstring' into maint | Junio C Hamano | 2016-02-22 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | stripspace: call U+0020 a "space" instead of a "blank"ah/stripspace-optstring | Alex Henrie | 2016-01-29 | 1 | -1/+1 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Start preparing for 2.7.2 | Junio C Hamano | 2016-02-17 | 2 | -1/+28 | |
* | | | | | | | | | Merge branch 'js/test-lib-windows-emulated-yes' into maint | Junio C Hamano | 2016-02-17 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | test-lib: limit the output of the yes utilityjs/test-lib-windows-emulated-yes | Johannes Schindelin | 2016-02-02 | 1 | -2/+4 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge branch 'aw/push-force-with-lease-reporting' into maint | Junio C Hamano | 2016-02-17 | 2 | -12/+18 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | push: fix ref status reporting for --force-with-leaseaw/push-force-with-lease-reporting | Andrew Wheeler | 2016-02-01 | 2 | -12/+18 | |
* | | | | | | | | | | Merge branch 'nd/do-not-move-worktree-manually' into maint | Junio C Hamano | 2016-02-17 | 3 | -21/+14 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | worktree: stop supporting moving worktrees manuallynd/do-not-move-worktree-manually | Nguyễn Thái Ngọc Duy | 2016-01-22 | 2 | -17/+10 | |
| * | | | | | | | | | | worktree.c: fix indentation | Nguyễn Thái Ngọc Duy | 2016-01-19 | 1 | -4/+4 | |
* | | | | | | | | | | | Merge branch 'js/xmerge-marker-eol' into maint | Junio C Hamano | 2016-02-17 | 2 | -18/+93 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | merge-file: ensure that conflict sections match eol stylejs/xmerge-marker-eol | Johannes Schindelin | 2016-01-27 | 2 | -15/+25 | |
| * | | | | | | | | | | | merge-file: let conflict markers match end-of-line style of the context | Johannes Schindelin | 2016-01-27 | 2 | -4/+69 | |
* | | | | | | | | | | | | git-cvsserver.perl: fix typo | GyuYong Jung | 2016-02-17 | 1 | -1/+1 | |
| |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Git 2.7.1v2.7.1 | Junio C Hamano | 2016-02-05 | 4 | -3/+91 | |
* | | | | | | | | | | | Merge branch 'lv/add-doc-working-tree' into maint | Junio C Hamano | 2016-02-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | git-add doc: do not say working directory when you mean working treelv/add-doc-working-tree | Lars Vogel | 2016-01-21 | 1 | -1/+1 | |
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'ss/clone-depth-single-doc' into maint | Junio C Hamano | 2016-02-05 | 2 | -9/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | docs: clarify that --depth for git-fetch works with newly initialized reposss/clone-depth-single-doc | Sebastian Schuberth | 2016-01-08 | 1 | -4/+5 | |
| * | | | | | | | | | | | docs: say "commits" in the --depth option wording for git-clone | Sebastian Schuberth | 2016-01-08 | 1 | -1/+1 | |
| * | | | | | | | | | | | docs: clarify that passing --depth to git-clone implies --single-branch | Sebastian Schuberth | 2016-01-07 | 1 | -5/+4 | |
* | | | | | | | | | | | | Merge branch 'sg/t6050-failing-editor-test-fix' into maint | Junio C Hamano | 2016-02-05 | 1 | -3/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | t6050-replace: make failing editor test more robustsg/t6050-failing-editor-test-fix | SZEDER Gábor | 2016-01-05 | 1 | -3/+7 | |
* | | | | | | | | | | | | | Merge branch 'ew/for-each-ref-doc' into maint | Junio C Hamano | 2016-02-05 | 1 | -2/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |