Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile: add missing header file dependencies | Jonathan Nieder | 2011-11-18 | 1 | -2/+3 |
* | Git 1.7.7.3v1.7.7.3 | Junio C Hamano | 2011-11-08 | 3 | -2/+21 |
* | Merge branch 'jc/maint-remove-renamed-ref' into maint | Junio C Hamano | 2011-11-08 | 1 | -8/+0 |
|\ | |||||
| * | branch -m/-M: remove undocumented RENAMED-REF | Junio C Hamano | 2011-10-12 | 1 | -8/+0 |
* | | Merge branch 'jm/maint-gitweb-filter-forks-fix' into maint | Junio C Hamano | 2011-11-08 | 1 | -1/+1 |
|\ \ | |||||
| * | | gitweb: fix regression when filtering out forks | Julien Muchembled | 2011-10-21 | 1 | -1/+1 |
* | | | Merge branch 'dm/pack-objects-update' into maint | Junio C Hamano | 2011-11-08 | 1 | -19/+55 |
|\ \ \ | |||||
| * | | | pack-objects: don't traverse objects unnecessarily | Dan McGee | 2011-10-20 | 1 | -6/+12 |
| * | | | pack-objects: rewrite add_descendants_to_write_order() iteratively | Dan McGee | 2011-10-18 | 1 | -7/+37 |
| * | | | pack-objects: use unsigned int for counter and offset values | Dan McGee | 2011-10-18 | 1 | -6/+6 |
| * | | | pack-objects: mark add_to_write_order() as inline | Dan McGee | 2011-10-18 | 1 | -1/+1 |
* | | | | docs: Update install-doc-quick | Junio C Hamano | 2011-11-08 | 3 | -50/+46 |
* | | | | docs: don't mention --quiet or --exit-code in git-log(1) | Jeff King | 2011-11-08 | 1 | -0/+2 |
* | | | | Git 1.7.7.2v1.7.7.2 | Junio C Hamano | 2011-11-01 | 2 | -1/+45 |
* | | | | Merge branch 'rs/maint-estimate-cache-size' into maint | Junio C Hamano | 2011-11-01 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | t7511: avoid use of reserved filename on Windows. | Pat Thoyts | 2011-10-31 | 1 | -1/+1 |
* | | | | | Merge branch 'md/smtp-tls-hello-again' into maint | Junio C Hamano | 2011-11-01 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | send-email: Honour SMTP domain when using TLS | Matthew Daley | 2011-10-15 | 1 | -1/+1 |
* | | | | | | Merge branch 'jk/pull-rebase-with-work-tree' into maint | Junio C Hamano | 2011-11-01 | 2 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | pull,rebase: handle GIT_WORK_TREE better | Jeff King | 2011-10-13 | 2 | -2/+2 |
* | | | | | | | Merge branch 'jc/maint-diffstat-numstat-context' into maint | Junio C Hamano | 2011-11-01 | 1 | -0/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | diff: teach --stat/--numstat to honor -U$num | Junio C Hamano | 2011-09-22 | 1 | -0/+2 |
* | | | | | | | | Merge branch 'js/bisect-no-checkout' into maint | Junio C Hamano | 2011-11-01 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | bisect: fix exiting when checkout failed in bisect_start() | Christian Couder | 2011-09-21 | 1 | -1/+2 |
* | | | | | | | | | Merge branch 'bc/attr-ignore-case' into maint | Junio C Hamano | 2011-11-01 | 11 | -36/+92 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | attr.c: respect core.ignorecase when matching attribute patterns | Brandon Casey | 2011-10-11 | 2 | -3/+61 |
| * | | | | | | | | | attr: read core.attributesfile from git_default_core_config | Junio C Hamano | 2011-10-06 | 5 | -13/+9 |
| * | | | | | | | | | builtin/mv.c: plug miniscule memory leak | Brandon Casey | 2011-10-06 | 1 | -1/+5 |
| * | | | | | | | | | cleanup: use internal memory allocation wrapper functions everywhere | Brandon Casey | 2011-10-06 | 7 | -8/+8 |
| * | | | | | | | | | attr.c: avoid inappropriate access to strbuf "buf" member | Brandon Casey | 2011-10-06 | 1 | -13/+11 |
* | | | | | | | | | | Merge branch 'cn/fetch-prune' into maint | Junio C Hamano | 2011-11-01 | 5 | -55/+137 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | fetch: treat --tags like refs/tags/*:refs/tags/* when pruning | Carlos Martín Nieto | 2011-10-15 | 2 | -4/+23 |
| * | | | | | | | | | | fetch: honor the user-provided refspecs when pruning refs | Carlos Martín Nieto | 2011-10-15 | 5 | -20/+36 |
| * | | | | | | | | | | remote: separate out the remote_find_tracking logic into query_refspecs | Carlos Martín Nieto | 2011-10-15 | 1 | -36/+33 |
| * | | | | | | | | | | t5510: add tests for fetch --prune | Carlos Martín Nieto | 2011-10-07 | 1 | -0/+50 |
| * | | | | | | | | | | fetch: free all the additional refspecs | Carlos Martín Nieto | 2011-10-07 | 1 | -1/+1 |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'sp/smart-http-failure' into maint | Junio C Hamano | 2011-11-01 | 1 | -1/+8 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | remote-curl: Fix warning after HTTP failure | Shawn O. Pearce | 2011-10-04 | 1 | -1/+8 |
* | | | | | | | | | | | Merge jn/maint-http-error-message | Junio C Hamano | 2011-11-01 | 1 | -2/+7 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | http: avoid empty error messages for some curl errors | Jonathan Nieder | 2011-09-06 | 1 | -1/+6 |
| * | | | | | | | | | | | http: remove extra newline in error message | Jonathan Nieder | 2011-09-06 | 1 | -1/+1 |
* | | | | | | | | | | | | Merge branch 'rs/maint-estimate-cache-size' into maint | Junio C Hamano | 2011-10-27 | 2 | -3/+53 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | read-cache.c: fix index memory allocation | René Scharfe | 2011-10-26 | 2 | -3/+53 |
* | | | | | | | | | | | | clone: Quote user supplied path in a single quote pair | Richard Hartmann | 2011-10-27 | 1 | -2/+2 |
* | | | | | | | | | | | | Merge branch 'jn/gitweb-highlite-sanitise' into maint | Junio C Hamano | 2011-10-26 | 1 | -1/+13 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | gitweb: Strip non-printable characters from syntax highlighter output | Jakub Narebski | 2011-09-16 | 1 | -1/+13 |
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge branch 'jk/argv-array' into maint | Junio C Hamano | 2011-10-26 | 11 | -107/+261 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | run_hook: use argv_array API | Jeff King | 2011-09-14 | 1 | -10/+8 |
| * | | | | | | | | | | | | checkout: use argv_array API | Jeff King | 2011-09-14 | 1 | -19/+8 |
| * | | | | | | | | | | | | bisect: use argv_array API | Jeff King | 2011-09-14 | 1 | -37/+11 |