aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'jx/clean-interactive'Junio C Hamano2013-07-22
|\
| * test: run testcases with POSIX absolute paths on WindowsJiang Xin2013-06-26
| * test: add t7301 for git-clean--interactiveJiang Xin2013-06-26
| * git-clean: add documentation for interactive git-cleanJiang Xin2013-06-26
| * git-clean: add ask each interactive actionJiang Xin2013-06-26
| * git-clean: add select by numbers interactive actionJiang Xin2013-06-26
| * git-clean: add filter by pattern interactive actionJiang Xin2013-06-26
| * git-clean: use a git-add-interactive compatible UIJiang Xin2013-06-26
| * git-clean: add colors to interactive git-cleanJiang Xin2013-06-26
| * git-clean: show items of del_list in columnsJiang Xin2013-06-26
| * git-clean: add support for -i/--interactiveJiang Xin2013-06-26
| * git-clean: refactor git-clean into two phasesJiang Xin2013-06-26
| * write_name{_quoted_relative,}(): remove redundant parametersJiang Xin2013-06-26
| * quote_path_relative(): remove redundant parameterJiang Xin2013-06-26
| * quote.c: substitute path_relative with relative_pathJiang Xin2013-06-26
| * path.c: refactor relative_path(), not only strip prefixJiang Xin2013-06-26
| * test: add test cases for relative_pathJiang Xin2013-06-26
* | Merge branch 'hv/config-from-blob'Junio C Hamano2013-07-22
|\ \
| * | do not die when error in config parsing of buf occursHeiko Voigt2013-07-12
| * | teach config --blob option to parse config from databaseHeiko Voigt2013-07-12
| * | config: make parsing stack struct independent from actual data sourceHeiko Voigt2013-07-12
| * | config: drop cf validity check in get_next_char()Heiko Voigt2013-07-12
| * | config: factor out config file stack managementHeiko Voigt2013-07-12
* | | Merge branch 'mk/upload-pack-off-by-one-dead-code-removal'Junio C Hamano2013-07-22
|\ \ \
| * | | upload-pack: remove a piece of dead codeMatthijs Kooijman2013-07-15
* | | | Merge branch 'jk/t0008-sigpipe-fix'Junio C Hamano2013-07-22
|\ \ \ \
| * | | | t0008: avoid SIGPIPE race condition on fifoJeff King2013-07-12
* | | | | Merge branch 'nd/const-struct-cache-entry'Junio C Hamano2013-07-22
|\ \ \ \ \
| * | | | | Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy2013-07-09
* | | | | | Merge branch 'jk/gcc-function-attributes'Junio C Hamano2013-07-22
|\ \ \ \ \ \
| * | | | | | Add the LAST_ARG_MUST_BE_NULL macroRamsay Jones2013-07-19
| * | | | | | wt-status: use "format" function attribute for status_printfJeff King2013-07-09
| * | | | | | use "sentinel" function attribute for variadic listsJeff King2013-07-09
| * | | | | | add missing "format" function attributesJeff King2013-07-09
* | | | | | | Merge branch 'db/show-ref-head'Junio C Hamano2013-07-22
|\ \ \ \ \ \ \
| * | | | | | | show-ref: make --head always show the HEAD refDoug Bell2013-07-17
* | | | | | | | Merge branch 'es/blame-L-breakage'Junio C Hamano2013-07-22
|\ \ \ \ \ \ \ \
| * | | | | | | | blame-options.txt: explain that -L <start> and <end> are optionalEric Sunshine2013-07-17
| * | | | | | | | blame-options.txt: place each -L option variation on its own lineEric Sunshine2013-07-17
| * | | | | | | | t8001/t8002 (blame): add blame -L :funcname testsEric Sunshine2013-07-17
| * | | | | | | | t8001/t8002 (blame): add blame -L testsEric Sunshine2013-07-17
| * | | | | | | | t8001/t8002 (blame): modernize styleEric Sunshine2013-07-17
| * | | | | | | | line-range: fix "blame -L X,-N" regressionEric Sunshine2013-07-17
* | | | | | | | | Merge branch 'tr/protect-low-3-fds'Junio C Hamano2013-07-22
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git: ensure 0/1/2 are open in main()Thomas Rast2013-07-17
| * | | | | | | | | daemon/shell: refactor redirection of 0/1/2 from /dev/nullThomas Rast2013-07-17
* | | | | | | | | | Merge branch 'sb/parse-object-buffer-eaten'Junio C Hamano2013-07-22
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | parse_object_buffer: correct freeing the bufferStefan Beller2013-07-17
* | | | | | | | | | | Merge branch 'tr/do-not-call-submodules-subprojects'Junio C Hamano2013-07-22
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | show-branch: fix description of --date-orderThomas Rast2013-07-18