Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | update git-repack documentation wrt repack.UseDeltaBaseOffset | Nicolas Pitre | 2010-02-04 | 1 | -9/+9 | |
* | | | | | | | | git-clean: fix the description of the default behavior | Michael J Gruber | 2010-02-04 | 1 | -2/+2 | |
* | | | | | | | | make --max-pack-size argument to 'git pack-object' count in bytes | Nicolas Pitre | 2010-02-03 | 4 | -10/+22 | |
* | | | | | | | | Merge branch 'sp/fast-import-large-blob' | Junio C Hamano | 2010-02-02 | 2 | -0/+20 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'sp/maint-fast-import-large-blob' into sp/fast-import-large-blob | Junio C Hamano | 2010-02-01 | 2 | -0/+20 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | / | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| | * | | | | | | fast-import: Stream very large blobs directly to pack | Shawn O. Pearce | 2010-02-01 | 2 | -0/+20 | |
* | | | | | | | | Updates for dirty submodules in release notes and user manual | Jens Lehmann | 2010-02-01 | 2 | -5/+27 | |
* | | | | | | | | Update draft release notes to 1.7.0 | Junio C Hamano | 2010-01-31 | 1 | -3/+2 | |
* | | | | | | | | Merge branch 'dm/make-threaded-simplify' | Junio C Hamano | 2010-01-31 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Make NO_PTHREADS the sole thread configuration variable | Dan McGee | 2010-01-31 | 1 | -0/+3 | |
* | | | | | | | | | mention new shell execution behavior in release notes | Jeff King | 2010-01-31 | 1 | -0/+7 | |
* | | | | | | | | | Fix typos in technical documentation. | Ralf Wildenhues | 2010-01-31 | 13 | -24/+24 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Update draft release notes to 1.7.0 | Junio C Hamano | 2010-01-29 | 1 | -2/+15 | |
* | | | | | | | | grep --quiet: finishing touches | Junio C Hamano | 2010-01-28 | 1 | -1/+6 | |
|/ / / / / / / | ||||||
* | | | | | | | Documentation: move away misplaced 'push --upstream' description | Thomas Rast | 2010-01-24 | 1 | -7/+7 | |
* | | | | | | | Documentation: add missing :: in config.txt | Thomas Rast | 2010-01-24 | 1 | -1/+1 | |
* | | | | | | | Merge branch 'doc-style/for-next' of git://repo.or.cz/git/trast | Junio C Hamano | 2010-01-24 | 3 | -80/+102 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Documentation: merge: use MERGE_HEAD to refer to the remote branch | Jonathan Nieder | 2010-01-24 | 1 | -6/+8 | |
| * | | | | | | | Documentation: simplify How Merge Works | Jonathan Nieder | 2010-01-24 | 1 | -36/+16 | |
| * | | | | | | | Documentation: merge: add a section about fast-forward | Jonathan Nieder | 2010-01-24 | 1 | -13/+18 | |
| * | | | | | | | Documentation: emphasize when git merge terminates early | Jonathan Nieder | 2010-01-24 | 1 | -10/+21 | |
| * | | | | | | | Documentation: merge: add an overview | Jonathan Nieder | 2010-01-24 | 1 | -2/+26 | |
| * | | | | | | | Documentation: merge: move merge strategy list to end | Jonathan Nieder | 2010-01-24 | 1 | -2/+2 | |
| * | | | | | | | Documentation: suggest `reset --merge` in How Merge Works section | Jonathan Nieder | 2010-01-24 | 1 | -3/+3 | |
| * | | | | | | | Documentation: merge: move configuration section to end | Jonathan Nieder | 2010-01-24 | 1 | -9/+9 | |
| * | | | | | | | Documentation: emphasise 'git shortlog' in its synopsis | Thomas Rast | 2010-01-10 | 1 | -1/+1 | |
| * | | | | | | | Documentation: show-files is now called git-ls-files | Thomas Rast | 2010-01-10 | 1 | -1/+1 | |
| * | | | | | | | Documentation: tiny git config manual tweaks | Jonathan Nieder | 2010-01-10 | 1 | -4/+4 | |
| * | | | | | | | Documentation: git gc packs refs by default now | Jonathan Nieder | 2010-01-10 | 1 | -9/+6 | |
* | | | | | | | | Documentation: rev-list: fix synopsys for --tags and and --remotes | Christian Couder | 2010-01-23 | 1 | -2/+2 | |
* | | | | | | | | git-svn: allow subset of branches/tags to be specified in glob spec | Jay Soffian | 2010-01-23 | 1 | -0/+16 | |
* | | | | | | | | git-svn: allow UUID to be manually remapped via rewriteUUID | Jay Soffian | 2010-01-23 | 1 | -3/+12 | |
* | | | | | | | | git-svn: document --username/commit-url for branch/tag | Igor Mironov | 2010-01-23 | 1 | -0/+13 | |
* | | | | | | | | Update draft release notes to 1.7.0 | Junio C Hamano | 2010-01-22 | 1 | -1/+26 | |
* | | | | | | | | Merge branch 'il/rev-glob' | Junio C Hamano | 2010-01-22 | 4 | -17/+52 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Documentation: improve description of --glob=pattern and friends | Thomas Rast | 2010-01-21 | 1 | -17/+15 | |
| * | | | | | | | | rev-parse --branches/--tags/--remotes=pattern | Ilari Liusvaara | 2010-01-20 | 4 | -17/+30 | |
| * | | | | | | | | rev-parse --glob | Ilari Liusvaara | 2010-01-20 | 4 | -0/+24 | |
* | | | | | | | | | Merge branch 'js/refer-upstream' | Junio C Hamano | 2010-01-22 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Introduce <branch>@{upstream} notation | Johannes Schindelin | 2010-01-12 | 1 | -0/+4 | |
* | | | | | | | | | | Merge branch 'il/remote-updates' | Junio C Hamano | 2010-01-22 | 1 | -0/+17 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Add git remote set-url | Ilari Liusvaara | 2010-01-18 | 1 | -0/+17 | |
* | | | | | | | | | | | Merge branch 'il/branch-set-upstream' | Junio C Hamano | 2010-01-22 | 1 | -1/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Add branch --set-upstream | Ilari Liusvaara | 2010-01-18 | 1 | -1/+7 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge branch 'jc/maint-limit-note-output' | Junio C Hamano | 2010-01-22 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Fix "log --oneline" not to show notes | Junio C Hamano | 2010-01-21 | 1 | -2/+2 | |
| * | | | | | | | | | | Fix "log" family not to be too agressive about showing notes | Junio C Hamano | 2010-01-20 | 1 | -0/+8 | |
| | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | git-rebase.txt: Fix spelling | Horst H. von Brand | 2010-01-21 | 1 | -1/+1 | |
* | | | | | | | | | | conflict-marker-size: add test and docs | Junio C Hamano | 2010-01-20 | 1 | -0/+17 | |
* | | | | | | | | | | Update draft release notes to 1.7.0 | Junio C Hamano | 2010-01-20 | 1 | -1/+45 |