Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ks/tag-cleanup' | Junio C Hamano | 2011-12-13 | 1 | -14/+53 |
|\ | |||||
| * | git-tag: introduce --cleanup optionks/tag-cleanup | Kirill A. Shutemov | 2011-12-09 | 1 | -14/+53 |
* | | Merge branch 'bc/maint-apply-check-no-patch' | Junio C Hamano | 2011-12-13 | 1 | -5/+5 |
|\ \ | |||||
| * | | builtin/apply.c: report error on failure to recognize inputbc/maint-apply-check-no-patch | Brandon Casey | 2011-12-05 | 1 | -5/+5 |
* | | | Merge branch 'nd/ignore-might-be-precious' | Junio C Hamano | 2011-12-13 | 2 | -7/+16 |
|\ \ \ | |||||
| * | | | checkout,merge: disallow overwriting ignored files with --no-overwrite-ignorend/ignore-might-be-precious | Nguyễn Thái Ngọc Duy | 2011-11-28 | 2 | -7/+16 |
| * | | | Merge branch 'nd/maint-ignore-exclude' into nd/ignore-might-be-precious | Junio C Hamano | 2011-11-28 | 2 | -2/+2 |
| |\ \ \ | |||||
* | \ \ \ | Merge branch 'jn/branch-move-to-self' | Junio C Hamano | 2011-12-13 | 2 | -6/+20 |
|\ \ \ \ \ | |||||
| * | | | | | Allow checkout -B <current-branch> to update the current branchjn/branch-move-to-self | Jonathan Nieder | 2011-11-28 | 2 | -5/+12 |
| * | | | | | branch: allow a no-op "branch -M <current-branch> HEAD" | Jonathan Nieder | 2011-11-28 | 1 | -1/+8 |
| |/ / / / | |||||
* | | | | | Merge branch 'maint' | Junio C Hamano | 2011-12-13 | 2 | -39/+50 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'jc/maint-pack-object-cycle' into maint | Junio C Hamano | 2011-12-13 | 1 | -12/+43 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'jc/index-pack-reject-dups' into maint | Junio C Hamano | 2011-12-13 | 1 | -1/+3 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'nd/misc-cleanups' into maint | Junio C Hamano | 2011-12-13 | 2 | -6/+7 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'maint-1.7.7' into maint | Junio C Hamano | 2011-12-13 | 6 | -45/+53 |
| |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge branch 'ab/clang-lints' into maint-1.7.7 | Junio C Hamano | 2011-12-13 | 2 | -4/+1 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | Merge branch 'nd/maint-ignore-exclude' into maint-1.7.7 | Junio C Hamano | 2011-12-13 | 2 | -2/+2 |
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / | | | |/| | | | | | | | |||||
| | * | | | | | | | | | Merge branch 'maint-1.7.6' into maint-1.7.7 | Junio C Hamano | 2011-12-13 | 2 | -39/+50 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ | Merge branch 'jk/maint-fetch-status-table' into maint-1.7.6 | Junio C Hamano | 2011-12-13 | 1 | -38/+49 |
| | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | * | | | | | | | | | fetch: create status table using strbufjk/maint-fetch-status-table | Jeff King | 2011-12-09 | 1 | -38/+49 |
| | | * | | | | | | | | | | Merge branch 'jc/maint-name-rev-all' into maint-1.7.6 | Junio C Hamano | 2011-12-13 | 1 | -1/+1 |
| | | * | | | | | | | | | | blame: don't overflow time buffer | Jeff King | 2011-12-13 | 1 | -1/+1 |
* | | | | | | | | | | | | | Merge branch 'nd/resolve-ref' | Junio C Hamano | 2011-12-09 | 11 | -43/+72 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | Copy resolve_ref() return value for longer use | Nguyễn Thái Ngọc Duy | 2011-12-05 | 7 | -27/+62 |
| * | | | | | | | | | | | | | Convert many resolve_ref() calls to read_ref*() and ref_exists() | Nguyễn Thái Ngọc Duy | 2011-11-13 | 7 | -17/+14 |
* | | | | | | | | | | | | | | Merge branch 'jc/pull-signed-tag' | Junio C Hamano | 2011-12-09 | 7 | -195/+221 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | commit-tree: teach -m/-F options to read logs from elsewhere | Junio C Hamano | 2011-11-12 | 1 | -3/+40 |
| * | | | | | | | | | | | | | | commit-tree: update the command line parsing | Junio C Hamano | 2011-11-09 | 1 | -13/+18 |
| * | | | | | | | | | | | | | | commit: teach --amend to carry forward extra headers | Junio C Hamano | 2011-11-09 | 1 | -2/+7 |
| * | | | | | | | | | | | | | | merge: force edit and no-ff mode when merging a tag object | Junio C Hamano | 2011-11-09 | 1 | -0/+6 |
| * | | | | | | | | | | | | | | commit: copy merged signed tags to headers of merge commit | Junio C Hamano | 2011-11-09 | 1 | -5/+5 |
| * | | | | | | | | | | | | | | merge: record tag objects without peeling in MERGE_HEAD | Junio C Hamano | 2011-11-08 | 1 | -3/+10 |
| * | | | | | | | | | | | | | | merge: make usage of commit->util more extensible | Junio C Hamano | 2011-11-08 | 1 | -40/+23 |
| * | | | | | | | | | | | | | | fmt-merge-msg: Add contents of merged tag in the merge message | Junio C Hamano | 2011-11-08 | 1 | -2/+70 |
| * | | | | | | | | | | | | | | fmt-merge-msg: package options into a structure | Junio C Hamano | 2011-11-07 | 2 | -17/+20 |
| * | | | | | | | | | | | | | | fmt-merge-msg: avoid early returns | Junio C Hamano | 2011-11-07 | 1 | -10/+10 |
| * | | | | | | | | | | | | | | merge: notice local merging of tags and keep it unwrapped | Junio C Hamano | 2011-11-07 | 1 | -0/+5 |
| * | | | | | | | | | | | | | | fetch: do not store peeled tag object names in FETCH_HEAD | Linus Torvalds | 2011-11-04 | 1 | -2/+1 |
| * | | | | | | | | | | | | | | Split GPG interface into its own helper library | Junio C Hamano | 2011-11-04 | 2 | -100/+11 |
* | | | | | | | | | | | | | | | Merge branch 'jc/request-pull-show-head-4' | Junio C Hamano | 2011-12-09 | 4 | -32/+192 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | fmt-merge-msg.c: Fix an "dubious one-bit signed bitfield" sparse error | Ramsay Jones | 2011-10-15 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | builtin/log.c: Fix an "Using plain integer as NULL pointer" warning | Ramsay Jones | 2011-10-09 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | fmt-merge-msg: use branch.$name.description | Junio C Hamano | 2011-10-07 | 2 | -26/+69 |
| * | | | | | | | | | | | | | | branch: teach --edit-description option | Junio C Hamano | 2011-10-05 | 1 | -2/+54 |
| * | | | | | | | | | | | | | | format-patch: use branch description in cover letter | Junio C Hamano | 2011-10-05 | 1 | -3/+68 |
* | | | | | | | | | | | | | | | Merge branch 'nd/maint-ignore-exclude' | Junio C Hamano | 2011-12-05 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | checkout,merge: loosen overwriting untracked file check based on info/excludend/maint-ignore-exclude | Nguyễn Thái Ngọc Duy | 2011-11-28 | 2 | -2/+2 |
* | | | | | | | | | | | | | | | Merge branch 'vr/git-merge-default-to-upstream' | Junio C Hamano | 2011-12-05 | 1 | -3/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | Show error for 'git merge' with unset merge.defaultToUpstreamvr/git-merge-default-to-upstream | Vincent van Ravesteijn | 2011-11-21 | 1 | -3/+6 |
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Merge branch 'jc/maint-pack-object-cycle' | Junio C Hamano | 2011-12-05 | 1 | -12/+43 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | |