summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* config: rename git_config_set_or_die to git_config_setps/config-errorPatrick Steinhardt2016-02-2210-67/+67
* config: rename git_config_set to git_config_set_gentlyPatrick Steinhardt2016-02-227-39/+40
* compat: die when unable to set core.precomposeunicodePatrick Steinhardt2016-02-221-1/+2
* sequencer: die on config error when saving replay optsPatrick Steinhardt2016-02-221-11/+11
* init-db: die on config errors when initializing empty repoPatrick Steinhardt2016-02-221-10/+10
* clone: die on config error in cmd_clonePatrick Steinhardt2016-02-221-4/+4
* remote: die on config error when manipulating remotesPatrick Steinhardt2016-02-221-27/+12
* remote: die on config error when setting/adding branchesPatrick Steinhardt2016-02-221-17/+9
* remote: die on config error when setting URLPatrick Steinhardt2016-02-222-5/+15
* submodule--helper: die on config error when cloning modulePatrick Steinhardt2016-02-221-2/+2
* submodule: die on config error when linking modulesPatrick Steinhardt2016-02-221-5/+3
* branch: die on config error when editing branch descriptionPatrick Steinhardt2016-02-221-3/+2
* branch: die on config error when unsetting upstreamPatrick Steinhardt2016-02-222-2/+9
* branch: report errors in tracking branch setupPatrick Steinhardt2016-02-223-16/+46
* config: introduce set_or_die wrappersPatrick Steinhardt2016-02-162-0/+31
* Git 2.7.1v2.7.1Junio C Hamano2016-02-054-3/+91
* Merge branch 'lv/add-doc-working-tree' into maintJunio C Hamano2016-02-051-1/+1
|\
| * git-add doc: do not say working directory when you mean working treelv/add-doc-working-treeLars Vogel2016-01-211-1/+1
* | Merge branch 'ss/clone-depth-single-doc' into maintJunio C Hamano2016-02-052-9/+9
|\ \
| * | docs: clarify that --depth for git-fetch works with newly initialized reposss/clone-depth-single-docSebastian Schuberth2016-01-081-4/+5
| * | docs: say "commits" in the --depth option wording for git-cloneSebastian Schuberth2016-01-081-1/+1
| * | docs: clarify that passing --depth to git-clone implies --single-branchSebastian Schuberth2016-01-071-5/+4
* | | Merge branch 'sg/t6050-failing-editor-test-fix' into maintJunio C Hamano2016-02-051-3/+7
|\ \ \
| * | | t6050-replace: make failing editor test more robustsg/t6050-failing-editor-test-fixSZEDER Gábor2016-01-051-3/+7
* | | | Merge branch 'ew/for-each-ref-doc' into maintJunio C Hamano2016-02-051-2/+7
|\ \ \ \
| * | | | for-each-ref: document `creatordate` and `creator` fieldsew/for-each-ref-docEric Wong2016-01-051-2/+7
| | |/ / | |/| |
* | | | Merge branch 'ss/user-manual' into maintJunio C Hamano2016-02-052-10/+36
|\ \ \ \
| * | | | user-manual: add addition gitweb informationss/user-manualStephen P. Smith2015-12-301-4/+11
| * | | | user-manual: add section documenting shallow clonesStephen P. Smith2015-12-301-3/+20
| * | | | glossary: define the term shallow cloneStephen P. Smith2015-12-291-0/+5
| * | | | user-manual: remove temporary branch entry from todo listStephen P. Smith2015-12-281-3/+0
| |/ / /
* | | | Merge branch 'jk/ref-cache-non-repository-optim' into maintJunio C Hamano2016-02-056-40/+80
|\ \ \ \
| * | | | resolve_gitlink_ref: ignore non-repository pathsjk/ref-cache-non-repository-optimJeff King2016-01-253-14/+43
| * | | | clean: make is_git_repository a public functionJeff King2016-01-253-26/+37
* | | | | Merge branch 'js/dirname-basename' into maintJunio C Hamano2016-02-057-24/+225
|\ \ \ \ \
| * | | | | mingw: avoid linking to the C library's isalpha()js/dirname-basenameJohannes Sixt2016-01-252-6/+8
| * | | | | t0060: loosen overly strict expectationsJohannes Schindelin2016-01-151-57/+21
| * | | | | t0060: verify that basename() and dirname() work as expectedJohannes Schindelin2016-01-122-0/+169
| * | | | | compat/basename.c: provide a dirname() compatibility functionJohannes Schindelin2016-01-122-0/+46
| * | | | | compat/basename: make basename() conform to POSIXJohannes Schindelin2016-01-121-3/+17
| * | | | | Refactor skipping DOS drive prefixesJohannes Schindelin2016-01-125-22/+28
* | | | | | Merge branch 'tb/complete-word-diff-regex' into maintJunio C Hamano2016-02-051-1/+1
|\ \ \ \ \ \
| * | | | | | completion: complete "diff --word-diff-regex="tb/complete-word-diff-regexThomas Braun2016-01-201-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'pw/completion-stash' into maintJunio C Hamano2016-02-051-3/+14
|\ \ \ \ \ \
| * | | | | | completion: update completion arguments for stashPaul Wagland2016-01-261-3/+14
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'pw/completion-show-branch' into maintJunio C Hamano2016-02-051-1/+1
|\ \ \ \ \ \
| * | | | | | completion: complete show-branch "--date-order"pw/completion-show-branchPaul Wagland2016-01-251-1/+1
| |/ / / / /
* | | | | | Merge branch 'jk/completion-rebase' into maintJunio C Hamano2016-02-051-2/+6
|\ \ \ \ \ \
| * | | | | | completion: add missing git-rebase optionsjk/completion-rebaseJohn Keeping2016-01-251-2/+6
| |/ / / / /
* | | | | | Merge branch 'nd/diff-with-path-params' into maintJunio C Hamano2016-02-057-12/+25
|\ \ \ \ \ \