Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge branch 'jk/cat-file-batch-optim' | Junio C Hamano | 2013-08-02 |
|\ | |||
| * | Revert "cat-file: split --batch input lines on whitespace" | Junio C Hamano | 2013-08-02 |
* | | Merge branch 'ob/typofixes' | Junio C Hamano | 2013-08-01 |
|\ \ | |||
| * | | many small typofixes | Ondřej Bílka | 2013-07-29 |
* | | | Merge branch 'jc/rm-submodule-error-message' | Junio C Hamano | 2013-08-01 |
|\ \ \ | |||
| * | | | builtin/rm.c: consolidate error reporting for removing submodules | Junio C Hamano | 2013-07-25 |
* | | | | Merge branch 'jx/clean-interactive' | Junio C Hamano | 2013-08-01 |
|\ \ \ \ | |||
| * | | | | git-clean: implement partial matching for selection | Jiang Xin | 2013-07-24 |
* | | | | | Merge branch 'jk/commit-how-to-abort-cherry-pick' | Junio C Hamano | 2013-07-31 |
|\ \ \ \ \ | |||
| * | | | | | commit: tweak empty cherry pick advice for sequencer | Jeff King | 2013-07-29 |
* | | | | | | Merge branch 'jk/cat-file-batch-optim' | Junio C Hamano | 2013-07-24 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||
| * | | | | | sha1_object_info_extended: make type calculation optional | Jeff King | 2013-07-12 |
| * | | | | | cat-file: disable object/refname ambiguity check for batch mode | Jeff King | 2013-07-12 |
* | | | | | | Merge branch 'sb/misc-fixes' | Junio C Hamano | 2013-07-24 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||
| * | | | | | commit: Fix a memory leak in determine_author_info | Stefan Beller | 2013-07-15 |
* | | | | | | Sync with Git 1.8.3.4 | Junio C Hamano | 2013-07-22 |
|\ \ \ \ \ \ | |||
| * | | | | | | update URL to the marc.info mail archive | Ondřej Bílka | 2013-07-22 |
| * | | | | | | Merge branch 'ph/builtin-srcs-are-in-subdir-these-days' into maint | Junio C Hamano | 2013-07-21 |
| |\ \ \ \ \ \ | |||
* | \ \ \ \ \ \ | Merge branch 'jc/name-rev-exact-ref' | Junio C Hamano | 2013-07-22 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | describe: fix --contains when a tag is given as input | Junio C Hamano | 2013-07-18 |
| * | | | | | | | | name-rev: differentiate between tags and commits they point at | Junio C Hamano | 2013-07-18 |
| * | | | | | | | | describe: use argv-array | Junio C Hamano | 2013-07-09 |
| * | | | | | | | | name-rev: allow converting the exact object name at the tip of a ref | Junio C Hamano | 2013-07-09 |
| * | | | | | | | | name-ref: factor out name shortening logic from name_ref() | Junio C Hamano | 2013-07-07 |
* | | | | | | | | | Merge branch 'es/check-mailmap' | Junio C Hamano | 2013-07-22 |
|\ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | builtin: add git-check-mailmap command | Eric Sunshine | 2013-07-13 |
* | | | | | | | | | | Merge branch 'jx/clean-interactive' | Junio C Hamano | 2013-07-22 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | |||
| * | | | | | | | | | git-clean: add ask each interactive action | Jiang Xin | 2013-06-26 |
| * | | | | | | | | | git-clean: add select by numbers interactive action | Jiang Xin | 2013-06-26 |
| * | | | | | | | | | git-clean: add filter by pattern interactive action | Jiang Xin | 2013-06-26 |
| * | | | | | | | | | git-clean: use a git-add-interactive compatible UI | Jiang Xin | 2013-06-26 |
| * | | | | | | | | | git-clean: add colors to interactive git-clean | Jiang Xin | 2013-06-26 |
| * | | | | | | | | | git-clean: show items of del_list in columns | Jiang Xin | 2013-06-26 |
| * | | | | | | | | | git-clean: add support for -i/--interactive | Jiang Xin | 2013-06-26 |
| * | | | | | | | | | git-clean: refactor git-clean into two phases | Jiang Xin | 2013-06-26 |
| * | | | | | | | | | write_name{_quoted_relative,}(): remove redundant parameters | Jiang Xin | 2013-06-26 |
| * | | | | | | | | | quote_path_relative(): remove redundant parameter | Jiang Xin | 2013-06-26 |
| * | | | | | | | | | quote.c: substitute path_relative with relative_path | Jiang Xin | 2013-06-26 |
* | | | | | | | | | | Merge branch 'hv/config-from-blob' | Junio C Hamano | 2013-07-22 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | teach config --blob option to parse config from database | Heiko Voigt | 2013-07-12 |
| |/ / / / / / / / / | |||
* | | | | | | | | | | Merge branch 'nd/const-struct-cache-entry' | Junio C Hamano | 2013-07-22 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | Convert "struct cache_entry *" to "const ..." wherever possible | Nguyễn Thái Ngọc Duy | 2013-07-09 |
* | | | | | | | | | | | Merge branch 'jk/gcc-function-attributes' | Junio C Hamano | 2013-07-22 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | Add the LAST_ARG_MUST_BE_NULL macro | Ramsay Jones | 2013-07-19 |
| * | | | | | | | | | | | use "sentinel" function attribute for variadic lists | Jeff King | 2013-07-09 |
| | |/ / / / / / / / / | |/| | | | | | | | | | |||
* | | | | | | | | | | | Merge branch 'db/show-ref-head' | Junio C Hamano | 2013-07-22 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | show-ref: make --head always show the HEAD ref | Doug Bell | 2013-07-17 |
* | | | | | | | | | | | | Merge branch 'tr/do-not-call-submodules-subprojects' | Junio C Hamano | 2013-07-22 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | show-branch: fix description of --date-order | Thomas Rast | 2013-07-18 |
| * | | | | | | | | | | | | apply, entry: speak of submodules instead of subprojects | Thomas Rast | 2013-07-18 |