Age | Commit message (Expand) | Author | Files | Lines |
2013-04-24 | Merge branch 'jk/remote-helper-with-signed-tags' | Junio C Hamano | 7 | -6/+50 |
2013-04-24 | Sync with maint | Junio C Hamano | 3 | -9/+20 |
2013-04-24 | Update draft release notes to 1.8.2.2 | Junio C Hamano | 1 | -0/+18 |
2013-04-24 | Merge branch 'jk/diff-algo-finishing-touches' into maint | Junio C Hamano | 2 | -2/+9 |
2013-04-24 | Merge branch 'sr/log-SG-no-textconv' into maint | Junio C Hamano | 2 | -72/+86 |
2013-04-24 | Merge branch 'jc/merge-tag-object' into maint | Junio C Hamano | 2 | -32/+81 |
2013-04-24 | completion: remove duplicate block for "git commit -c" | MÃ¥rten Kongstad | 1 | -7/+0 |
2013-04-24 | remote: 'show' and 'prune' can take more than one remote | Thomas Rast | 2 | -10/+5 |
2013-04-24 | remote: check for superfluous arguments in 'git remote add' | Thomas Rast | 2 | -2/+2 |
2013-04-24 | remote: add a test for extra arguments, according to docs | Thomas Rast | 1 | -0/+27 |
2013-04-24 | cherry-pick/revert: make usage say '<commit-ish>...' | Kevin Bracey | 1 | -2/+2 |
2013-04-23 | Merge git://github.com/git-l10n/git-po | Junio C Hamano | 5 | -4102/+5212 |
2013-04-23 | rebase: find orig_head unambiguously | Phil Hord | 2 | -1/+8 |
2013-04-23 | Update draft release notes to 1.8.3 | Junio C Hamano | 1 | -0/+19 |
2013-04-23 | Merge branch 'nd/pretty-formats' | Junio C Hamano | 14 | -125/+648 |
2013-04-23 | Merge branch 'kb/status-ignored-optim-2' | Junio C Hamano | 12 | -364/+455 |
2013-04-23 | Merge branch 'jn/gitweb-install-doc' | Junio C Hamano | 2 | -8/+12 |
2013-04-23 | Merge branch 'fc/untracked-zsh-prompt' | Junio C Hamano | 1 | -1/+1 |
2013-04-23 | Merge branch 'jk/receive-pack-deadlocks-with-early-failure' | Junio C Hamano | 1 | -1/+4 |
2013-04-23 | bisect: Log possibly bad, skipped commits at bisection end | Torstein Hegge | 2 | -0/+30 |
2013-04-22 | remote-hg: strip extra newline | Felipe Contreras | 1 | -0/+4 |
2013-04-22 | remote-hg: use marks instead of inlined files | Felipe Contreras | 1 | -8/+33 |
2013-04-22 | remote-hg: small performance improvement | Felipe Contreras | 1 | -1/+2 |
2013-04-22 | remote-hg: allow refs with spaces | Felipe Contreras | 1 | -8/+17 |
2013-04-22 | remote-hg: don't update bookmarks unnecessarily | Felipe Contreras | 1 | -0/+3 |
2013-04-22 | remote-hg: add support for schemes extension | Felipe Contreras | 1 | -1/+7 |
2013-04-22 | remote-hg: improve email sanitation | Felipe Contreras | 2 | -6/+12 |
2013-04-22 | remote-hg: add custom local tag write code | Felipe Contreras | 1 | -1/+3 |
2013-04-22 | remote-hg: write tags in the appropriate branch | Felipe Contreras | 1 | -2/+4 |
2013-04-22 | remote-hg: custom method to write tags | Felipe Contreras | 1 | -1/+32 |
2013-04-22 | remote-hg: add support for tag objects | Felipe Contreras | 1 | -3/+7 |
2013-04-22 | remote-hg: add branch_tip() helper | Felipe Contreras | 1 | -3/+8 |
2013-04-22 | remote-hg: properly mark branches up-to-date | Felipe Contreras | 1 | -0/+4 |
2013-04-22 | remote-hg: use python urlparse | Felipe Contreras | 1 | -4/+5 |
2013-04-22 | remote-hg: safer bookmark pushing | Felipe Contreras | 1 | -0/+2 |
2013-04-22 | remote-helpers: avoid has_key | Dusty Phillips | 2 | -2/+2 |
2013-04-22 | git add: rephrase -A/--no-all warning | Junio C Hamano | 1 | -6/+6 |
2013-04-22 | git add: --ignore-removal is a better named --no-all | Junio C Hamano | 2 | -4/+17 |
2013-04-22 | Sync with maint | Junio C Hamano | 1 | -0/+25 |
2013-04-22 | Start preparing for 1.8.2.2 | Junio C Hamano | 2 | -1/+26 |
2013-04-22 | Merge branch 'ta/glossary' into maint | Junio C Hamano | 32 | -111/+89 |
2013-04-22 | Merge branch 'jk/doc-http-backend' into maint | Junio C Hamano | 3 | -1/+129 |
2013-04-22 | Merge branch 'jk/test-trash' into maint | Junio C Hamano | 1 | -9/+9 |
2013-04-22 | Merge branch 'jk/daemon-user-doc' into maint | Junio C Hamano | 1 | -0/+7 |
2013-04-22 | Merge branch 'jc/detached-head-doc' into maint | Junio C Hamano | 1 | -3/+16 |
2013-04-22 | Merge branch 'jk/show-branch-strbuf' into maint | Junio C Hamano | 1 | -9/+8 |
2013-04-22 | Merge branch 'js/rerere-forget-protect-against-NUL' into maint | Junio C Hamano | 2 | -10/+36 |
2013-04-22 | Merge branch 'jc/apply-ws-fix-tab-in-indent' into maint | Junio C Hamano | 4 | -7/+41 |
2013-04-22 | Merge branch 'ap/combine-diff-ignore-whitespace' into maint | Junio C Hamano | 2 | -7/+161 |
2013-04-22 | Merge branch 'jk/suppress-clang-warning' into maint | Junio C Hamano | 2 | -2/+4 |