Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | | | | Merge branch 'master' of git://github.com/git-l10n/git-po | Junio C Hamano | 2014-11-10 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | ||||
| * | | | | | | | | | l10n: Updated Bulgarian translation of git (2296t,0f,0u) | Alexander Shopov | 2014-11-02 | |
| * | | | | | | | | | l10n: zh_CN: translations for git v2.2.0-rc0 | Jiang Xin | 2014-11-02 | |
| * | | | | | | | | | Merge branch 'fr_2.2.0' of git://github.com/jnavila/git | Jiang Xin | 2014-11-02 | |
| |\ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | l10n: fr.po (2296t) update for version 2.2.0 | Jean-Noel Avila | 2014-11-01 | |
| * | | | | | | | | | | Merge branch 'master' of git://github.com/nafmo/git-l10n-sv | Jiang Xin | 2014-11-02 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | l10n: sv.po: Update Swedish translation (2296t0f0u) | Peter Krefting | 2014-11-01 | |
| | |/ / / / / / / / / | ||||
| * | | | | | | | | | | l10n: vi.po: Update new message strings | Tran Ngoc Quan | 2014-11-01 | |
| |/ / / / / / / / / | ||||
| * | | | | | | | | | l10n: git.pot: v2.2.0 round 1 (62 new, 23 removed) | Jiang Xin | 2014-11-01 | |
* | | | | | | | | | | Sync with maint | Junio C Hamano | 2014-11-10 | |
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||
| * | | | | | | | | | Documentation/config.txt: fix minor typo | Thomas Quinot | 2014-11-10 | |
| * | | | | | | | | | config.txt: fix typo | Nicolas Dermine | 2014-11-10 | |
* | | | | | | | | | | Merge branch 'js/diff-highlight-avoid-sigpipe' | Junio C Hamano | 2014-11-10 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | diff-highlight: exit when a pipe is broken | John Szakmeister | 2014-11-04 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||
* | | | | | | | | | | trailer: use CHILD_PROCESS_INIT in apply_command() | René Scharfe | 2014-11-10 | |
* | | | | | | | | | | Git 2.2.0-rc1v2.2.0-rc1 | Junio C Hamano | 2014-11-07 | |
* | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2014-11-06 | |
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||
| * | | | | | | | | | docs/credential-store: s/--store/--file/ | Jeff King | 2014-11-06 | |
* | | | | | | | | | | Merge branch 'nd/gitignore-trailing-whitespace' | Junio C Hamano | 2014-11-06 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||
| * | | | | | | | | | gitignore.txt: fix spelling of "backslash" | Ben North | 2014-11-04 | |
* | | | | | | | | | | Merge branch 'tm/line-log-first-parent' | Junio C Hamano | 2014-11-06 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | line-log: fix crash when --first-parent is used | Tzvetan Mikov | 2014-11-04 | |
* | | | | | | | | | | | Merge branch 'jk/fetch-reflog-df-conflict' | Junio C Hamano | 2014-11-06 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||
| * | | | | | | | | | | ignore stale directories when checking reflog existence | Jeff King | 2014-11-04 | |
| * | | | | | | | | | | fetch: load all default config at startup | Jeff King | 2014-11-04 | |
* | | | | | | | | | | | Merge branch 'rs/use-child-process-init-more' | Junio C Hamano | 2014-11-06 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | bundle: split out ref writing from bundle_create | Jeff King | 2014-10-30 | |
| * | | | | | | | | | | | bundle: split out a helper function to compute and write prerequisites | Junio C Hamano | 2014-10-30 | |
| * | | | | | | | | | | | bundle: split out a helper function to create pack data | Junio C Hamano | 2014-10-30 | |
| * | | | | | | | | | | | use child_process_init() to initialize struct child_process variables | René Scharfe | 2014-10-28 | |
* | | | | | | | | | | | | Merge branch 'jk/cache-tree-protect-from-broken-libgit2' | Junio C Hamano | 2014-11-06 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | cache-tree: avoid infinite loop on zero-entry tree | Jeff King | 2014-10-30 | |
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | ||||
* | | | | | | | | | | | | Documentation: typofixes | Thomas Ackermann | 2014-11-04 | |
* | | | | | | | | | | | | RelNotes/2.2.0.txt: fix minor typos | Matthieu Moy | 2014-11-03 | |
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | ||||
* | | | | | | | | | | | Git 2.2.0-rc0v2.2.0-rc0 | Junio C Hamano | 2014-10-31 | |
* | | | | | | | | | | | Merge branch 'for-junio' of git://bogomips.org/git-svn | Junio C Hamano | 2014-10-31 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | git-svn: use SVN::Ra::get_dir2 when possible | Eric Wong | 2014-10-31 | |
| * | | | | | | | | | | | git-svn: add space after "W:" prefix in warning | Eric Wong | 2014-10-30 | |
| * | | | | | | | | | | | git-svn: (cleanup) remove editor param passing | Eric Wong | 2014-10-30 | |
| * | | | | | | | | | | | git-svn: prepare SVN::Ra config pieces once | Eric Wong | 2014-10-29 | |
| * | | | | | | | | | | | Git.pm: add specified name to tempfile template | Eric Wong | 2014-10-29 | |
| * | | | | | | | | | | | git-svn: disable _rev_list memoization | Eric Wong | 2014-10-27 | |
| * | | | | | | | | | | | git-svn: save a little memory as fetch progresses | Eric Wong | 2014-10-25 | |
| * | | | | | | | | | | | git-svn: remove unnecessary DESTROY override | Eric Wong | 2014-10-25 | |
| * | | | | | | | | | | | git-svn: reload RA every log-window-size | Eric Wong | 2014-10-24 | |
| * | | | | | | | | | | | git-svn.txt: advertise pushurl with dcommit | Sveinung Kvilhaugsvik | 2014-10-24 | |
| * | | | | | | | | | | | git-svn: remove mergeinfo rev caching | Eric Wong | 2014-10-24 | |
| * | | | | | | | | | | | git-svn: cache only mergeinfo revisions | Eric Wong | 2014-10-24 | |
| * | | | | | | | | | | | git-svn: reduce check_cherry_pick cache overhead | Eric Wong | 2014-10-24 | |
| * | | | | | | | | | | | git-svn: only look at the root path for svn:mergeinfo | Jakob Stoklund Olesen | 2014-10-24 |