Age | Commit message (Expand) | Author | Files | Lines |
2013-05-15 | remote-hg: fix new branch creation | Felipe Contreras | 1 | -1/+1 |
2013-05-15 | remote-hg: add new get_config_bool() helper | Felipe Contreras | 1 | -11/+13 |
2013-05-15 | remote-hg: enable track-branches in hg-git mode | Felipe Contreras | 2 | -1/+1 |
2013-05-15 | remote-hg: get rid of unused exception checks | Felipe Contreras | 1 | -15/+9 |
2013-05-15 | remote-hg: trivial cleanups | Felipe Contreras | 2 | -3/+1 |
2013-05-14 | remote-bzr: update old organization | Felipe Contreras | 1 | -0/+7 |
2013-05-11 | test-bzr: do not use unportable sed '\+' | Torsten Bögershausen | 1 | -1/+1 |
2013-05-09 | git-svn: added an --include-path flag | Paul Walmsley | 1 | -1/+1 |
2013-05-08 | completion: synchronize zsh wrapper | Felipe Contreras | 1 | -2/+2 |
2013-05-08 | completion: cleanup zsh wrapper | Felipe Contreras | 1 | -13/+5 |
2013-05-07 | remote-helpers: trivial cleanup | Felipe Contreras | 1 | -1/+0 |
2013-05-07 | remote-bzr: fix for disappeared revisions | Felipe Contreras | 2 | -4/+49 |
2013-05-06 | Merge branch 'fc/remote-bzr' | Junio C Hamano | 2 | -81/+298 |
2013-05-06 | remote-bzr: avoid bad refs | Felipe Contreras | 1 | -15/+23 |
2013-05-06 | remote-bzr: convert all unicode keys to str | Felipe Contreras | 1 | -2/+2 |
2013-05-03 | Sync with maint | Junio C Hamano | 1 | -1/+1 |
2013-05-03 | completion: zsh: don't override suffix on _detault | Felipe Contreras | 1 | -1/+1 |
2013-05-01 | Merge branch 'zk/prompt-rebase-step' | Junio C Hamano | 1 | -5/+16 |
2013-05-01 | contrib/subtree: don't delete remote branches if split fails | John Keeping | 1 | -1/+2 |
2013-04-30 | remote-bzr: access branches only when needed | Felipe Contreras | 1 | -12/+16 |
2013-04-30 | remote-bzr: delay peer branch usage | Felipe Contreras | 1 | -3/+3 |
2013-04-30 | remote-bzr: iterate revisions properly | Felipe Contreras | 1 | -2/+3 |
2013-04-30 | remote-bzr: improve progress reporting | Felipe Contreras | 1 | -7/+13 |
2013-04-30 | remote-bzr: add option to specify branches | Felipe Contreras | 1 | -2/+18 |
2013-04-30 | remote-bzr: add custom method to find branches | Felipe Contreras | 1 | -5/+20 |
2013-04-30 | remote-bzr: improve author sanitazion | Felipe Contreras | 1 | -2/+13 |
2013-04-30 | remote-bzr: add support for shared repo | Felipe Contreras | 1 | -7/+15 |
2013-04-30 | remote-bzr: fix branch names | Felipe Contreras | 1 | -0/+1 |
2013-04-30 | remote-bzr: add support for bzr repos | Felipe Contreras | 2 | -56/+138 |
2013-04-30 | remote-bzr: use branch variable when appropriate | Felipe Contreras | 1 | -17/+18 |
2013-04-30 | remote-bzr: fix partially pushed merge | Felipe Contreras | 1 | -4/+13 |
2013-04-30 | remote-bzr: fixes for branch diverge | Felipe Contreras | 1 | -1/+7 |
2013-04-30 | remote-bzr: add support to push merges | Felipe Contreras | 2 | -8/+57 |
2013-04-30 | remote-bzr: always try to update the worktree | Felipe Contreras | 1 | -1/+5 |
2013-04-30 | remote-bzr: fix order of locking in CustomTree | Felipe Contreras | 1 | -1/+1 |
2013-04-30 | remote-bzr: delay blob fetching until the very end | Felipe Contreras | 1 | -3/+5 |
2013-04-30 | remote-bzr: cleanup CustomTree | Felipe Contreras | 1 | -7/+1 |
2013-04-29 | git-completion.bash: add remote.pushdefault to config list | Ramkumar Ramachandra | 1 | -0/+5 |
2013-04-29 | git-completion.bash: add branch.*.pushremote to config list | Ramkumar Ramachandra | 1 | -2/+2 |
2013-04-29 | Merge branch 'maint' | Junio C Hamano | 2 | -9/+136 |
2013-04-29 | Merge branch 'fc/zsh-completion' into maint | Junio C Hamano | 1 | -8/+126 |
2013-04-29 | complete: zsh: use zsh completion for the main cmd | Felipe Contreras | 1 | -1/+119 |
2013-04-29 | complete: zsh: trivial simplification | Felipe Contreras | 1 | -8/+8 |
2013-04-29 | git-completion.bash: complete branch.*.rebase as boolean | Ramkumar Ramachandra | 1 | -0/+4 |
2013-04-29 | git-completion.bash: add diff.submodule to config list | Ramkumar Ramachandra | 1 | -0/+5 |
2013-04-29 | git-completion.bash: lexical sorting for diff.statGraphWidth | Ramkumar Ramachandra | 1 | -1/+1 |
2013-04-27 | completion: add missing format-patch options | Felipe Contreras | 1 | -1/+2 |
2013-04-27 | completion: remove __git_index_file_list_filter() | Felipe Contreras | 1 | -20/+8 |
2013-04-27 | completion: add space after completed filename | Felipe Contreras | 1 | -1/+1 |
2013-04-27 | completion: add hack to enable file mode in bash < 4 | Felipe Contreras | 1 | -36/+7 |