Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | push: point to 'git pull' and 'git push --force' in case of non-fast forward | Matthieu Moy | 2009-08-12 | 4 | -5/+103 |
* | Documentation: add: <filepattern>... is optional | Paul Bolle | 2009-08-12 | 1 | -1/+1 |
* | Merge branch 'maint-1.6.3' into maint | Junio C Hamano | 2009-08-10 | 2 | -4/+4 |
|\ | |||||
| * | Fix typos in git-remote.txt and git-symbolic-ref.txt | Štěpán Němec | 2009-08-10 | 2 | -4/+4 |
* | | git-instaweb: fix mod_perl detection for apache2 | Mark A Rada | 2009-08-09 | 1 | -1/+1 |
* | | Merge branch 'maint-1.6.3' into maint | Junio C Hamano | 2009-08-07 | 2 | -11/+27 |
|\ \ | |/ | |||||
| * | Merge branch 'maint-1.6.2' into maint-1.6.3 | Junio C Hamano | 2009-08-07 | 2 | -11/+27 |
| |\ | |||||
| | * | Merge branch 'maint-1.6.1' into maint-1.6.2 | Junio C Hamano | 2009-08-07 | 2 | -11/+27 |
| | |\ | |||||
| | | * | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 2009-08-07 | 2 | -11/+27 |
| | | |\ | |||||
| | | | * | verify-pack -v: do not report "chain length 0" | Junio C Hamano | 2009-08-07 | 1 | -8/+19 |
| | | | * | t5510: harden the way verify-pack is used | Junio C Hamano | 2009-08-07 | 1 | -3/+8 |
* | | | | | Merge branch 'maint-1.6.3' into maint | Junio C Hamano | 2009-08-05 | 5 | -9/+11 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Better usage string for reflog. | Matthieu Moy | 2009-08-05 | 1 | -1/+1 |
| * | | | | hg-to-git: don't import the unused popen2 module | Miklos Vajna | 2009-08-04 | 1 | -1/+1 |
| * | | | | send-email: remove debug trace | Erik Faye-Lund | 2009-08-04 | 1 | -1/+0 |
| * | | | | config: Keep inner whitespace verbatim | Björn Steinbrink | 2009-07-31 | 2 | -6/+9 |
* | | | | | gitweb/README: Document $base_url | Jakub Narebski | 2009-08-05 | 1 | -0/+6 |
* | | | | | Documentation: git submodule: add missing options to synopsis | Jens Lehmann | 2009-08-05 | 1 | -2/+2 |
* | | | | | GIT 1.6.4v1.6.4 | Junio C Hamano | 2009-07-29 | 3 | -7/+15 |
* | | | | | Sync with 1.6.3.4 | Junio C Hamano | 2009-07-29 | 3 | -2/+39 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | GIT 1.6.3.4v1.6.3.4 | Junio C Hamano | 2009-07-28 | 3 | -2/+38 |
| * | | | | config.txt: document add.ignore-errors | Stephen Boyd | 2009-07-28 | 1 | -0/+5 |
| * | | | | request-pull: allow ls-remote to notice remote.$nickname.uploadpack | Tom Grennan | 2009-07-28 | 1 | -1/+1 |
* | | | | | Update the documentation of the raw diff output format | David Kågedal | 2009-07-28 | 5 | -9/+10 |
* | | | | | git-rerere.txt: Clarify ambiguity of the config variable | Michael J Gruber | 2009-07-28 | 1 | -1/+1 |
* | | | | | t9143: do not fail if Compress::Zlib is missing | Eric Wong | 2009-07-26 | 1 | -3/+12 |
* | | | | | Trivial path quoting fixes in git-instaweb | Sean Estabrooks | 2009-07-26 | 1 | -2/+2 |
* | | | | | Merge branch 'gp/maint-rebase-p-onto' | Junio C Hamano | 2009-07-26 | 2 | -1/+81 |
|\ \ \ \ \ | |||||
| * | | | | | Fix rebase -p --onto | Greg Price | 2009-07-22 | 2 | -1/+81 |
* | | | | | | Merge branch 'en/fast-export' | Junio C Hamano | 2009-07-26 | 3 | -8/+187 |
|\ \ \ \ \ \ | |||||
| * | | | | | | fast-export: Document the fact that git-rev-list arguments are accepted | Elijah Newren | 2009-06-27 | 1 | -0/+6 |
| * | | | | | | Add new fast-export testcases | Elijah Newren | 2009-06-27 | 1 | -0/+88 |
| * | | | | | | fast-export: Add a --tag-of-filtered-object option for newly dangling tags | Elijah Newren | 2009-06-27 | 2 | -2/+68 |
| * | | | | | | fast-export: Do parent rewriting to avoid dropping relevant commits | Elijah Newren | 2009-06-27 | 1 | -0/+1 |
| * | | | | | | fast-export: Make sure we show actual ref names instead of "(null)" | Elijah Newren | 2009-06-27 | 1 | -4/+1 |
| * | | | | | | fast-export: Omit tags that tag trees | Elijah Newren | 2009-06-27 | 2 | -1/+22 |
| * | | | | | | fast-export: Set revs.topo_order before calling setup_revisions | Elijah Newren | 2009-06-27 | 1 | -1/+1 |
* | | | | | | | GIT 1.6.4-rc3v1.6.4-rc3 | Junio C Hamano | 2009-07-26 | 1 | -4/+7 |
* | | | | | | | Documentation/config.txt: a variable can be defined on the section header line | Nanako Shiraishi | 2009-07-25 | 1 | -1/+2 |
* | | | | | | | Merge git://git.bogomips.org/git-svn | Junio C Hamano | 2009-07-25 | 4 | -6/+122 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | git svn: make minimize URL more reliable over http(s) | Eric Wong | 2009-07-25 | 1 | -1/+5 |
| * | | | | | | | git svn: avoid escaping '/' when renaming/copying files | Eric Wong | 2009-07-25 | 1 | -1/+1 |
| * | | | | | | | t9142: stop httpd after the test | Eric Wong | 2009-07-25 | 1 | -0/+2 |
| * | | | | | | | git svn: the branch command no longer needs the full path | Eric Wong | 2009-07-25 | 2 | -7/+20 |
| * | | | | | | | git svn: revert default behavior for --minimize-url | Eric Wong | 2009-07-25 | 3 | -5/+21 |
| * | | | | | | | git svn: add gc command | Robert Allan Zeh | 2009-07-25 | 3 | -0/+81 |
* | | | | | | | | Disable asciidoc 8.4.1+ semantics for `{plus}` and friends | Thomas Rast | 2009-07-25 | 1 | -1/+1 |
|/ / / / / / / | |||||
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-07-25 | 4 | -17/+19 |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||||
| * | | | | | | t8005: Nobody writes Russian in shift_jis | Junio C Hamano | 2009-07-25 | 4 | -17/+19 |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-07-25 | 2 | -5/+9 |
|\ \ \ \ \ \ \ | |/ / / / / / |