Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bash: don't offer remote transport helpers as subcommands | SZEDER Gábor | 2010-01-28 | 1 | -0/+1 |
* | Merge branch 'maint' of git://git.spearce.org/git-gui into maint | Junio C Hamano | 2010-01-24 | 5 | -23/+48 |
|\ | |||||
| * | git-gui: work from the .git dir | Giuseppe Bilotta | 2010-01-23 | 1 | -0/+10 |
| * | git-gui: Fix applying a line when all following lines are deletions | Jeff Epler | 2010-01-23 | 1 | -0/+1 |
| * | git-gui: Correct file_states when unstaging partly staged entry | Jens Lehmann | 2010-01-23 | 1 | -0/+3 |
| * | git-gui: Fix gitk for branch whose name matches local file | Peter Krefting | 2010-01-23 | 1 | -1/+1 |
| * | git-gui: Keep repo_config(gui.recentrepos) and .gitconfig in sync | Christopher Beelby | 2010-01-23 | 1 | -0/+4 |
| * | git-gui: handle really long error messages in updateindex. | Pat Thoyts | 2010-01-23 | 1 | -16/+18 |
| * | git-gui: Add hotkeys for "Unstage from commit" and "Revert changes" | Vitaly _Vi Shukela | 2010-01-06 | 1 | -2/+8 |
| * | git-gui: Makefile: consolidate .FORCE-* targets | Jonathan Nieder | 2010-01-06 | 1 | -4/+3 |
* | | ignore duplicated slashes in make_relative_path() | Junio C Hamano | 2010-01-22 | 2 | -9/+36 |
* | | merge-recursive: do not return NULL only to cause segfault | Junio C Hamano | 2010-01-21 | 1 | -4/+4 |
* | | retry request without query when info/refs?query fails | Tay Ray Chuan | 2010-01-21 | 1 | -2/+16 |
* | | Merge branch 'jc/maint-refresh-index-is-optional-for-status' into maint | Junio C Hamano | 2010-01-20 | 1 | -4/+6 |
|\ \ | |||||
| * | | status: don't require the repository to be writable | Junio C Hamano | 2010-01-19 | 1 | -4/+6 |
* | | | Git 1.6.6.1v1.6.6.1 | Junio C Hamano | 2010-01-20 | 3 | -8/+16 |
* | | | Merge branch 'bg/maint-remote-update-default' into maint | Junio C Hamano | 2010-01-20 | 2 | -6/+18 |
|\ \ \ | |||||
| * | | | Fix "git remote update" with remotes.defalt set | Björn Gustavsson | 2009-12-31 | 2 | -6/+18 |
* | | | | Merge branch 'sb/maint-octopus' into maint | Junio C Hamano | 2010-01-20 | 2 | -9/+57 |
|\ \ \ \ | |||||
| * | | | | octopus: remove dead code | Stephen Boyd | 2009-12-13 | 1 | -5/+1 |
| * | | | | octopus: reenable fast-forward merges | Stephen Boyd | 2009-12-13 | 2 | -1/+19 |
| * | | | | octopus: make merge process simpler to follow | Stephen Boyd | 2009-12-13 | 2 | -4/+38 |
* | | | | | Merge branch 'bg/maint-add-all-doc' into maint | Junio C Hamano | 2010-01-20 | 2 | -29/+88 |
|\ \ \ \ \ | |||||
| * | | | | | git-rm doc: Describe how to sync index & work tree | Björn Gustavsson | 2010-01-07 | 1 | -1/+53 |
| * | | | | | git-add/rm doc: Consistently back-quote | Björn Gustavsson | 2009-12-07 | 2 | -15/+15 |
| * | | | | | Documentation: 'git add -A' can remove files | Björn Gustavsson | 2009-12-07 | 1 | -13/+20 |
* | | | | | | Merge branch 'maint-1.6.5' into maint | Junio C Hamano | 2010-01-20 | 5 | -9/+40 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | Git 1.6.5.8v1.6.5.8 | Junio C Hamano | 2010-01-20 | 4 | -3/+32 |
| * | | | | | Merge branch 'jk/maint-1.6.5-reset-hard' into maint-1.6.5 | Junio C Hamano | 2010-01-20 | 2 | -4/+8 |
| |\ \ \ \ \ | |||||
| | * | | | | | reset: unbreak hard resets with GIT_WORK_TREE | Jeff King | 2009-12-30 | 2 | -4/+8 |
| * | | | | | | Merge branch 'tr/maint-1.6.5-bash-prompt-show-submodule-changes' into maint-1... | Junio C Hamano | 2010-01-20 | 1 | -4/+2 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | bash completion: factor submodules into dirty state | Thomas Rast | 2009-12-31 | 1 | -4/+2 |
| * | | | | | | | Merge branch 'dp/maint-1.6.5-fast-import-non-commit-tag' into maint-1.6.5 | Junio C Hamano | 2010-01-20 | 1 | -5/+5 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'jm/maint-1.6.5-grep-NUL-terminate' into maint-1.6.5 | Junio C Hamano | 2010-01-20 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'maint-1.6.4' into maint-1.6.5 | Junio C Hamano | 2010-01-18 | 8 | -43/+47 |
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | |||||
| | * | | | | | | | | Merge branch 'maint-1.6.3' into maint-1.6.4 | Junio C Hamano | 2010-01-18 | 8 | -43/+47 |
| | |\ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ | Merge branch 'maint-1.6.2' into maint-1.6.3 | Junio C Hamano | 2010-01-18 | 8 | -43/+47 |
| | | |\ \ \ \ \ \ \ \ | |||||
| | * | \ \ \ \ \ \ \ \ | Merge commit 'v1.6.4.4-8-g8de6518' into maint-1.6.4 | Junio C Hamano | 2010-01-18 | 1 | -1/+5 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | Fix mis-backport of t7002 | Junio C Hamano | 2010-01-18 | 1 | -1/+5 |
* | | | | | | | | | | | | | bisect: fix singular/plural grammar nit | David Ripton | 2010-01-19 | 1 | -3/+5 |
* | | | | | | | | | | | | | Update draft release notes to 1.6.6.1 | Junio C Hamano | 2010-01-18 | 1 | -1/+16 |
* | | | | | | | | | | | | | Merge branch 'dp/maint-1.6.5-fast-import-non-commit-tag' into maint | Junio C Hamano | 2010-01-18 | 1 | -5/+5 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | fast-import: tag may point to any object type | Dmitry Potapov | 2010-01-14 | 1 | -5/+5 |
| |/ / / / / / / / / / / | |||||
* | | | | | | | | | | | | Merge branch 'jm/maint-1.6.5-grep-NUL-terminate' into maint | Junio C Hamano | 2010-01-18 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | grep: NUL terminate input from a file | Jim Meyering | 2010-01-18 | 1 | -0/+1 |
* | | | | | | | | | | | | Fix uninitialized variable in get_refs_via_rsync(). | Richard Weinberger | 2010-01-15 | 1 | -1/+1 |
* | | | | | | | | | | | | Document git-blame triple -C option | Ramkumar Ramachandra | 2010-01-14 | 2 | -3/+5 |
* | | | | | | | | | | | | remote-curl: Fix Accept header for smart HTTP connections | Shawn O. Pearce | 2010-01-12 | 2 | -2/+2 |
* | | | | | | | | | | | | grep: -L should show empty files | Junio C Hamano | 2010-01-12 | 1 | -2/+0 |
* | | | | | | | | | | | | rebase--interactive: Ignore comments and blank lines in peek_next_command | Michael Haggerty | 2010-01-11 | 1 | -1/+1 |