Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | builtin: add git-check-mailmap command | Eric Sunshine | 2013-07-13 | 8 | -0/+119 | |
* | | | | | | | | | | | | | | Merge branch 'jx/clean-interactive' | Junio C Hamano | 2013-07-22 | 14 | -171/+1473 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | test: run testcases with POSIX absolute paths on Windows | Jiang Xin | 2013-06-26 | 2 | -21/+28 | |
| * | | | | | | | | | | | | | | test: add t7301 for git-clean--interactive | Jiang Xin | 2013-06-26 | 1 | -0/+439 | |
| * | | | | | | | | | | | | | | git-clean: add documentation for interactive git-clean | Jiang Xin | 2013-06-26 | 1 | -2/+63 | |
| * | | | | | | | | | | | | | | git-clean: add ask each interactive action | Jiang Xin | 2013-06-26 | 1 | -0/+36 | |
| * | | | | | | | | | | | | | | git-clean: add select by numbers interactive action | Jiang Xin | 2013-06-26 | 1 | -0/+39 | |
| * | | | | | | | | | | | | | | git-clean: add filter by pattern interactive action | Jiang Xin | 2013-06-26 | 1 | -0/+68 | |
| * | | | | | | | | | | | | | | git-clean: use a git-add-interactive compatible UI | Jiang Xin | 2013-06-26 | 1 | -29/+427 | |
| * | | | | | | | | | | | | | | git-clean: add colors to interactive git-clean | Jiang Xin | 2013-06-26 | 2 | -9/+81 | |
| * | | | | | | | | | | | | | | git-clean: show items of del_list in columns | Jiang Xin | 2013-06-26 | 2 | -9/+44 | |
| * | | | | | | | | | | | | | | git-clean: add support for -i/--interactive | Jiang Xin | 2013-06-26 | 2 | -7/+60 | |
| * | | | | | | | | | | | | | | git-clean: refactor git-clean into two phases | Jiang Xin | 2013-06-26 | 1 | -19/+45 | |
| * | | | | | | | | | | | | | | write_name{_quoted_relative,}(): remove redundant parameters | Jiang Xin | 2013-06-26 | 3 | -13/+10 | |
| * | | | | | | | | | | | | | | quote_path_relative(): remove redundant parameter | Jiang Xin | 2013-06-26 | 6 | -29/+24 | |
| * | | | | | | | | | | | | | | quote.c: substitute path_relative with relative_path | Jiang Xin | 2013-06-26 | 2 | -55/+9 | |
| * | | | | | | | | | | | | | | path.c: refactor relative_path(), not only strip prefix | Jiang Xin | 2013-06-26 | 5 | -51/+111 | |
| * | | | | | | | | | | | | | | test: add test cases for relative_path | Jiang Xin | 2013-06-26 | 2 | -0/+62 | |
* | | | | | | | | | | | | | | | Merge branch 'hv/config-from-blob' | Junio C Hamano | 2013-07-22 | 5 | -53/+278 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | do not die when error in config parsing of buf occurs | Heiko Voigt | 2013-07-12 | 1 | -2/+8 | |
| * | | | | | | | | | | | | | | | teach config --blob option to parse config from database | Heiko Voigt | 2013-07-12 | 5 | -7/+193 | |
| * | | | | | | | | | | | | | | | config: make parsing stack struct independent from actual data source | Heiko Voigt | 2013-07-12 | 1 | -21/+43 | |
| * | | | | | | | | | | | | | | | config: drop cf validity check in get_next_char() | Heiko Voigt | 2013-07-12 | 1 | -16/+13 | |
| * | | | | | | | | | | | | | | | config: factor out config file stack management | Heiko Voigt | 2013-07-12 | 1 | -14/+28 | |
* | | | | | | | | | | | | | | | | Merge branch 'mk/upload-pack-off-by-one-dead-code-removal' | Junio C Hamano | 2013-07-22 | 1 | -11/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | upload-pack: remove a piece of dead codemk/upload-pack-off-by-one-dead-code-removal | Matthijs Kooijman | 2013-07-15 | 1 | -11/+6 | |
* | | | | | | | | | | | | | | | | | Merge branch 'jk/t0008-sigpipe-fix' | Junio C Hamano | 2013-07-22 | 1 | -2/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | t0008: avoid SIGPIPE race condition on fifojk/t0008-sigpipe-fix | Jeff King | 2013-07-12 | 1 | -2/+10 | |
* | | | | | | | | | | | | | | | | | | Merge branch 'nd/const-struct-cache-entry' | Junio C Hamano | 2013-07-22 | 29 | -85/+93 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | Convert "struct cache_entry *" to "const ..." wherever possiblend/const-struct-cache-entry | Nguyễn Thái Ngọc Duy | 2013-07-09 | 29 | -85/+93 | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'jk/gcc-function-attributes' | Junio C Hamano | 2013-07-22 | 10 | -5/+21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | Add the LAST_ARG_MUST_BE_NULL macrojk/gcc-function-attributes | Ramsay Jones | 2013-07-19 | 5 | -5/+12 | |
| * | | | | | | | | | | | | | | | | | | | wt-status: use "format" function attribute for status_printf | Jeff King | 2013-07-09 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | | | | | | use "sentinel" function attribute for variadic lists | Jeff King | 2013-07-09 | 4 | -0/+5 | |
| * | | | | | | | | | | | | | | | | | | | add missing "format" function attributes | Jeff King | 2013-07-09 | 4 | -1/+5 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | Merge branch 'db/show-ref-head' | Junio C Hamano | 2013-07-22 | 3 | -6/+179 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | show-ref: make --head always show the HEAD refdb/show-ref-head | Doug Bell | 2013-07-17 | 3 | -6/+179 | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'es/blame-L-breakage' | Junio C Hamano | 2013-07-22 | 5 | -115/+283 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | blame-options.txt: explain that -L <start> and <end> are optional | Eric Sunshine | 2013-07-17 | 1 | -2/+5 | |
| * | | | | | | | | | | | | | | | | | | | | blame-options.txt: place each -L option variation on its own line | Eric Sunshine | 2013-07-17 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | | | | | | t8001/t8002 (blame): add blame -L :funcname tests | Eric Sunshine | 2013-07-17 | 1 | -2/+46 | |
| * | | | | | | | | | | | | | | | | | | | | t8001/t8002 (blame): add blame -L tests | Eric Sunshine | 2013-07-17 | 1 | -3/+101 | |
| * | | | | | | | | | | | | | | | | | | | | t8001/t8002 (blame): modernize style | Eric Sunshine | 2013-07-17 | 3 | -112/+127 | |
| * | | | | | | | | | | | | | | | | | | | | line-range: fix "blame -L X,-N" regression | Eric Sunshine | 2013-07-17 | 1 | -0/+7 | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'tr/protect-low-3-fds' | Junio C Hamano | 2013-07-22 | 5 | -21/+24 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | git: ensure 0/1/2 are open in main()tr/protect-low-3-fds | Thomas Rast | 2013-07-17 | 1 | -0/+7 | |
| * | | | | | | | | | | | | | | | | | | | | | daemon/shell: refactor redirection of 0/1/2 from /dev/null | Thomas Rast | 2013-07-17 | 4 | -21/+17 | |
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sb/parse-object-buffer-eaten' | Junio C Hamano | 2013-07-22 | 1 | -4/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | parse_object_buffer: correct freeing the buffersb/parse-object-buffer-eaten | Stefan Beller | 2013-07-17 | 1 | -4/+3 | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'tr/do-not-call-submodules-subprojects' | Junio C Hamano | 2013-07-22 | 3 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |