summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | builtin/config.c: Fix a sparse warningRamsay Jones2012-10-291-1/+1
| * | | | | | | | | | | git-config: use git_config_with_optionsJeff King2012-10-241-42/+2
| * | | | | | | | | | | git-config: do not complain about duplicate entriesJeff King2012-10-243-22/+14
| * | | | | | | | | | | git-config: collect values instead of immediately printingJeff King2012-10-241-15/+35
| * | | | | | | | | | | git-config: fix regexp memory leaks on error conditionsJeff King2012-10-242-10/+14
| * | | | | | | | | | | git-config: remove memory leak of key regexpJeff King2012-10-241-0/+4
| * | | | | | | | | | | t1300: test "git config --get-all" more thoroughlyJeff King2012-10-241-2/+7
| * | | | | | | | | | | t1300: remove redundant testJeff King2012-10-241-4/+0
| * | | | | | | | | | | t1300: style updatesJeff King2012-10-241-123/+178
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'jk/maint-http-half-auth-fetch'Junio C Hamano2012-11-211-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | remote-curl.c: Fix a compiler warningRamsay Jones2012-11-211-1/+1
* | | | | | | | | | | | Sixth batch for 1.8.1Junio C Hamano2012-11-201-3/+39
* | | | | | | | | | | | Merge branch 'ml/cygwin-mingw-headers'Junio C Hamano2012-11-202-0/+11
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | USE CGYWIN_V15_WIN32API as macro to select api for cygwinMark Levedahl2012-11-182-4/+4
| * | | | | | | | | | | | Update cygwin.c for new mingw-64 win32 api headersMark Levedahl2012-11-122-0/+11
* | | | | | | | | | | | | Merge branch 'jk/checkout-out-of-unborn'Junio C Hamano2012-11-201-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | checkout: print a message when switching unborn branchesJeff King2012-11-151-0/+3
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'cn/config-missing-path'Junio C Hamano2012-11-202-1/+7
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
| * | | | | | | | | | | config: don't segfault when given --path with a missing valueCarlos Martín Nieto2012-11-152-1/+7
* | | | | | | | | | | | Merge branch 'jl/submodule-rm'Junio C Hamano2012-11-201-15/+15
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | docs: move submodule sectionMatt Kraai2012-11-141-15/+15
* | | | | | | | | | | | | Merge branch 'mg/replace-resolve-delete'Junio C Hamano2012-11-202-6/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | replace: parse revision argument for -dMichael J Gruber2012-11-132-6/+20
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'jk/maint-gitweb-xss'Junio C Hamano2012-11-202-0/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | gitweb: escape html in rss titleJeff King2012-11-122-0/+16
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'rh/maint-gitweb-highlight-ext'Junio C Hamano2012-11-201-9/+8
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | gitweb.perl: fix %highlight_ext mappingsRichard Hubbell2012-11-081-9/+8
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'pw/maint-p4-rcs-expansion-newline'Junio C Hamano2012-11-202-1/+20
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | git p4: RCS expansion should not span newlinesPete Wyckoff2012-11-082-1/+20
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'mh/alt-odb-string-list-cleanup'Junio C Hamano2012-11-201-28/+22
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | link_alt_odb_entries(): take (char *, len) rather than two pointersMichael Haggerty2012-11-081-5/+5
| * | | | | | | | | | | | link_alt_odb_entries(): use string_list_split_in_place()Michael Haggerty2012-11-081-24/+18
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'ta/doc-cleanup'Junio C Hamano2012-11-2020-68/+134
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Documentation: build html for all files in technical and howtoThomas Ackermann2012-10-251-2/+24
| * | | | | | | | | | | | Documentation/howto: convert plain text files to asciidocThomas Ackermann2012-10-1811-34/+68
| * | | | | | | | | | | | Documentation/technical: convert plain text files to asciidocThomas Ackermann2012-10-165-27/+34
| * | | | | | | | | | | | Change headline of technical/send-pack-pipeline.txt to not confuse its conten...Thomas Ackermann2012-10-161-2/+2
| * | | | | | | | | | | | Shorten two over-long lines in git-bisect-lk2009.txt by abbreviating some sha1Thomas Ackermann2012-10-161-2/+2
| * | | | | | | | | | | | Split over-long synopsis in git-fetch-pack.txt into several linesThomas Ackermann2012-10-161-1/+4
* | | | | | | | | | | | | Merge branch 'kb/preload-index-more'Junio C Hamano2012-11-203-6/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | update-index/diff-index: use core.preloadindex to improve performanceKarsten Blees2012-11-023-6/+15
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'jk/maint-http-half-auth-fetch'Junio C Hamano2012-11-203-8/+39
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | remote-curl: retry failed requests for auth even with gzipJeff King2012-10-313-1/+32
| * | | | | | | | | | | | remote-curl: hoist gzip buffer size to top of post_rpcJeff King2012-10-311-7/+7
* | | | | | | | | | | | | Sync with maintJunio C Hamano2012-11-201-1/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Further preparation for 1.8.0.1Junio C Hamano2012-11-201-1/+7
| * | | | | | | | | | | | Merge branch 'mg/maint-pull-suggest-upstream-to' into maintJunio C Hamano2012-11-201-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'mm/maint-doc-commit-edit' into maintJunio C Hamano2012-11-201-0/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'as/maint-doc-fix-no-post-rewrite' into maintJunio C Hamano2012-11-201-4/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'rs/lock-correct-ref-during-delete' into maintJunio C Hamano2012-11-201-13/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \