summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* http_request: reset "type" strbuf before addingJeff King2013-02-061-0/+1
* t5551: fix expected error outputJunio C Hamano2013-02-041-2/+1
* Verify Content-Type from smart HTTP serversShawn Pearce2013-02-048-17/+59
* Merge branch 'tb/t0050-maint' into maintJunio C Hamano2013-01-301-35/+17
|\
| * t0050: Use TAB for indentationTorsten Bögershausen2013-01-211-33/+15
| * t0050: honor CASE_INSENSITIVE_FS in add (with different case)Torsten Bögershausen2013-01-211-1/+1
| * t0050: known breakage vanished in merge (case change)Torsten Bögershausen2013-01-211-1/+1
* | Merge branch 'nd/fix-directory-attrs-off-by-one' into maintJunio C Hamano2013-01-291-20/+18
|\ \
| * | attr: avoid calling find_basename() twice per pathDuy Nguyen2013-01-161-27/+18
| * | attr: fix off-by-one directory component length calculationNguyễn Thái Ngọc Duy2013-01-151-0/+7
* | | Merge branch 'ph/rebase-preserve-all-merges' into maintJunio C Hamano2013-01-291-1/+6
|\ \ \
| * | | rebase --preserve-merges: keep all merge commits including empty onesPhil Hord2013-01-141-1/+6
* | | | README: update stale and/or incorrect informationJunio C Hamano2013-01-291-8/+7
* | | | Git 1.8.1.2v1.8.1.2Junio C Hamano2013-01-282-1/+13
* | | | Merge branch 'ss/help-htmlpath-config-doc' into maintJunio C Hamano2013-01-281-0/+6
|\ \ \ \
| * | | | config.txt: Document help.htmlpath config parameterSebastian Staudt2013-01-151-0/+6
| | |_|/ | |/| |
* | | | Merge branch 'nd/attr-debug-fix' into maintJunio C Hamano2013-01-281-1/+1
|\ \ \ \
| * | | | attr: make it build with DEBUG_ATTR againNguyễn Thái Ngọc Duy2013-01-151-1/+1
* | | | | Merge branch 'ds/completion-silence-in-tree-path-probe' into maintJunio C Hamano2013-01-281-1/+1
|\ \ \ \ \
| * | | | | git-completion.bash: silence "not a valid object" errorsDylan Smith2013-01-111-1/+1
* | | | | | Merge branch 'jn/maint-trim-vim-contrib' into maintJunio C Hamano2013-01-281-13/+3
|\ \ \ \ \ \
| * | | | | | contrib/vim: simplify instructions for old vim supportJonathan Nieder2013-01-101-13/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'pe/doc-email-env-is-trumped-by-config' into maintJunio C Hamano2013-01-281-2/+2
|\ \ \ \ \ \
| * | | | | | git-commit-tree(1): correct description of defaultsPeter Eisentraut2013-01-101-2/+2
| |/ / / / /
* | | | | | Merge branch 'mk/complete-tcsh' into maintJunio C Hamano2013-01-281-12/+21
|\ \ \ \ \ \
| * | | | | | Prevent space after directories in tcsh completionMarc Khouzam2013-01-071-12/+21
* | | | | | | Merge branch 'ap/status-ignored-in-ignored-directory' into maintJunio C Hamano2013-01-283-22/+225
|\ \ \ \ \ \ \
| * | | | | | | status: always report ignored tracked directoriesAntoine Pelisse2013-01-071-6/+3
| * | | | | | | git-status: Test --ignored behaviorAntoine Pelisse2013-01-011-0/+146
| * | | | | | | dir.c: Make git-status --ignored more consistentAntoine Pelisse2013-01-012-21/+81
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'er/stop-recommending-parsecvs' into maintJunio C Hamano2013-01-281-4/+2
|\ \ \ \ \ \ \
| * | | | | | | Remove the suggestion to use parsecvs, which is currently broken.Eric S. Raymond2012-12-281-4/+2
* | | | | | | | Merge branch 'mh/ceiling' into maintJunio C Hamano2013-01-2811-165/+202
|\ \ \ \ \ \ \ \
| * | | | | | | | string_list_longest_prefix(): remove functionMichael Haggerty2012-10-295-86/+0
| * | | | | | | | setup_git_directory_gently_1(): resolve symlinks in ceiling pathsMichael Haggerty2012-10-291-13/+13
| * | | | | | | | longest_ancestor_length(): require prefix list entries to be normalizedMichael Haggerty2012-10-294-44/+91
| * | | | | | | | longest_ancestor_length(): take a string_list argument for prefixesMichael Haggerty2012-10-294-17/+26
| * | | | | | | | longest_ancestor_length(): use string_list_split()Michael Haggerty2012-10-291-7/+11
| * | | | | | | | Introduce new function real_path_if_valid()Michael Haggerty2012-10-292-0/+6
| * | | | | | | | real_path_internal(): add comment explaining use of cwdMichael Haggerty2012-10-291-0/+7
| * | | | | | | | Introduce new static function real_path_internal()Michael Haggerty2012-10-291-21/+72
* | | | | | | | | git-for-each-ref.txt: 'raw' is a supported date formatJohn Keeping2013-01-211-1/+1
* | | | | | | | | Start preparing for 1.8.1.2Junio C Hamano2013-01-202-1/+14
* | | | | | | | | Merge branch 'nz/send-email-headers-are-case-insensitive' into maintJunio C Hamano2013-01-201-5/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git-send-email: treat field names as case-insensitivelyNickolai Zeldovich2013-01-061-5/+5
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'rs/zip-with-uncompressed-size-in-the-header' into maintJunio C Hamano2013-01-201-5/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | archive-zip: write uncompressed size into header even with streamingRené Scharfe2013-01-061-5/+2
| |/ / / / / / / /
* | | | | | | | | Merge branch 'rs/zip-tests' into maintJunio C Hamano2013-01-205-80/+140
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t5003: check if unzip supports symlinksRené Scharfe2013-01-072-7/+19
| * | | | | | | | | t5000, t5003: move ZIP tests into their own scriptRené Scharfe2013-01-072-69/+119