aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* Merge branch 'mk/grep-pcre'Junio C Hamano2011-05-30
|\
| * git-grep: do not die upon -F/-P when grep.extendedRegexp is set.Junio C Hamano2011-05-09
| * git-grep: Bail out when -P is used with -F or -EMichał Kiedrowicz2011-05-09
| * git-grep: Learn PCREMichał Kiedrowicz2011-05-09
* | Merge branch 'jc/notes-batch-removal'Junio C Hamano2011-05-29
|\ \
| * | show: --ignore-missingJunio C Hamano2011-05-19
| * | notes remove: --stdin reads from the standard inputJunio C Hamano2011-05-19
| * | notes remove: --ignore-missingJunio C Hamano2011-05-19
| * | notes remove: allow removing more than oneJunio C Hamano2011-05-19
* | | Merge branch 'jk/haves-from-alternate-odb'Junio C Hamano2011-05-29
|\ \ \
| * | | receive-pack: eliminate duplicate .have refsJeff King2011-05-19
| * | | refactor refs_from_alternate_cb to allow passing extra dataJeff King2011-05-19
* | | | Merge branch 'jk/fetch-mark-complete-optimization'Junio C Hamano2011-05-26
|\ \ \ \
| * | | | fetch: avoid repeated commits in mark_completeJeff King2011-05-19
| |/ / /
* | | | Merge branch 'jc/bigfile'Junio C Hamano2011-05-25
|\ \ \ \
| * | | | index_fd(): turn write_object and format_check arguments into one flagJunio C Hamano2011-05-09
* | | | | Merge branch 'js/log-abbrev-commit-config'Junio C Hamano2011-05-25
|\ \ \ \ \
| * | | | | Add log.abbrevCommit config variableJay Soffian2011-05-18
| * | | | | "git log -h": typofix misspelled 'suppress'Jay Soffian2011-05-18
| | |_|/ / | |/| | |
* | | | | Merge branch 'maint'Junio C Hamano2011-05-25
|\ \ \ \ \
| * | | | | init/clone: remove short option -L and document --separate-git-dirNguyen Thai Ngoc Duy2011-05-25
| | |_|/ / | |/| | |
| * | | | Merge branch 'vr/merge-base-doc' into maintJunio C Hamano2011-05-16
| |\ \ \ \
| * \ \ \ \ Merge branch 'jc/fix-add-u-unmerged' into maintJunio C Hamano2011-05-16
| |\ \ \ \ \
| * | | | | | Merge branch 'jc/maint-branch-mergeoptions' into maintJunio C Hamano2011-05-16
| * | | | | | Merge branch 'jc/maint-add-p-overlapping-hunks' into maintJunio C Hamano2011-05-16
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'ms/ls-remote-exit-with-status'Junio C Hamano2011-05-23
|\ \ \ \ \ \ \ \
| * | | | | | | | ls-remote: the --exit-code option reports "no matching refs"Michael Schubert2011-05-18
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'mg/config-symbolic-constants'Junio C Hamano2011-05-23
|\ \ \ \ \ \ \ \
| * | | | | | | | config: Give error message when not changing a multivarMichael J Gruber2011-05-17
| |/ / / / / / /
* | | | | | | | Merge branch 'jc/magic-pathspec'Junio C Hamano2011-05-23
|\ \ \ \ \ \ \ \
| * | | | | | | | grep: use get_pathspec() correctlyJunio C Hamano2011-05-10
* | | | | | | | | Merge branch 'jk/blame-line-porcelain'Junio C Hamano2011-05-23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | blame: add --line-porcelain output formatJeff King2011-05-09
| * | | | | | | | | blame: refactor porcelain outputJeff King2011-05-09
* | | | | | | | | | Merge branch 'jc/replacing'Junio C Hamano2011-05-19
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | read_sha1_file(): get rid of read_sha1_file_repl() madnessJunio C Hamano2011-05-15
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'ms/tagname-does-not-begin-with-dash'Junio C Hamano2011-05-19
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | tag: disallow '-' as tag nameMichael Schubert2011-05-10
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jk/git-connection-deadlock-fix'Junio C Hamano2011-05-19
* | | | | | | | | | Merge branch 'js/maint-send-pack-stateless-rpc-deadlock-fix'Junio C Hamano2011-05-19
* | | | | | | | | | Merge branch 'jk/cherry-pick-root-with-resolve'Junio C Hamano2011-05-19
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | revert: allow reverting a root commitJeff King2011-05-16
| * | | | | | | | | cherry-pick: handle root commits with external strategiesJeff King2011-05-16
| | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | Merge branch 'cn/format-patch-quiet' into maintJunio C Hamano2011-05-15
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge branch 'ci/commit--interactive-atomic'Junio C Hamano2011-05-16
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add support for -p/--patch to git-commitConrad Irwin2011-05-09
| * | | | | | | | | | Allow git commit --interactive with pathsConrad Irwin2011-05-09
| * | | | | | | | | | Use a temporary index for git commit --interactiveConrad Irwin2011-05-08
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'mg/merge-ff-config'Junio C Hamano2011-05-16
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | merge: introduce merge.ff configuration variableJunio C Hamano2011-05-06