Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jk/maint-remote-mirror-safer' | Junio C Hamano | 2011-04-06 | 3 | -19/+136 |
|\ | |||||
| * | remote: deprecate --mirror | Jeff King | 2011-03-30 | 2 | -5/+7 |
| * | remote: separate the concept of push and fetch mirrors | Jeff King | 2011-03-30 | 3 | -19/+129 |
| * | remote: disallow some nonsensical option combinations | Jeff King | 2011-03-30 | 1 | -0/+5 |
* | | Merge branch 'mg/doc-revisions-txt' | Junio C Hamano | 2011-04-06 | 1 | -91/+107 |
|\ \ | |||||
| * | | revisions.txt: language improvements | Michael J Gruber | 2011-04-04 | 1 | -35/+35 |
| * | | revisions.txt: structure with a labelled list | Michael J Gruber | 2011-04-01 | 1 | -35/+51 |
| * | | revisions.txt: consistent use of quotes | Michael J Gruber | 2011-04-01 | 1 | -52/+52 |
* | | | Merge branch 'maint' | Junio C Hamano | 2011-04-04 | 2 | -6/+20 |
|\ \ \ | |||||
| * | | | Documentation: trivial grammar fix in core.worktree description | SZEDER Gábor | 2011-04-04 | 1 | -1/+1 |
| * | | | gitweb: Fix parsing of negative fractional timezones in JavaScript | Jakub Narebski | 2011-04-04 | 1 | -5/+19 |
* | | | | 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 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |