Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | | | remote-bzr: delay peer branch usage | Felipe Contreras | 2013-04-30 | |
| * | | | | | | | | | | | remote-bzr: iterate revisions properly | Felipe Contreras | 2013-04-30 | |
| * | | | | | | | | | | | remote-bzr: improve progress reporting | Felipe Contreras | 2013-04-30 | |
| * | | | | | | | | | | | remote-bzr: add option to specify branches | Felipe Contreras | 2013-04-30 | |
| * | | | | | | | | | | | remote-bzr: add custom method to find branches | Felipe Contreras | 2013-04-30 | |
| * | | | | | | | | | | | remote-bzr: improve author sanitazion | Felipe Contreras | 2013-04-30 | |
| * | | | | | | | | | | | remote-bzr: add support for shared repo | Felipe Contreras | 2013-04-30 | |
| * | | | | | | | | | | | remote-bzr: fix branch names | Felipe Contreras | 2013-04-30 | |
| * | | | | | | | | | | | remote-bzr: add support for bzr repos | Felipe Contreras | 2013-04-30 | |
| * | | | | | | | | | | | remote-bzr: use branch variable when appropriate | Felipe Contreras | 2013-04-30 | |
| * | | | | | | | | | | | remote-bzr: fix partially pushed merge | Felipe Contreras | 2013-04-30 | |
| * | | | | | | | | | | | remote-bzr: fixes for branch diverge | Felipe Contreras | 2013-04-30 | |
| * | | | | | | | | | | | remote-bzr: add support to push merges | Felipe Contreras | 2013-04-30 | |
| * | | | | | | | | | | | remote-bzr: always try to update the worktree | Felipe Contreras | 2013-04-30 | |
| * | | | | | | | | | | | remote-bzr: fix order of locking in CustomTree | Felipe Contreras | 2013-04-30 | |
| * | | | | | | | | | | | remote-bzr: delay blob fetching until the very end | Felipe Contreras | 2013-04-30 | |
| * | | | | | | | | | | | remote-bzr: cleanup CustomTree | Felipe Contreras | 2013-04-30 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||
* | | | | | | | | | | | Merge branch 'fc/push-with-export-reporting-result' | Junio C Hamano | 2013-05-05 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | transport-helper: improve push messages | Felipe Contreras | 2013-05-05 | |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||
* | | | | | | | | | | | Git 1.8.3-rc1v1.8.3-rc1 | Junio C Hamano | 2013-05-03 | |
* | | | | | | | | | | | Merge branch 'tr/unpack-entry-use-after-free-fix' | Junio C Hamano | 2013-05-03 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | unpack_entry: avoid freeing objects in base cache | Thomas Rast | 2013-04-30 | |
* | | | | | | | | | | | | Sync with maint | Junio C Hamano | 2013-05-03 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||
| * | | | | | | | | | | | Merge branch 'tr/remote-tighten-commandline-parsing' into maint | Junio C Hamano | 2013-05-03 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jn/glossary-revision' into maint | Junio C Hamano | 2013-05-03 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | completion: zsh: don't override suffix on _detault | Felipe Contreras | 2013-05-03 | |
| * | | | | | | | | | | | | | Documentation/git-commit: Typo under --edit | Anders Granskogen Bjørnstad | 2013-05-02 | |
* | | | | | | | | | | | | | | Update draft release notes to 1.8.3 | Junio C Hamano | 2013-05-01 | |
* | | | | | | | | | | | | | | Fix grammar in the 1.8.3 release notes. | Marc Branchaud | 2013-05-01 | |
* | | | | | | | | | | | | | | Merge branch 'hb/git-pm-tempfile' | Junio C Hamano | 2013-05-01 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | Git.pm: call tempfile from File::Temp as a regular function | H. Merijn Brand | 2013-04-29 | |
* | | | | | | | | | | | | | | | Merge branch 'rs/pp-user-info-without-extra-allocation' | Junio C Hamano | 2013-05-01 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | pretty: remove intermediate strbufs from pp_user_info() | René Scharfe | 2013-04-25 | |
| * | | | | | | | | | | | | | | | pretty: simplify output line length calculation in pp_user_info() | René Scharfe | 2013-04-25 | |
| * | | | | | | | | | | | | | | | pretty: simplify input line length calculation in pp_user_info() | René Scharfe | 2013-04-25 | |
* | | | | | | | | | | | | | | | | Merge branch 'tr/remote-tighten-commandline-parsing' | Junio C Hamano | 2013-05-01 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | remote: 'show' and 'prune' can take more than one remote | Thomas Rast | 2013-04-24 | |
| * | | | | | | | | | | | | | | | remote: check for superfluous arguments in 'git remote add' | Thomas Rast | 2013-04-24 | |
| * | | | | | | | | | | | | | | | remote: add a test for extra arguments, according to docs | Thomas Rast | 2013-04-24 | |
* | | | | | | | | | | | | | | | | Merge branch 'zk/prompt-rebase-step' | Junio C Hamano | 2013-05-01 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | bash-prompt.sh: show where rebase is at when stopped | Zoltan Klinger | 2013-04-25 | |
| |/ / / / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | | | git-completion.bash: add remote.pushdefault to config list | Ramkumar Ramachandra | 2013-04-29 | |
* | | | | | | | | | | | | | | | git-completion.bash: add branch.*.pushremote to config list | Ramkumar Ramachandra | 2013-04-29 | |
* | | | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2013-04-29 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | Merge branch 'fc/zsh-completion' into maint | Junio C Hamano | 2013-04-29 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | complete: zsh: use zsh completion for the main cmd | Felipe Contreras | 2013-04-29 | |
| | * | | | | | | | | | | | | | | complete: zsh: trivial simplification | Felipe Contreras | 2013-04-29 | |
| * | | | | | | | | | | | | | | | git-completion.bash: complete branch.*.rebase as boolean | Ramkumar Ramachandra | 2013-04-29 | |
| * | | | | | | | | | | | | | | | git-completion.bash: add diff.submodule to config list | Ramkumar Ramachandra | 2013-04-29 | |
| * | | | | | | | | | | | | | | | git-completion.bash: lexical sorting for diff.statGraphWidth | Ramkumar Ramachandra | 2013-04-29 | |
| |/ / / / / / / / / / / / / / |