summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* request-pull: use the real fork point when preparing the messagejc/request-pull-show-head-4Junio C Hamano2012-01-101-1/+1
* request-pull: do not emit "tag" before the tagnameJunio C Hamano2011-12-192-4/+2
* request-pull: update the "pull" command generation logicJunio C Hamano2011-12-162-9/+40
* request-pull: use the annotated tag contentsJunio C Hamano2011-11-092-0/+18
* fmt-merge-msg.c: Fix an "dubious one-bit signed bitfield" sparse errorRamsay Jones2011-10-151-1/+1
* environment.c: Fix an sparse "symbol not declared" warningRamsay Jones2011-10-091-0/+1
* builtin/log.c: Fix an "Using plain integer as NULL pointer" warningRamsay Jones2011-10-091-1/+1
* fmt-merge-msg: use branch.$name.descriptionJunio C Hamano2011-10-075-26/+78
* request-pull: use the branch descriptionJunio C Hamano2011-10-051-1/+19
* request-pull: state what commit to expectJunio C Hamano2011-10-052-15/+25
* request-pull: modernize styleJunio C Hamano2011-10-051-16/+13
* branch: teach --edit-description optionJunio C Hamano2011-10-052-2/+59
* format-patch: use branch description in cover letterJunio C Hamano2011-10-051-3/+68
* branch: add read_branch_desc() helper functionJunio C Hamano2011-10-052-0/+36
* Merge branch 'bk/ancestry-path' into jc/branch-descJunio C Hamano2011-09-213-10/+101
|\
| * t6019: avoid refname collision on case-insensitive systemsThomas Rast2011-09-151-8/+11
| * revision: do not include sibling history in --ancestry-path outputJunio C Hamano2011-08-252-7/+11
| * revision: keep track of the end-user input from the command lineJunio C Hamano2011-08-252-4/+53
| * rev-list: Demonstrate breakage with --ancestry-path --allBrad King2011-08-251-0/+35
* | Merge branch 'maint'Junio C Hamano2011-09-192-2/+2
|\ \
| * | git-mergetool: check return value from readJay Soffian2011-09-192-2/+2
* | | Merge branch 'ph/format-patch-no-color'Junio C Hamano2011-09-191-4/+4
|\ \ \
| * | | t4014: clean up format.thread config after each testJeff King2011-09-191-4/+4
* | | | Git 1.7.7-rc2v1.7.7-rc2Junio C Hamano2011-09-182-2/+2
* | | | Merge branch 'ci/forbid-unwanted-current-branch-update'Junio C Hamano2011-09-165-12/+39
|\ \ \ \
| * | | | branch --set-upstream: regression fixJunio C Hamano2011-09-165-12/+39
* | | | | Disambiguate duplicate t9160* testsFrédéric Heitzmann2011-09-162-1/+1
* | | | | Merge branch 'ph/format-patch-no-color'Junio C Hamano2011-09-142-1/+10
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | format-patch: ignore ui.colorPang Yan Han2011-09-122-1/+10
* | | | | git-svn: teach git-svn to populate svn:mergeinfoBryan Jacobs2011-09-134-0/+742
* | | | | Git 1.7.7-rc1v1.7.7-rc1Junio C Hamano2011-09-121-1/+1
* | | | | Sync with 1.7.6.3Junio C Hamano2011-09-124-7/+19
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Git 1.7.6.3v1.7.6.3Junio C Hamano2011-09-123-2/+7
| * | | | Merge branch 'jl/maint-fetch-submodule-check-fix' into maintJunio C Hamano2011-09-122-6/+13
| |\ \ \ \
| | * | | | fetch: skip on-demand checking when no submodules are configuredJens Lehmann2011-09-092-6/+13
* | | | | | Merge branch 'jn/remote-helpers-doc'Junio C Hamano2011-09-123-31/+195
|\ \ \ \ \ \
| * | | | | | (short) documentation for the testgit remote helperMatthieu Moy2011-09-013-0/+45
| * | | | | | Documentation/git-remote-helpers: explain how import works with multiple refsMatthieu Moy2011-09-011-1/+21
| * | | | | | Documentation/remote-helpers: explain capabilities firstJonathan Nieder2011-08-291-30/+129
* | | | | | | Merge branch 'maint'Junio C Hamano2011-09-112-2/+21
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Prepare for 1.7.6.3 maintenance releaseJunio C Hamano2011-09-112-1/+21
| * | | | | | Merge branch 'ms/reflog-show-is-default' into maintJunio C Hamano2011-09-111-2/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jk/reset-reflog-message-fix' into maintJunio C Hamano2011-09-112-37/+20
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'vi/make-test-vector-less-specific' into maintJunio C Hamano2011-09-118-13/+13
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'jk/tag-contains-ab' (early part) into maintJunio C Hamano2011-09-111-1/+45
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'dz/connect-error-report' into maintJunio C Hamano2011-09-111-14/+11
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/maint-mergetool-read-fix' into maintJunio C Hamano2011-09-111-4/+4
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/maint-config-param' into maintJunio C Hamano2011-09-114-11/+47
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jn/doc-dashdash' into maintJunio C Hamano2011-09-119-13/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/maint-1.7.2-status-ignored' into maintJunio C Hamano2011-09-113-2/+128
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \