Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | transport.c: help gcc 4.6.3 users by squelching compiler warning | Junio C Hamano | 2013-03-25 | 1 | -1/+2 |
* | diff.c: diff.renamelimit => diff.renameLimit in message | Max Nanasy | 2013-03-21 | 1 | -1/+1 |
* | wt-status: fix possible use of uninitialized variable | Jeff King | 2013-03-21 | 1 | -1/+4 |
* | fast-import: clarify "inline" logic in file_change_m | Jeff King | 2013-03-21 | 1 | -1/+2 |
* | run-command: always set failed_errno in start_command | Jeff King | 2013-03-21 | 1 | -2/+3 |
* | transport: drop "int cmp = cmp" hack | Jeff King | 2013-03-21 | 1 | -1/+1 |
* | drop some obsolete "x = x" compiler warning hacks | Jeff King | 2013-03-21 | 2 | -2/+2 |
* | fast-import: use pointer-to-pointer to keep list tail | Jeff King | 2013-03-21 | 1 | -6/+4 |
* | Merge branch 'maint' | Junio C Hamano | 2013-03-17 | 1 | -0/+4 |
|\ | |||||
| * | t1507: Test that branchname@{upstream} is interpreted as branch | Kacper Kornet | 2013-03-17 | 1 | -0/+4 |
* | | Merge branch 'maint' | Junio C Hamano | 2013-03-17 | 3 | -38/+31 |
|\ \ | |/ | |||||
| * | rev-parse: clarify documentation of $name@{upstream} syntax | Kacper Kornet | 2013-03-17 | 1 | -4/+4 |
| * | sha1_name: pass object name length to diagnose_invalid_sha1_path() | René Scharfe | 2013-03-17 | 1 | -18/+14 |
| * | Makefile: keep LIB_H entries together and sorted | René Scharfe | 2013-03-16 | 1 | -16/+13 |
* | | Git 1.8.2v1.8.2 | Junio C Hamano | 2013-03-13 | 2 | -1/+6 |
* | | Merge branch 'maint' | Junio C Hamano | 2013-03-11 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | git.c: make usage match manual page | Kevin Bracey | 2013-03-11 | 1 | -2/+2 |
* | | Merge branch 'mp/complete-paths' | Junio C Hamano | 2013-03-11 | 1 | -5/+11 |
|\ \ | |||||
| * | | git-completion.bash: zsh does not implement function redirection correctly | Matthieu Moy | 2013-03-11 | 1 | -5/+11 |
* | | | Merge branch 'mm/add-u-A-finishing-touches' | Junio C Hamano | 2013-03-11 | 1 | -3/+3 |
|\ \ \ | |||||
| * | | | add: update pathless 'add [-u|-A]' warning to reflect change of plan | Matthieu Moy | 2013-03-11 | 1 | -3/+3 |
* | | | | Merge branch 'gp/add-u-A-documentation' | Junio C Hamano | 2013-03-11 | 1 | -10/+12 |
|\ \ \ \ | |||||
| * | | | | add: Clarify documentation of -A and -u | Greg Price | 2013-03-07 | 1 | -10/+12 |
| |/ / / | |||||
* | | | | Merge branch 'maint' | Junio C Hamano | 2013-03-10 | 1 | -1/+1 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Translate git_more_info_string consistently | Kevin Bracey | 2013-03-10 | 1 | -1/+1 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2013-03-09 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | perf: update documentation of GIT_PERF_REPEAT_COUNT | Antoine Pelisse | 2013-03-09 | 1 | -1/+1 |
* | | | | Merge git://git.bogomips.org/git-svn | Junio C Hamano | 2013-03-08 | 1 | -1/+6 |
|\ \ \ \ | |||||
| * | | | | git svn: consistent spacing after "W:" in warnings | Eric Wong | 2013-03-08 | 1 | -1/+1 |
| * | | | | git svn: ignore partial svn:mergeinfo | Jan Pešta | 2013-03-08 | 1 | -0/+5 |
* | | | | | Update draft release notes to 1.8.2 | Junio C Hamano | 2013-03-08 | 1 | -26/+34 |
|/ / / / | |||||
* | | | | Git 1.8.2-rc3v1.8.2-rc3 | Junio C Hamano | 2013-03-07 | 1 | -1/+1 |
* | | | | Merge git://github.com/git-l10n/git-po | Junio C Hamano | 2013-03-07 | 5 | -27/+29 |
|\ \ \ \ | |||||
| * | | | | l10n: zh_CN.po: translate 1 new message | Jiang Xin | 2013-03-07 | 1 | -4/+4 |
| * | | | | l10n: de.po: translate 1 new message | Ralf Thielow | 2013-03-06 | 1 | -7/+9 |
| * | | | | l10n: vi.po: Update translation (2009t0f0u) | Tran Ngoc Quan | 2013-03-06 | 1 | -10/+10 |
| * | | | | l10n: Update Swedish translation (2009t0f0u) | Peter Krefting | 2013-03-05 | 1 | -4/+4 |
| * | | | | l10n: git.pot: v1.8.2 round 4 (1 changed) | Jiang Xin | 2013-03-05 | 1 | -2/+2 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'mp/complete-paths' | Junio C Hamano | 2013-03-07 | 1 | -0/+9 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | git-completion.zsh: define __gitcomp_file compatibility function | Matthieu Moy | 2013-03-05 | 1 | -0/+9 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2013-03-07 | 1 | -3/+0 |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | |||||
| * | | Merge branch 'mh/maint-ceil-absolute' into maint | Junio C Hamano | 2013-03-07 | 3 | -16/+52 |
| |\ \ | |||||
| * | | | gitweb/README: remove reference to git.kernel.org | Fredrik Gustafsson | 2013-03-07 | 1 | -3/+0 |
* | | | | Merge git://github.com/git-l10n/git-po | Junio C Hamano | 2013-03-04 | 1 | -636/+821 |
|\ \ \ \ | |||||
| * | | | | l10n: de.po: correct translation of "bisect" messages | Ralf Thielow | 2013-02-26 | 1 | -9/+9 |
| * | | | | l10n: de.po: translate 5 new messages | Ralf Thielow | 2013-02-26 | 1 | -109/+145 |
| * | | | | l10n: de.po: translate 35 new messages | Ralf Thielow | 2013-02-26 | 1 | -618/+767 |
* | | | | | Git 1.8.2-rc2v1.8.2-rc2 | Junio C Hamano | 2013-03-03 | 2 | -5/+27 |
* | | | | | Sync with 1.8.1.5 | Junio C Hamano | 2013-03-01 | 5 | -6/+16 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Git 1.8.1.5v1.8.1.5 | Junio C Hamano | 2013-03-01 | 3 | -2/+9 |