Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'lt/pretty-expand-tabs' | Junio C Hamano | 2016-04-13 | 1 | -0/+1 |
|\ | |||||
| * | pretty: enable --expand-tabs by default for selected pretty formats | Junio C Hamano | 2016-03-30 | 1 | -0/+1 |
* | | Merge branch 'mj/pull-rebase-autostash' | Junio C Hamano | 2016-04-13 | 1 | -3/+27 |
|\ \ | |||||
| * | | pull --rebase: add --[no-]autostash flag | Mehul Jain | 2016-03-21 | 1 | -0/+12 |
| * | | git-pull.c: introduce git_pull_config() | Mehul Jain | 2016-03-21 | 1 | -3/+15 |
* | | | Merge branch 'cc/apply' | Junio C Hamano | 2016-04-13 | 1 | -15/+15 |
|\ \ \ | |||||
| * | | | builtin/apply: free patch when parse_chunk() failscc/apply | Christian Couder | 2016-04-01 | 1 | -1/+3 |
| * | | | builtin/apply: handle parse_binary() failure | Christian Couder | 2016-04-01 | 1 | -0/+7 |
| * | | | apply: remove unused call to free() in gitdiff_{old,new}name() | Junio C Hamano | 2016-03-22 | 1 | -6/+0 |
| * | | | builtin/apply: get rid of useless 'name' variable | Christian Couder | 2016-03-22 | 1 | -8/+5 |
| |/ / | |||||
* | | | Merge branch 'sb/misc-cleanups' | Junio C Hamano | 2016-04-13 | 1 | -2/+3 |
|\ \ \ | |||||
| * | | | notes: don't leak memory in git_config_get_notes_strategy | Stefan Beller | 2016-04-01 | 1 | -2/+3 |
* | | | | Merge branch 'sk/send-pack-all-fix' | Junio C Hamano | 2016-04-13 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | git-send-pack: fix --all option when used with directorysk/send-pack-all-fix | Stanislav Kolotinskiy | 2016-03-31 | 1 | -1/+1 |
* | | | | | Merge branch 'ky/branch-d-worktree' | Junio C Hamano | 2016-04-13 | 1 | -8/+14 |
|\ \ \ \ \ | |||||
| * | | | | | branch -d: refuse deleting a branch which is currently checked outky/branch-d-worktree | Kazuki Yamaguchi | 2016-03-29 | 1 | -8/+14 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'rz/worktree-no-checkout' | Junio C Hamano | 2016-04-13 | 1 | -11/+18 |
|\ \ \ \ \ | |||||
| * | | | | | worktree: add: introduce --checkout optionrz/worktree-no-checkout | Ray Zhang | 2016-03-29 | 1 | -11/+18 |
* | | | | | | Merge branch 'jk/check-repository-format' | Junio C Hamano | 2016-04-13 | 1 | -21/+24 |
|\ \ \ \ \ \ | |||||
| * | | | | | | init: use setup.c's repo version verification | Jeff King | 2016-03-11 | 1 | -9/+12 |
| * | | | | | | wrap shared_repository global in get/set accessors | Jeff King | 2016-03-11 | 1 | -12/+12 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge branch 'nd/apply-report-skip' | Junio C Hamano | 2016-04-08 | 1 | -0/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | apply: report patch skipping in verbose modend/apply-report-skip | Nguyễn Thái Ngọc Duy | 2016-03-24 | 1 | -0/+2 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'jc/merge-refuse-new-root' | Junio C Hamano | 2016-04-08 | 1 | -3/+9 |
|\ \ \ \ \ \ | |||||
| * | | | | | | merge: refuse to create too cool a merge by default | Junio C Hamano | 2016-03-23 | 1 | -3/+9 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge branch 'la/tag-force-signing-annotated-tags' | Junio C Hamano | 2016-04-06 | 1 | -6/+14 |
|\ \ \ \ \ \ | |||||
| * | | | | | | tag: add the option to force signing of annotated tagsla/tag-force-signing-annotated-tags | Laurent Arnoud | 2016-03-22 | 1 | -6/+14 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'jk/submodule-c-credential' | Junio C Hamano | 2016-04-06 | 1 | -3/+73 |
|\ \ \ \ \ \ | |||||
| * | | | | | | git: submodule honor -c credential.* from command line | Jacob Keller | 2016-03-01 | 1 | -1/+67 |
| * | | | | | | submodule: fix segmentation fault in submodule--helper clone | Jacob Keller | 2016-03-01 | 1 | -3/+3 |
| * | | | | | | submodule: fix submodule--helper clone usage | Jacob Keller | 2016-03-01 | 1 | -1/+1 |
| * | | | | | | submodule: check argc count for git submodule--helper clone | Jacob Keller | 2016-03-01 | 1 | -0/+4 |
* | | | | | | | Merge branch 'jv/merge-nothing-into-void' | Junio C Hamano | 2016-04-06 | 1 | -5/+5 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | merge: fix NULL pointer dereference when merging nothing into voidjv/merge-nothing-into-void | Junio C Hamano | 2016-03-23 | 1 | -5/+5 |
| | |_|/ / / / | |/| | | | | | |||||
| * | | | | | | Merge branch 'jk/path-name-safety-2.6' into jk/path-name-safety-2.7jk/path-name-safety-2.7 | Junio C Hamano | 2016-03-16 | 2 | -21/+6 |
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| | * | | | | | Merge branch 'jk/path-name-safety-2.5' into jk/path-name-safety-2.6jk/path-name-safety-2.6 | Junio C Hamano | 2016-03-16 | 2 | -21/+6 |
| | |\ \ \ \ \ | |||||
| | | * \ \ \ \ | Merge branch 'jk/path-name-safety-2.4' into jk/path-name-safety-2.5jk/path-name-safety-2.5 | Junio C Hamano | 2016-03-16 | 2 | -21/+6 |
| | | |\ \ \ \ \ | |||||
| | | | * | | | | | list-objects: pass full pathname to callbacksjk/path-name-safety-2.4 | Jeff King | 2016-03-16 | 2 | -21/+6 |
| | | | * | | | | | list-objects: drop name_path entirely | Jeff King | 2016-03-16 | 2 | -4/+4 |
| * | | | | | | | | Merge branch 'jk/pack-idx-corruption-safety' into maint | Junio C Hamano | 2016-03-10 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'js/config-set-in-non-repository' into maint | Junio C Hamano | 2016-03-10 | 1 | -0/+3 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'sb/submodule-module-list-fix' into maint | Junio C Hamano | 2016-03-10 | 1 | -8/+2 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/tighten-alloc' into maint | Junio C Hamano | 2016-03-10 | 21 | -101/+63 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/am-i-v-fix' into maint | Junio C Hamano | 2016-03-10 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'nd/git-common-dir-fix' into maint | Junio C Hamano | 2016-03-10 | 1 | -1/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'nd/dwim-wildcards-as-pathspecs' into maint | Junio C Hamano | 2016-03-10 | 1 | -1/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'ps/config-error' into maint | Junio C Hamano | 2016-03-10 | 5 | -65/+42 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'ss/commit-squash-msg' | Junio C Hamano | 2016-04-06 | 1 | -1/+10 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | commit: do not lose SQUASH_MSG contentsss/commit-squash-msg | Sven Strickroth | 2016-03-21 | 1 | -1/+10 |
* | | | | | | | | | | | | | | | | | | Merge branch 'sb/submodule-parallel-update' | Junio C Hamano | 2016-04-06 | 3 | -9/+268 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |