Commit message (Expand) | Author | Age | |
---|---|---|---|
* | mingw: give waitpid the correct signature | Erik Faye-Lund | 2011-12-09 |
* | git symbolic-ref: documentation fix | Michael Haggerty | 2011-12-08 |
* | Merge branch 'maint-1.7.6' into maint-1.7.7 | Junio C Hamano | 2011-12-05 |
|\ | |||
| * | stripspace: fix outdated comment | Jeff King | 2011-12-05 |
| * | Add MYMETA.yml to perl/.gitignore | Sebastian Morr | 2011-12-05 |
* | | documentation fix: git difftool uses diff tools, not merge tools. | Thomas Hochstein | 2011-11-21 |
* | | Git 1.7.7.4v1.7.7.4 | Junio C Hamano | 2011-11-18 |
* | | Merge branch 'jc/maint-name-rev-all' into maint | Junio C Hamano | 2011-11-18 |
|\ \ | |||
| * | | name-rev --all: do not even attempt to describe non-commit object | Junio C Hamano | 2011-11-15 |
* | | | Merge branch 'ml/mailmap' into maint | Junio C Hamano | 2011-11-18 |
|\ \ \ | |||
| * | | | mailmap: xcalloc mailmap_info | Marc-André Lureau | 2011-11-16 |
* | | | | Merge branch 'jn/maint-notes-avoid-va-args' into maint | Junio C Hamano | 2011-11-18 |
|\ \ \ \ | |||
| * | | | | notes merge: eliminate OUTPUT macro | Jonathan Nieder | 2011-11-17 |
* | | | | | Makefile: add missing header file dependencies | Jonathan Nieder | 2011-11-18 |
* | | | | | Git 1.7.7.3v1.7.7.3 | Junio C Hamano | 2011-11-08 |
* | | | | | Merge branch 'jc/maint-remove-renamed-ref' into maint | Junio C Hamano | 2011-11-08 |
|\ \ \ \ \ | |||
| * | | | | | branch -m/-M: remove undocumented RENAMED-REF | Junio C Hamano | 2011-10-12 |
* | | | | | | Merge branch 'jm/maint-gitweb-filter-forks-fix' into maint | Junio C Hamano | 2011-11-08 |
|\ \ \ \ \ \ | |||
| * | | | | | | gitweb: fix regression when filtering out forks | Julien Muchembled | 2011-10-21 |
* | | | | | | | Merge branch 'dm/pack-objects-update' into maint | Junio C Hamano | 2011-11-08 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | pack-objects: don't traverse objects unnecessarily | Dan McGee | 2011-10-20 |
| * | | | | | | | pack-objects: rewrite add_descendants_to_write_order() iteratively | Dan McGee | 2011-10-18 |
| * | | | | | | | pack-objects: use unsigned int for counter and offset values | Dan McGee | 2011-10-18 |
| * | | | | | | | pack-objects: mark add_to_write_order() as inline | Dan McGee | 2011-10-18 |
* | | | | | | | | docs: Update install-doc-quick | Junio C Hamano | 2011-11-08 |
* | | | | | | | | docs: don't mention --quiet or --exit-code in git-log(1) | Jeff King | 2011-11-08 |
* | | | | | | | | Git 1.7.7.2v1.7.7.2 | Junio C Hamano | 2011-11-01 |
* | | | | | | | | Merge branch 'rs/maint-estimate-cache-size' into maint | Junio C Hamano | 2011-11-01 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | t7511: avoid use of reserved filename on Windows. | Pat Thoyts | 2011-10-31 |
* | | | | | | | | | Merge branch 'md/smtp-tls-hello-again' into maint | Junio C Hamano | 2011-11-01 |
|\ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | send-email: Honour SMTP domain when using TLS | Matthew Daley | 2011-10-15 |
* | | | | | | | | | | Merge branch 'jk/pull-rebase-with-work-tree' into maint | Junio C Hamano | 2011-11-01 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | pull,rebase: handle GIT_WORK_TREE better | Jeff King | 2011-10-13 |
* | | | | | | | | | | | Merge branch 'jc/maint-diffstat-numstat-context' into maint | Junio C Hamano | 2011-11-01 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | diff: teach --stat/--numstat to honor -U$num | Junio C Hamano | 2011-09-22 |
* | | | | | | | | | | | | Merge branch 'js/bisect-no-checkout' into maint | Junio C Hamano | 2011-11-01 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | bisect: fix exiting when checkout failed in bisect_start() | Christian Couder | 2011-09-21 |
* | | | | | | | | | | | | | Merge branch 'bc/attr-ignore-case' into maint | Junio C Hamano | 2011-11-01 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | attr.c: respect core.ignorecase when matching attribute patterns | Brandon Casey | 2011-10-11 |
| * | | | | | | | | | | | | | attr: read core.attributesfile from git_default_core_config | Junio C Hamano | 2011-10-06 |
| * | | | | | | | | | | | | | builtin/mv.c: plug miniscule memory leak | Brandon Casey | 2011-10-06 |
| * | | | | | | | | | | | | | cleanup: use internal memory allocation wrapper functions everywhere | Brandon Casey | 2011-10-06 |
| * | | | | | | | | | | | | | attr.c: avoid inappropriate access to strbuf "buf" member | Brandon Casey | 2011-10-06 |
* | | | | | | | | | | | | | | Merge branch 'cn/fetch-prune' into maint | Junio C Hamano | 2011-11-01 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | fetch: treat --tags like refs/tags/*:refs/tags/* when pruning | Carlos Martín Nieto | 2011-10-15 |
| * | | | | | | | | | | | | | | fetch: honor the user-provided refspecs when pruning refs | Carlos Martín Nieto | 2011-10-15 |
| * | | | | | | | | | | | | | | remote: separate out the remote_find_tracking logic into query_refspecs | Carlos Martín Nieto | 2011-10-15 |
| * | | | | | | | | | | | | | | t5510: add tests for fetch --prune | Carlos Martín Nieto | 2011-10-07 |
| * | | | | | | | | | | | | | | fetch: free all the additional refspecs | Carlos Martín Nieto | 2011-10-07 |
| | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | |||
* | | | | | | | | | | | | | | Merge branch 'sp/smart-http-failure' into maint | Junio C Hamano | 2011-11-01 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |