Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jk/config-ignore-duplicates' | Junio C Hamano | 2012-11-21 | 4 | -196/+232 |
|\ | |||||
| * | builtin/config.c: Fix a sparse warning | Ramsay Jones | 2012-10-29 | 1 | -1/+1 |
| * | git-config: use git_config_with_options | Jeff King | 2012-10-24 | 1 | -42/+2 |
| * | git-config: do not complain about duplicate entries | Jeff King | 2012-10-24 | 3 | -22/+14 |
| * | git-config: collect values instead of immediately printing | Jeff King | 2012-10-24 | 1 | -15/+35 |
| * | git-config: fix regexp memory leaks on error conditions | Jeff King | 2012-10-24 | 2 | -10/+14 |
| * | git-config: remove memory leak of key regexp | Jeff King | 2012-10-24 | 1 | -0/+4 |
| * | t1300: test "git config --get-all" more thoroughly | Jeff King | 2012-10-24 | 1 | -2/+7 |
| * | t1300: remove redundant test | Jeff King | 2012-10-24 | 1 | -4/+0 |
| * | t1300: style updates | Jeff King | 2012-10-24 | 1 | -123/+178 |
* | | Merge branch 'jk/maint-http-half-auth-fetch' | Junio C Hamano | 2012-11-21 | 1 | -1/+1 |
|\ \ | |||||
| * | | remote-curl.c: Fix a compiler warning | Ramsay Jones | 2012-11-21 | 1 | -1/+1 |
* | | | Sixth batch for 1.8.1 | Junio C Hamano | 2012-11-20 | 1 | -3/+39 |
* | | | Merge branch 'ml/cygwin-mingw-headers' | Junio C Hamano | 2012-11-20 | 2 | -0/+11 |
|\ \ \ | |||||
| * | | | USE CGYWIN_V15_WIN32API as macro to select api for cygwin | Mark Levedahl | 2012-11-18 | 2 | -4/+4 |
| * | | | Update cygwin.c for new mingw-64 win32 api headers | Mark Levedahl | 2012-11-12 | 2 | -0/+11 |
* | | | | Merge branch 'jk/checkout-out-of-unborn' | Junio C Hamano | 2012-11-20 | 1 | -0/+3 |
|\ \ \ \ | |||||
| * | | | | checkout: print a message when switching unborn branches | Jeff King | 2012-11-15 | 1 | -0/+3 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'cn/config-missing-path' | Junio C Hamano | 2012-11-20 | 2 | -1/+7 |
|\ \ \ \ | |||||
| * | | | | config: don't segfault when given --path with a missing value | Carlos MartÃn Nieto | 2012-11-15 | 2 | -1/+7 |
* | | | | | Merge branch 'jl/submodule-rm' | Junio C Hamano | 2012-11-20 | 1 | -15/+15 |
|\ \ \ \ \ | |||||
| * | | | | | docs: move submodule section | Matt Kraai | 2012-11-14 | 1 | -15/+15 |
* | | | | | | Merge branch 'mg/replace-resolve-delete' | Junio C Hamano | 2012-11-20 | 2 | -6/+20 |
|\ \ \ \ \ \ | |||||
| * | | | | | | replace: parse revision argument for -d | Michael J Gruber | 2012-11-13 | 2 | -6/+20 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge branch 'jk/maint-gitweb-xss' | Junio C Hamano | 2012-11-20 | 2 | -0/+16 |
|\ \ \ \ \ \ | |||||
| * | | | | | | gitweb: escape html in rss title | Jeff King | 2012-11-12 | 2 | -0/+16 |
* | | | | | | | Merge branch 'rh/maint-gitweb-highlight-ext' | Junio C Hamano | 2012-11-20 | 1 | -9/+8 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | gitweb.perl: fix %highlight_ext mappings | Richard Hubbell | 2012-11-08 | 1 | -9/+8 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'pw/maint-p4-rcs-expansion-newline' | Junio C Hamano | 2012-11-20 | 2 | -1/+20 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | git p4: RCS expansion should not span newlines | Pete Wyckoff | 2012-11-08 | 2 | -1/+20 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'mh/alt-odb-string-list-cleanup' | Junio C Hamano | 2012-11-20 | 1 | -28/+22 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | link_alt_odb_entries(): take (char *, len) rather than two pointers | Michael Haggerty | 2012-11-08 | 1 | -5/+5 |
| * | | | | | | | link_alt_odb_entries(): use string_list_split_in_place() | Michael Haggerty | 2012-11-08 | 1 | -24/+18 |
* | | | | | | | | Merge branch 'ta/doc-cleanup' | Junio C Hamano | 2012-11-20 | 20 | -68/+134 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Documentation: build html for all files in technical and howto | Thomas Ackermann | 2012-10-25 | 1 | -2/+24 |
| * | | | | | | | | Documentation/howto: convert plain text files to asciidoc | Thomas Ackermann | 2012-10-18 | 11 | -34/+68 |
| * | | | | | | | | Documentation/technical: convert plain text files to asciidoc | Thomas Ackermann | 2012-10-16 | 5 | -27/+34 |
| * | | | | | | | | Change headline of technical/send-pack-pipeline.txt to not confuse its conten... | Thomas Ackermann | 2012-10-16 | 1 | -2/+2 |
| * | | | | | | | | Shorten two over-long lines in git-bisect-lk2009.txt by abbreviating some sha1 | Thomas Ackermann | 2012-10-16 | 1 | -2/+2 |
| * | | | | | | | | Split over-long synopsis in git-fetch-pack.txt into several lines | Thomas Ackermann | 2012-10-16 | 1 | -1/+4 |
* | | | | | | | | | Merge branch 'kb/preload-index-more' | Junio C Hamano | 2012-11-20 | 3 | -6/+15 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | update-index/diff-index: use core.preloadindex to improve performance | Karsten Blees | 2012-11-02 | 3 | -6/+15 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'jk/maint-http-half-auth-fetch' | Junio C Hamano | 2012-11-20 | 3 | -8/+39 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
| * | | | | | | | | remote-curl: retry failed requests for auth even with gzip | Jeff King | 2012-10-31 | 3 | -1/+32 |
| * | | | | | | | | remote-curl: hoist gzip buffer size to top of post_rpc | Jeff King | 2012-10-31 | 1 | -7/+7 |
* | | | | | | | | | Sync with maint | Junio C Hamano | 2012-11-20 | 1 | -1/+7 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Further preparation for 1.8.0.1 | Junio C Hamano | 2012-11-20 | 1 | -1/+7 |
| * | | | | | | | | | Merge branch 'mg/maint-pull-suggest-upstream-to' into maint | Junio C Hamano | 2012-11-20 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'mm/maint-doc-commit-edit' into maint | Junio C Hamano | 2012-11-20 | 1 | -0/+5 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'as/maint-doc-fix-no-post-rewrite' into maint | Junio C Hamano | 2012-11-20 | 1 | -4/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ |