Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | http_request: reset "type" strbuf before adding | Jeff King | 2013-02-06 | 1 | -0/+1 |
* | t5551: fix expected error output | Junio C Hamano | 2013-02-04 | 1 | -2/+1 |
* | Verify Content-Type from smart HTTP servers | Shawn Pearce | 2013-02-04 | 8 | -17/+59 |
* | Merge branch 'tb/t0050-maint' into maint | Junio C Hamano | 2013-01-30 | 1 | -35/+17 |
|\ | |||||
| * | t0050: Use TAB for indentation | Torsten Bögershausen | 2013-01-21 | 1 | -33/+15 |
| * | t0050: honor CASE_INSENSITIVE_FS in add (with different case) | Torsten Bögershausen | 2013-01-21 | 1 | -1/+1 |
| * | t0050: known breakage vanished in merge (case change) | Torsten Bögershausen | 2013-01-21 | 1 | -1/+1 |
* | | Merge branch 'nd/fix-directory-attrs-off-by-one' into maint | Junio C Hamano | 2013-01-29 | 1 | -20/+18 |
|\ \ | |||||
| * | | attr: avoid calling find_basename() twice per path | Duy Nguyen | 2013-01-16 | 1 | -27/+18 |
| * | | attr: fix off-by-one directory component length calculation | Nguyễn Thái Ngọc Duy | 2013-01-15 | 1 | -0/+7 |
* | | | Merge branch 'ph/rebase-preserve-all-merges' into maint | Junio C Hamano | 2013-01-29 | 1 | -1/+6 |
|\ \ \ | |||||
| * | | | rebase --preserve-merges: keep all merge commits including empty ones | Phil Hord | 2013-01-14 | 1 | -1/+6 |
* | | | | README: update stale and/or incorrect information | Junio C Hamano | 2013-01-29 | 1 | -8/+7 |
* | | | | Git 1.8.1.2v1.8.1.2 | Junio C Hamano | 2013-01-28 | 2 | -1/+13 |
* | | | | Merge branch 'ss/help-htmlpath-config-doc' into maint | Junio C Hamano | 2013-01-28 | 1 | -0/+6 |
|\ \ \ \ | |||||
| * | | | | config.txt: Document help.htmlpath config parameter | Sebastian Staudt | 2013-01-15 | 1 | -0/+6 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'nd/attr-debug-fix' into maint | Junio C Hamano | 2013-01-28 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | attr: make it build with DEBUG_ATTR again | Nguyễn Thái Ngọc Duy | 2013-01-15 | 1 | -1/+1 |
* | | | | | Merge branch 'ds/completion-silence-in-tree-path-probe' into maint | Junio C Hamano | 2013-01-28 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | git-completion.bash: silence "not a valid object" errors | Dylan Smith | 2013-01-11 | 1 | -1/+1 |
* | | | | | | Merge branch 'jn/maint-trim-vim-contrib' into maint | Junio C Hamano | 2013-01-28 | 1 | -13/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | contrib/vim: simplify instructions for old vim support | Jonathan Nieder | 2013-01-10 | 1 | -13/+3 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge branch 'pe/doc-email-env-is-trumped-by-config' into maint | Junio C Hamano | 2013-01-28 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | git-commit-tree(1): correct description of defaults | Peter Eisentraut | 2013-01-10 | 1 | -2/+2 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'mk/complete-tcsh' into maint | Junio C Hamano | 2013-01-28 | 1 | -12/+21 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Prevent space after directories in tcsh completion | Marc Khouzam | 2013-01-07 | 1 | -12/+21 |
* | | | | | | | Merge branch 'ap/status-ignored-in-ignored-directory' into maint | Junio C Hamano | 2013-01-28 | 3 | -22/+225 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | status: always report ignored tracked directories | Antoine Pelisse | 2013-01-07 | 1 | -6/+3 |
| * | | | | | | | git-status: Test --ignored behavior | Antoine Pelisse | 2013-01-01 | 1 | -0/+146 |
| * | | | | | | | dir.c: Make git-status --ignored more consistent | Antoine Pelisse | 2013-01-01 | 2 | -21/+81 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'er/stop-recommending-parsecvs' into maint | Junio C Hamano | 2013-01-28 | 1 | -4/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Remove the suggestion to use parsecvs, which is currently broken. | Eric S. Raymond | 2012-12-28 | 1 | -4/+2 |
* | | | | | | | | Merge branch 'mh/ceiling' into maint | Junio C Hamano | 2013-01-28 | 11 | -165/+202 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | string_list_longest_prefix(): remove function | Michael Haggerty | 2012-10-29 | 5 | -86/+0 |
| * | | | | | | | | setup_git_directory_gently_1(): resolve symlinks in ceiling paths | Michael Haggerty | 2012-10-29 | 1 | -13/+13 |
| * | | | | | | | | longest_ancestor_length(): require prefix list entries to be normalized | Michael Haggerty | 2012-10-29 | 4 | -44/+91 |
| * | | | | | | | | longest_ancestor_length(): take a string_list argument for prefixes | Michael Haggerty | 2012-10-29 | 4 | -17/+26 |
| * | | | | | | | | longest_ancestor_length(): use string_list_split() | Michael Haggerty | 2012-10-29 | 1 | -7/+11 |
| * | | | | | | | | Introduce new function real_path_if_valid() | Michael Haggerty | 2012-10-29 | 2 | -0/+6 |
| * | | | | | | | | real_path_internal(): add comment explaining use of cwd | Michael Haggerty | 2012-10-29 | 1 | -0/+7 |
| * | | | | | | | | Introduce new static function real_path_internal() | Michael Haggerty | 2012-10-29 | 1 | -21/+72 |
* | | | | | | | | | git-for-each-ref.txt: 'raw' is a supported date format | John Keeping | 2013-01-21 | 1 | -1/+1 |
* | | | | | | | | | Start preparing for 1.8.1.2 | Junio C Hamano | 2013-01-20 | 2 | -1/+14 |
* | | | | | | | | | Merge branch 'nz/send-email-headers-are-case-insensitive' into maint | Junio C Hamano | 2013-01-20 | 1 | -5/+5 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | git-send-email: treat field names as case-insensitively | Nickolai Zeldovich | 2013-01-06 | 1 | -5/+5 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'rs/zip-with-uncompressed-size-in-the-header' into maint | Junio C Hamano | 2013-01-20 | 1 | -5/+2 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | archive-zip: write uncompressed size into header even with streaming | René Scharfe | 2013-01-06 | 1 | -5/+2 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'rs/zip-tests' into maint | Junio C Hamano | 2013-01-20 | 5 | -80/+140 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | t5003: check if unzip supports symlinks | René Scharfe | 2013-01-07 | 2 | -7/+19 |
| * | | | | | | | | | t5000, t5003: move ZIP tests into their own script | René Scharfe | 2013-01-07 | 2 | -69/+119 |