aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* docs: Update install-doc-quickJunio C Hamano2011-11-08
* docs: don't mention --quiet or --exit-code in git-log(1)Jeff King2011-11-08
* Git 1.7.7.2v1.7.7.2Junio C Hamano2011-11-01
* Merge branch 'rs/maint-estimate-cache-size' into maintJunio C Hamano2011-11-01
|\
| * t7511: avoid use of reserved filename on Windows.Pat Thoyts2011-10-31
* | Merge branch 'md/smtp-tls-hello-again' into maintJunio C Hamano2011-11-01
|\ \
| * | send-email: Honour SMTP domain when using TLSMatthew Daley2011-10-15
* | | Merge branch 'jk/pull-rebase-with-work-tree' into maintJunio C Hamano2011-11-01
|\ \ \
| * | | pull,rebase: handle GIT_WORK_TREE betterJeff King2011-10-13
* | | | Merge branch 'jc/maint-diffstat-numstat-context' into maintJunio C Hamano2011-11-01
|\ \ \ \
| * | | | diff: teach --stat/--numstat to honor -U$numJunio C Hamano2011-09-22
* | | | | Merge branch 'js/bisect-no-checkout' into maintJunio C Hamano2011-11-01
|\ \ \ \ \
| * | | | | bisect: fix exiting when checkout failed in bisect_start()Christian Couder2011-09-21
* | | | | | Merge branch 'bc/attr-ignore-case' into maintJunio C Hamano2011-11-01
|\ \ \ \ \ \
| * | | | | | attr.c: respect core.ignorecase when matching attribute patternsBrandon Casey2011-10-11
| * | | | | | attr: read core.attributesfile from git_default_core_configJunio C Hamano2011-10-06
| * | | | | | builtin/mv.c: plug miniscule memory leakBrandon Casey2011-10-06
| * | | | | | cleanup: use internal memory allocation wrapper functions everywhereBrandon Casey2011-10-06
| * | | | | | attr.c: avoid inappropriate access to strbuf "buf" memberBrandon Casey2011-10-06
* | | | | | | Merge branch 'cn/fetch-prune' into maintJunio C Hamano2011-11-01
|\ \ \ \ \ \ \
| * | | | | | | fetch: treat --tags like refs/tags/*:refs/tags/* when pruningCarlos Martín Nieto2011-10-15
| * | | | | | | fetch: honor the user-provided refspecs when pruning refsCarlos Martín Nieto2011-10-15
| * | | | | | | remote: separate out the remote_find_tracking logic into query_refspecsCarlos Martín Nieto2011-10-15
| * | | | | | | t5510: add tests for fetch --pruneCarlos Martín Nieto2011-10-07
| * | | | | | | fetch: free all the additional refspecsCarlos Martín Nieto2011-10-07
* | | | | | | | Merge branch 'sp/smart-http-failure' into maintJunio C Hamano2011-11-01
|\ \ \ \ \ \ \ \
| * | | | | | | | remote-curl: Fix warning after HTTP failureShawn O. Pearce2011-10-04
* | | | | | | | | Merge jn/maint-http-error-messageJunio C Hamano2011-11-01
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | http: avoid empty error messages for some curl errorsJonathan Nieder2011-09-06
| * | | | | | | | | http: remove extra newline in error messageJonathan Nieder2011-09-06
* | | | | | | | | | Merge branch 'rs/maint-estimate-cache-size' into maintJunio C Hamano2011-10-27
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | read-cache.c: fix index memory allocationRené Scharfe2011-10-26
* | | | | | | | | | clone: Quote user supplied path in a single quote pairRichard Hartmann2011-10-27
* | | | | | | | | | Merge branch 'jn/gitweb-highlite-sanitise' into maintJunio C Hamano2011-10-26
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | gitweb: Strip non-printable characters from syntax highlighter outputJakub Narebski2011-09-16
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jk/argv-array' into maintJunio C Hamano2011-10-26
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | run_hook: use argv_array APIJeff King2011-09-14
| * | | | | | | | | | checkout: use argv_array APIJeff King2011-09-14
| * | | | | | | | | | bisect: use argv_array APIJeff King2011-09-14
| * | | | | | | | | | quote: provide sq_dequote_to_argv_arrayJeff King2011-09-14
| * | | | | | | | | | refactor argv_array into generic codeJeff King2011-09-14
| * | | | | | | | | | quote.h: fix bogus commentJeff King2011-09-14
| * | | | | | | | | | add sha1_array API docsJeff King2011-09-14
* | | | | | | | | | | Merge branch 'jc/run-receive-hook-cleanup' into maintJunio C Hamano2011-10-26
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | refactor run_receive_hook()Junio C Hamano2011-09-12
* | | | | | | | | | | | Merge branch 'cn/eradicate-working-copy' into maintJunio C Hamano2011-10-26
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Remove 'working copy' from the documentation and C codeCarlos Martín Nieto2011-09-21
* | | | | | | | | | | | | Merge branch 'maint-1.7.6' into maintJunio C Hamano2011-10-26
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'mh/maint-notes-merge-pathbuf-fix' into maint-1.7.6Junio C Hamano2011-10-26
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | notes_merge_commit(): do not pass temporary buffer to other functionMichael Haggerty2011-09-27