Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jl/submodule-fetch-on-demand' | Junio C Hamano | 2011-04-04 | 13 | -37/+520 |
|\ | |||||
| * | fetch/pull: Describe --recurse-submodule restrictions in the BUGS section | Jens Lehmann | 2011-03-09 | 2 | -0/+18 |
| * | submodule update: Don't fetch when the submodule commit is already present | Jens Lehmann | 2011-03-09 | 2 | -1/+24 |
| * | fetch/pull: Don't recurse into a submodule when commits are already present | Jens Lehmann | 2011-03-09 | 3 | -2/+49 |
| * | Submodules: Add 'on-demand' value for the 'fetchRecurseSubmodule' option | Jens Lehmann | 2011-03-09 | 4 | -5/+38 |
| * | config: teach the fetch.recurseSubmodules option the 'on-demand' value | Jens Lehmann | 2011-03-09 | 3 | -4/+36 |
| * | fetch/pull: Add the 'on-demand' value to the --recurse-submodules option | Jens Lehmann | 2011-03-09 | 7 | -10/+114 |
| * | fetch/pull: recurse into submodules when necessary | Jens Lehmann | 2011-03-09 | 6 | -17/+243 |
* | | Merge branch 'jc/rev-list-options-fix' | Junio C Hamano | 2011-04-04 | 1 | -2/+2 |
|\ \ | |||||
| * | | "log --cherry-pick" documentation regression fix | Junio C Hamano | 2011-04-01 | 1 | -2/+2 |
* | | | Merge branch 'nm/maint-conflicted-submodule-entries' | Junio C Hamano | 2011-04-04 | 3 | -9/+83 |
|\ \ \ | |||||
| * | | | submodule: process conflicting submodules only once | Nicolas Morey-Chaisemartin | 2011-03-30 | 3 | -9/+83 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2011-04-03 | 2 | -0/+38 |
|\ \ \ \ | |||||
| * | | | | Start preparing for 1.7.4.4 | Junio C Hamano | 2011-04-03 | 2 | -1/+38 |
| * | | | | pull: do not clobber untracked files on initial pull | Jeff King | 2011-04-03 | 2 | -1/+12 |
| * | | | | Merge branch 'jc/index-update-if-able' into maint | Junio C Hamano | 2011-04-03 | 4 | -13/+29 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'lt/default-abbrev' into maint | Junio C Hamano | 2011-04-03 | 5 | -3/+23 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'jc/maint-rev-list-culled-boundary' into maint | Junio C Hamano | 2011-04-03 | 2 | -1/+33 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'mm/maint-log-n-with-diff-filtering' into maint | Junio C Hamano | 2011-04-03 | 5 | -1/+26 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'jk/format-patch-multiline-header' into maint | Junio C Hamano | 2011-04-03 | 4 | -10/+121 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'jn/maint-instaweb-plack-fix' into maint | Junio C Hamano | 2011-04-03 | 1 | -2/+4 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'lp/config-vername-check' into maint | Junio C Hamano | 2011-04-03 | 4 | -50/+111 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | compat: add missing #include <sys/resource.h> | Jonathan Nieder | 2011-04-03 | 1 | -0/+1 |
* | | | | | | | | | | | | git.el: Don't use font-lock-compile-keywords | Lawrence Mitchell | 2011-04-03 | 1 | -3/+10 |
* | | | | | | | | | | | | t2019-checkout-ambiguous-ref.sh: depend on C_LOCALE_OUTPUT | Ævar Arnfjörð Bjarmason | 2011-04-03 | 1 | -2/+2 |
* | | | | | | | | | | | | Fix two unused variable warnings in gcc 4.6 | Dan McGee | 2011-04-03 | 2 | -6/+1 |
* | | | | | | | | | | | | Remove old binaries from .gitignore | Dan McGee | 2011-04-03 | 1 | -2/+0 |
* | | | | | | | | | | | | sparse: Fix errors and silence warnings | Stephen Boyd | 2011-04-03 | 7 | -9/+9 |
* | | | | | | | | | | | | Update release notes | Junio C Hamano | 2011-04-03 | 2 | -23/+21 |
* | | | | | | | | | | | | Sync with 1.7.4.3 | Junio C Hamano | 2011-04-03 | 2 | -1/+38 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | |||||
| * | | | | | | | | | | | Git 1.7.4.3v1.7.4.3 | Junio C Hamano | 2011-04-03 | 3 | -2/+34 |
| * | | | | | | | | | | | Doc: mention --delta-base-offset is the default for Porcelain commands | Junio C Hamano | 2011-04-02 | 1 | -1/+6 |
* | | | | | | | | | | | | Merge branch 'nd/init-gitdir' | Junio C Hamano | 2011-04-01 | 7 | -31/+176 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | init, clone: support --separate-git-dir for .git file | Nguyễn Thái Ngọc Duy | 2011-03-19 | 7 | -6/+157 |
| * | | | | | | | | | | | | git-init.txt: move description section up | Nguyễn Thái Ngọc Duy | 2011-03-19 | 1 | -26/+20 |
* | | | | | | | | | | | | | Merge branch 'jc/merge-sans-branch' | Junio C Hamano | 2011-04-01 | 3 | -5/+58 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | merge: merge with the default upstream branch without argument | Junio C Hamano | 2011-03-24 | 3 | -4/+56 |
| * | | | | | | | | | | | | | merge: match the help text with the documentation | Jared Hance | 2011-03-24 | 1 | -2/+3 |
* | | | | | | | | | | | | | | Merge branch 'jr/grep-en-config' | Junio C Hamano | 2011-04-01 | 4 | -1/+52 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | grep: allow -E and -n to be turned on by default via configuration | Joe Ratterman | 2011-03-30 | 4 | -1/+52 |
* | | | | | | | | | | | | | | | Merge branch 'ab/i18n-st' | Junio C Hamano | 2011-04-01 | 59 | -875/+1009 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | i18n: git-shortlog basic messages | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -4/+4 |
| * | | | | | | | | | | | | | | | i18n: git-revert split up "could not revert/apply" message | Ævar Arnfjörð Bjarmason | 2011-03-09 | 2 | -3/+4 |
| * | | | | | | | | | | | | | | | i18n: git-revert literal "me" messages | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -2/+5 |
| * | | | | | | | | | | | | | | | i18n: git-revert "Your local changes" message | Ævar Arnfjörð Bjarmason | 2011-03-09 | 2 | -6/+14 |
| * | | | | | | | | | | | | | | | i18n: git-revert basic messages | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -23/+23 |
| * | | | | | | | | | | | | | | | i18n: git-notes GIT_NOTES_REWRITE_MODE error message | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -2/+4 |
| * | | | | | | | | | | | | | | | i18n: git-notes basic commands | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -53/+53 |
| * | | | | | | | | | | | | | | | i18n: git-gc "Auto packing the repository" message | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -7/+7 |
| * | | | | | | | | | | | | | | | i18n: git-gc basic messages | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -5/+5 |