aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* commit: make default of "cleanup" option configurableRalf Thielow2013-01-10
* Merge branch 'nd/maint-branch-desc-doc'Junio C Hamano2013-01-09
|\
| * format-patch: pick up branch description when no ref is specifiedNguyễn Thái Ngọc Duy2013-01-03
| * format-patch: pick up correct branch name from symbolic refNguyễn Thái Ngọc Duy2013-01-03
| * branch: delete branch description if it's emptyNguyễn Thái Ngọc Duy2013-01-03
* | Merge branch 'ap/merge-stop-at-prepare-commit-msg-failure'Junio C Hamano2013-01-09
|\ \
| * | merge: Honor prepare-commit-msg return codeAntoine Pelisse2013-01-03
* | | Merge branch 'jc/apply-trailing-blank-removal'Junio C Hamano2013-01-06
|\ \ \
| * | | apply.c:update_pre_post_images(): the preimage can be truncatedJunio C Hamano2012-10-12
* | | | Merge branch 'cr/push-force-tag-update'Junio C Hamano2013-01-05
|\ \ \ \
| * | | | push: allow already-exists advice to be disabledChris Rorvick2012-12-03
| * | | | push: rename config variable for more general useChris Rorvick2012-12-03
| * | | | push: require force for refs under refs/tags/Chris Rorvick2012-12-02
| * | | | push: add advice for rejected tag referenceChris Rorvick2012-12-02
| * | | | push: return reject reasons as a bitsetChris Rorvick2012-12-02
* | | | | Merge branch 'fc/fast-export-fixes'Junio C Hamano2013-01-05
|\ \ \ \ \
| * | | | | fast-export: make sure updated refs get updatedFelipe Contreras2012-12-03
| * | | | | fast-export: don't handle uninteresting refsFelipe Contreras2012-12-03
| * | | | | fast-export: trivial cleanupFelipe Contreras2012-11-29
| * | | | | fast-export: avoid importing blob marksFelipe Contreras2012-11-26
* | | | | | Merge branch 'nd/pathspec-wildcard'Junio C Hamano2013-01-05
|\ \ \ \ \ \
| * | | | | | pathspec: save the non-wildcard length partNguyễn Thái Ngọc Duy2012-11-19
* | | | | | | Merge branch 'sp/shortlog-missing-lf'Junio C Hamano2013-01-02
|\ \ \ \ \ \ \
| * | | | | | | shortlog: fix wrapping lines of wraplenSteffen Prohaska2012-12-11
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'maint'Junio C Hamano2012-12-13
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Fix sizeof usage in get_permutationsMatthew Daley2012-12-13
| * | | | | | Merge branch 'jc/same-encoding' into maintJunio C Hamano2012-12-07
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'jk/send-email-sender-prompt'Junio C Hamano2012-11-29
|\ \ \ \ \ \ \ \
| * | | | | | | | ident: keep separate "explicit" flags for author and committerJeff King2012-11-15
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'jl/submodule-rm'Junio C Hamano2012-11-29
|\ \ \ \ \ \ \ \
| * | | | | | | | Teach rm to remove submodules when given with a trailing '/'Jens Lehmann2012-11-23
* | | | | | | | | Merge branch 'maint'Junio C Hamano2012-11-26
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Fix typo in remote set-head usageAntoine Pelisse2012-11-26
| * | | | | | | | Merge branch 'jk/checkout-out-of-unborn' into maintJunio C Hamano2012-11-25
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'cn/config-missing-path' into maintJunio C Hamano2012-11-25
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'rs/branch-del-symref' into maintJunio C Hamano2012-11-18
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'nd/grep-true-path' into maintJunio C Hamano2012-11-18
| |\ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/config-ignore-duplicates'Junio C Hamano2012-11-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |
| * | | | | | | | | | | | builtin/config.c: Fix a sparse warningRamsay Jones2012-10-29
| * | | | | | | | | | | | git-config: use git_config_with_optionsJeff King2012-10-24
| * | | | | | | | | | | | git-config: do not complain about duplicate entriesJeff King2012-10-24
| * | | | | | | | | | | | git-config: collect values instead of immediately printingJeff King2012-10-24
| * | | | | | | | | | | | git-config: fix regexp memory leaks on error conditionsJeff King2012-10-24
| * | | | | | | | | | | | git-config: remove memory leak of key regexpJeff King2012-10-24
* | | | | | | | | | | | | Merge branch 'jk/checkout-out-of-unborn'Junio C Hamano2012-11-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | checkout: print a message when switching unborn branchesJeff King2012-11-15
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'cn/config-missing-path'Junio C Hamano2012-11-20
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | config: don't segfault when given --path with a missing valueCarlos Martín Nieto2012-11-15
* | | | | | | | | | | | Merge branch 'mg/replace-resolve-delete'Junio C Hamano2012-11-20
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | replace: parse revision argument for -dMichael J Gruber2012-11-13
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |