Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge git://git.bogomips.org/git-svn | Junio C Hamano | 2008-11-14 | 2 | -9/+15 |
|\ | |||||
| * | git-svn: Update git-svn to use the ability to place temporary files within re... | Marten Svanfeldt (dev) | 2008-11-13 | 1 | -4/+5 |
| * | Git.pm: Make _temp_cache use the repository directory | Marten Svanfeldt (dev) | 2008-11-13 | 1 | -5/+10 |
| * | git-svn: proper detection of bare repositories | Deskin Miller | 2008-11-13 | 2 | -5/+16 |
| * | git-svn: respect i18n.commitencoding config | Eric Wong | 2008-11-13 | 2 | -3/+101 |
| * | git-svn: don't escape tilde ('~') for http(s) URLs | Eric Wong | 2008-11-13 | 1 | -3/+3 |
* | | Merge git://git.bogomips.org/git-svn | Junio C Hamano | 2008-11-13 | 3 | -11/+120 |
|\ \ | |||||
| * | | git-svn: proper detection of bare repositories | Deskin Miller | 2008-11-06 | 2 | -5/+16 |
| * | | git-svn: respect i18n.commitencoding config | Eric Wong | 2008-11-06 | 2 | -3/+101 |
| * | | git-svn: don't escape tilde ('~') for http(s) URLs | Eric Wong | 2008-11-06 | 1 | -3/+3 |
* | | | Merge branch 'maint' | Junio C Hamano | 2008-11-13 | 0 | -0/+0 |
|\ \ \ | |||||
| * | | | date/time: do not get confused by fractional seconds | Linus Torvalds | 2008-11-13 | 1 | -6/+20 |
* | | | | Merge git://git.kernel.org/pub/scm/gitk/gitk | Junio C Hamano | 2008-11-13 | 1 | -227/+810 |
|\ \ \ \ | |||||
| * | | | | gitk: Fix linehtag undefined error with file highlighting | Paul Mackerras | 2008-11-13 | 1 | -2/+5 |
| * | | | | gitk: Fix commit encoding support | Alexander Gavrilov | 2008-11-13 | 1 | -2/+23 |
| * | | | | gitk: Fix transient windows on Win32 and MacOS | Alexander Gavrilov | 2008-11-13 | 1 | -13/+31 |
| * | | | | gitk: Add accelerators to frequently used menu commands | Alexander Gavrilov | 2008-11-13 | 1 | -7/+29 |
| * | | | | Merge branch 'dev' | Paul Mackerras | 2008-11-09 | 1 | -177/+177 |
| |\ \ \ \ | |||||
| | * | | | | gitk: Cope with unmerged files in local changes | Paul Mackerras | 2008-11-04 | 1 | -3/+17 |
| | * | | | | gitk: Make "show origin of this line" work on fake commits | Paul Mackerras | 2008-11-04 | 1 | -3/+61 |
| | * | | | | gitk: Unify handling of merge diffs with normal 2-way diffs | Paul Mackerras | 2008-11-02 | 1 | -171/+99 |
| * | | | | | gitk: Implement a user-friendly Edit View dialog | Alexander Gavrilov | 2008-11-08 | 1 | -44/+163 |
| * | | | | | gitk: Improve cherry-pick error handling | Paul Mackerras | 2008-11-08 | 1 | -9/+16 |
| * | | | | | gitk: Make cherry-pick call git-citool on conflicts | Alexander Gavrilov | 2008-11-07 | 1 | -1/+39 |
| * | | | | | gitk: Make gitk dialog windows transient | Alexander Gavrilov | 2008-11-07 | 1 | -18/+28 |
| * | | | | | gitk: Add Return and Escape bindings to dialogs | Alexander Gavrilov | 2008-11-07 | 1 | -0/+21 |
| |/ / / / | |||||
| * | | | | gitk: Make the background color of marked lines configurable | Paul Mackerras | 2008-10-27 | 1 | -4/+12 |
| * | | | | gitk: Add a menu item to show where a given line comes from | Paul Mackerras | 2008-10-27 | 1 | -7/+153 |
| * | | | | gitk: Fix some off-by-one errors in computing which line to blame | Paul Mackerras | 2008-10-27 | 1 | -27/+33 |
| * | | | | gitk: Allow starting gui blame for a specific line | Alexander Gavrilov | 2008-10-26 | 1 | -2/+146 |
| * | | | | gitk: Fix file list context menu for merge commits | Alexander Gavrilov | 2008-10-21 | 1 | -2/+4 |
| * | | | | gitk: Allow forcing branch creation if it already exists | Alexander Gavrilov | 2008-10-21 | 1 | -5/+23 |
* | | | | | Update draft release notes to 1.6.1 | Junio C Hamano | 2008-11-12 | 1 | -1/+33 |
* | | | | | Merge branch 'jn/gitweb-customlinks' | Junio C Hamano | 2008-11-12 | 1 | -7/+12 |
|\ \ \ \ \ | |||||
| * | | | | | gitweb: Better processing format string in custom links in navbar | Jakub Narebski | 2008-10-12 | 1 | -7/+12 |
* | | | | | | Merge branch 'gb/gitweb-snapshot-pathinfo' | Junio C Hamano | 2008-11-12 | 1 | -8/+63 |
|\ \ \ \ \ \ | |||||
| * | | | | | | gitweb: embed snapshot format parameter in PATH_INFO | Giuseppe Bilotta | 2008-11-02 | 1 | -0/+17 |
| * | | | | | | gitweb: retrieve snapshot format from PATH_INFO | Giuseppe Bilotta | 2008-11-02 | 1 | -0/+39 |
| * | | | | | | gitweb: make the supported snapshot formats array global | Giuseppe Bilotta | 2008-11-02 | 1 | -8/+7 |
* | | | | | | | Merge branch 'ds/uintmax-config' (early part) | Junio C Hamano | 2008-11-12 | 3 | -1/+36 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Add autoconf tests for pthreads | David M. Syzdek | 2008-11-09 | 2 | -0/+17 |
| * | | | | | | | Make Pthread link flags configurable | David M. Syzdek | 2008-11-02 | 1 | -1/+3 |
| * | | | | | | | Add Makefile check for FreeBSD 4.9-SECURITY | David M. Syzdek | 2008-11-02 | 1 | -0/+4 |
| * | | | | | | | Build: add NO_UINTMAX_T to support ancient systems | David M. Syzdek | 2008-11-02 | 3 | -0/+12 |
* | | | | | | | | Merge branch 'jk/maint-commit-v-strip' | Junio C Hamano | 2008-11-12 | 2 | -3/+78 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | commit: Fix stripping of patch in verbose mode. | Jeff King | 2008-11-12 | 2 | -3/+78 |
* | | | | | | | | | Merge branch 'np/pack-safer' | Junio C Hamano | 2008-11-12 | 8 | -49/+224 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | t5303: fix printf format string for portability | Junio C Hamano | 2008-11-09 | 1 | -1/+1 |
| * | | | | | | | | | t5303: work around printf breakage in dash | Junio C Hamano | 2008-11-09 | 1 | -1/+1 |
| * | | | | | | | | | pack-objects: don't leak pack window reference when splitting packs | Nicolas Pitre | 2008-11-02 | 1 | -3/+9 |