Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jn/parse-options-extra' | Junio C Hamano | 2010-12-12 | 7 | -198/+303 |
|\ | |||||
| * | update-index: migrate to parse-options API | Jonathan Nieder | 2010-12-07 | 1 | -149/+243 |
| * | setup: save prefix (original cwd relative to toplevel) in startup_info | Nguyễn Thái Ngọc Duy | 2010-12-07 | 2 | -1/+4 |
| * | parse-options: make resuming easier after PARSE_OPT_STOP_AT_NON_OPTION | Jonathan Nieder | 2010-12-07 | 2 | -1/+3 |
| * | parse-options: allow git commands to invent new option types | Jonathan Nieder | 2010-12-07 | 2 | -1/+10 |
| * | parse-options: never suppress arghelp if LITERAL_ARGHELP is set | Jonathan Nieder | 2010-12-07 | 1 | -1/+2 |
| * | parse-options: do not infer PARSE_OPT_NOARG from option type | Stephen Boyd | 2010-12-07 | 1 | -17/+2 |
| * | parse-options: sanity check PARSE_OPT_NOARG flag | Jonathan Nieder | 2010-12-07 | 1 | -0/+13 |
| * | parse-options: move NODASH sanity checks to parse_options_check | Jonathan Nieder | 2010-12-07 | 1 | -7/+7 |
| * | parse-options: clearer reporting of API misuse | Jonathan Nieder | 2010-12-07 | 1 | -12/+11 |
| * | parse-options: Don't call parse_options_check() so much | Stephen Boyd | 2010-12-06 | 4 | -9/+8 |
* | | Merge branch 'js/configurable-tab' | Junio C Hamano | 2010-12-12 | 7 | -19/+190 |
|\ \ | |||||
| * | | Make the tab width used for whitespace checks configurable | Johannes Sixt | 2010-12-01 | 7 | -21/+163 |
| * | | Merge branch 'js/maint-apply-tab-in-indent-fix' into HEAD | Junio C Hamano | 2010-12-01 | 2 | -1/+30 |
| |\ \ | |||||
| | * | | apply --whitespace=fix: fix tab-in-indent | Johannes Sixt | 2010-12-01 | 2 | -1/+30 |
* | | | | Merge branch 'nd/maint-hide-checkout-index-from-error' | Junio C Hamano | 2010-12-12 | 1 | -8/+8 |
|\ \ \ \ | |||||
| * | | | | entry.c: remove "checkout-index" from error messages | Nguyễn Thái Ngọc Duy | 2010-11-29 | 1 | -8/+8 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'jn/gitweb-per-request-config' | Junio C Hamano | 2010-12-12 | 2 | -3/+35 |
|\ \ \ \ | |||||
| * | | | | gitweb: document $per_request_config better | Jonathan Nieder | 2010-11-29 | 1 | -2/+7 |
| * | | | | gitweb: selectable configurations that change with each request | Jakub Narebski | 2010-11-29 | 2 | -2/+29 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'ef/help-cmd-prefix' | Junio C Hamano | 2010-12-12 | 2 | -8/+41 |
|\ \ \ \ | |||||
| * | | | | help: always suggest common-cmds if prefix of cmd | Erik Faye-Lund | 2010-12-05 | 2 | -8/+41 |
| |/ / / | |||||
* | | | | Merge branch 'tc/http-urls-ends-with-slash' | Junio C Hamano | 2010-12-12 | 9 | -40/+55 |
|\ \ \ \ | |||||
| * | | | | http-fetch: rework url handling | Tay Ray Chuan | 2010-11-26 | 1 | -11/+5 |
| * | | | | http-push: add trailing slash at arg-parse time, instead of later on | Tay Ray Chuan | 2010-11-26 | 1 | -13/+2 |
| * | | | | http-push: check path length before using it | Tay Ray Chuan | 2010-11-26 | 1 | -2/+10 |
| * | | | | http-push: Normalise directory names when pushing to some WebDAV servers | Tay Ray Chuan | 2010-11-26 | 1 | -0/+4 |
| * | | | | http-backend: use end_url_with_slash() | Tay Ray Chuan | 2010-11-26 | 1 | -3/+1 |
| * | | | | url: add str wrapper for end_url_with_slash() | Tay Ray Chuan | 2010-11-26 | 2 | -0/+8 |
| * | | | | shift end_url_with_slash() from http.[ch] to url.[ch] | Tay Ray Chuan | 2010-11-26 | 5 | -9/+12 |
| * | | | | t5550-http-fetch: add test for http-fetch | Tay Ray Chuan | 2010-11-26 | 1 | -1/+13 |
| * | | | | t5550-http-fetch: add missing '&&' | Tay Ray Chuan | 2010-11-26 | 1 | -1/+1 |
* | | | | | Merge branch 'tc/format-patch-p' | Junio C Hamano | 2010-12-12 | 2 | -0/+25 |
|\ \ \ \ \ | |||||
| * | | | | | format-patch: page output with --stdout | Tay Ray Chuan | 2010-11-23 | 2 | -0/+25 |
* | | | | | | Merge branch 'ef/win32-dirent' | Junio C Hamano | 2010-12-12 | 7 | -248/+137 |
|\ \ \ \ \ \ | |||||
| * | | | | | | win32: use our own dirent.h | Erik Faye-Lund | 2010-11-23 | 7 | -271/+137 |
| * | | | | | | msvc: opendir: handle paths ending with a slash | Erik Faye-Lund | 2010-11-23 | 1 | -0/+2 |
| * | | | | | | win32: dirent: handle errors | Erik Faye-Lund | 2010-11-23 | 2 | -2/+28 |
| * | | | | | | msvc: opendir: do not start the search | Erik Faye-Lund | 2010-11-23 | 1 | -7/+3 |
| * | | | | | | msvc: opendir: allocate enough memory | Erik Faye-Lund | 2010-11-23 | 1 | -5/+4 |
| * | | | | | | msvc: opendir: fix malloc-failure | Erik Faye-Lund | 2010-11-23 | 1 | -4/+4 |
* | | | | | | | Merge branch 'mz/rebase-i-verify' | Junio C Hamano | 2010-12-12 | 3 | -0/+9 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | rebase: support --verify | Martin von Zweigbergk | 2010-11-23 | 3 | -0/+9 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'mz/rebase-abort-reflog-fix' | Junio C Hamano | 2010-12-12 | 2 | -9/+22 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | rebase --abort: do not update branch ref | Martin von Zweigbergk | 2010-11-23 | 2 | -9/+22 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'jk/maint-reflog-bottom' | Junio C Hamano | 2010-12-12 | 3 | -2/+37 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | reflogs: clear flags properly in corner case | Jeff King | 2010-11-23 | 3 | -2/+37 |
* | | | | | | | | Merge branch 'jk/asciidoc-update' | Junio C Hamano | 2010-12-12 | 6 | -29/+27 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | docs: default to more modern toolset | Jeff King | 2010-11-24 | 6 | -29/+27 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'mz/pull-rebase-rebased' | Junio C Hamano | 2010-12-12 | 2 | -2/+15 |
|\ \ \ \ \ \ \ \ |