]> Kevux Git Server - rit/shortlog
rit
2015-07-24 Junio C Hamanorerere: explain the rerere I/O abstraction
2015-07-24 Junio C Hamanorerere: do not leak mmfile[] for a path with multiple...
2015-07-24 Junio C Hamanorerere: stop looping unnecessarily
2015-07-24 Junio C Hamanorerere: drop want_sp parameter from is_cmarker()
2015-07-24 Junio C Hamanorerere: report autoupdated paths only after actually...
2015-07-24 Junio C Hamanorerere: write out each record of MERGE_RR in one go
2015-07-24 Junio C Hamanorerere: lift PATH_MAX limitation
2015-07-24 Junio C Hamanorerere: plug conflict ID leaks
2015-07-24 Junio C Hamanorerere: handle conflicts with multiple stage #1 entries
2015-07-24 Junio C HamanoRelNotes: am.threeWay does not exist (yet)
2015-07-24 Junio C HamanoRevert "git-am: add am.threeWay config variable"
2015-07-24 Eric SunshineDocumentation/git-worktree: fix broken 'linkgit' invocation
2015-07-23 David Aguilarcontrib/subtree: ignore log.date configuration
2015-07-23 Zoë Bladeuserdiff: add support for Fountain documents
2015-07-22 Jiang Xinreceive-pack: crash when checking with non-exist HEAD
2015-07-22 Kevin Daudtpull: allow dirty tree when rebase.autostash enabled
2015-07-21 Junio C Hamanobuiltin/send-pack.c: respect user.signingkey
2015-07-21 Junio C HamanoGit 2.5.0-rc3
2015-07-21 David Turnergit-stash: use update-ref --create-reflog instead of...
2015-07-21 David Turnerupdate-ref and tag: add --create-reflog arg
2015-07-21 David Turnerrefs: add REF_FORCE_CREATE_REFLOG flag
2015-07-21 David Turnergit-reflog: add exists command
2015-07-21 David Turnerrefs: new public ref function: safe_create_reflog
2015-07-21 David Turnerrefs: break out check for reflog autocreation
2015-07-21 David Turnerrefs.c: add err arguments to reflog functions
2015-07-21 David Turnerunpack-trees: don't update files with CE_WT_REMOVE set
2015-07-21 Junio C HamanoMerge branch 'tf/gitweb-typofix'
2015-07-21 Junio C HamanoMerge tag 'l10n-2.5.0-rnd2' of git://github.com/git...
2015-07-21 Jeff Kingstrbuf: make strbuf_addftime more robust
2015-07-20 SZEDER Gáborbash prompt: faster untracked status indicator with...
2015-07-20 SZEDER Gáborbash prompt: test untracked files status indicator...
2015-07-20 Eric Sunshinecheckout: drop intimate knowledge of newly created...
2015-07-20 Eric Sunshineworktree: populate via "git reset --hard" rather than...
2015-07-20 Eric Sunshineworktree: avoid resolving HEAD unnecessarily
2015-07-20 Eric Sunshineworktree: make setup of new HEAD distinct from worktree...
2015-07-20 Eric Sunshineworktree: detect branch-name/detached and error conditi...
2015-07-20 Eric Sunshineworktree: add_worktree: construct worktree-population...
2015-07-20 Eric Sunshineworktree: add: suppress auto-vivication with --detach...
2015-07-20 Eric Sunshineworktree: elucidate environment variables intended...
2015-07-20 Eric Sunshineworktree: make branch creation distinct from worktree...
2015-07-20 Eric Sunshineworktree: make --detach mutually exclusive with -b/-B
2015-07-20 Eric Sunshineworktree: introduce options container
2015-07-20 Eric Sunshineworktree: simplify new branch (-b/-B) option checking
2015-07-20 Eric Sunshineworktree: improve worktree setup message
2015-07-20 Eric Sunshinebranch: publish die_if_checked_out()
2015-07-20 Eric Sunshinecheckout: teach check_linked_checkout() about symbolic...
2015-07-20 Eric Sunshinecheckout: check_linked_checkout: simplify symref parsing
2015-07-20 Eric Sunshinecheckout: check_linked_checkout: improve "already check...
2015-07-20 Eric Sunshinecheckout: generalize die_if_checked_out() branch name...
2015-07-20 Eric Sunshinecheckout: die_if_checked_out: simplify strbuf management
2015-07-20 Eric Sunshinecheckout: improve die_if_checked_out() robustness
2015-07-20 Eric Sunshinecheckout: name check_linked_checkouts() more meaningfully
2015-07-20 Eric Sunshinecheckout: avoid resolving HEAD unnecessarily
2015-07-20 Eric Sunshineconfig: rename "gc.pruneWorktreesExpire" to "gc.worktre...
2015-07-20 Michael HaggertyDocumentation/git-worktree: wordsmith worktree-related...
2015-07-20 Michael HaggertyDocumentation/config: fix stale "git prune --worktree...
2015-07-20 Michael HaggertyDocumentation/git-worktree: fix incorrect reference...
2015-07-20 Michael HaggertyDocumentation/git-worktree: consistently use term ...
2015-07-20 Alex Henriel10n: ca.po: update translation
2015-07-20 Paul Tant3901: test git-am encoding conversion
2015-07-20 Paul Tant3418: non-interactive rebase --continue with rerere...
2015-07-20 Paul Tant4150: tests for am --[no-]scissors
2015-07-20 Paul Tant4150: am with post-applypatch hook
2015-07-20 Paul Tant4150: am with pre-applypatch hook
2015-07-20 Paul Tant4150: am with applypatch-msg hook
2015-07-20 Paul Tant4150: am --resolved fails if index has unmerged entries
2015-07-20 Paul Tant4150: am --resolved fails if index has no changes
2015-07-20 Paul Tant4150: am refuses patches when paused
2015-07-20 Paul Tant4151: am --abort will keep dirty index intact
2015-07-20 Paul Tant4150: am fails if index is dirty
2015-07-17 Charles Baileyuntracked: fix detection of uname(2) failure
2015-07-17 Junio C HamanoMerge branch 'jk/still-interesting'
2015-07-17 Junio C HamanoMerge branch 'es/worktree-add'
2015-07-17 Eric SunshineDocumentation/git: fix stale "MULTIPLE CHECKOUT MODE...
2015-07-16 Junio C Hamanoworktree: caution that this is still experimental
2015-07-16 Eric SunshineDocumentation/git-worktree: fix stale "git checkout...
2015-07-15 Jiang XinMerge branch 'master' of https://github.com/ralfth...
2015-07-15 Junio C HamanoSync with 2.4.6
2015-07-15 Junio C HamanoGit 2.4.6
2015-07-15 Junio C HamanoMerge branch 'jc/diff-ws-error-highlight'
2015-07-15 Junio C HamanoMerge branch 'mm/describe-doc' into maint
2015-07-15 Junio C HamanoMerge branch 'jc/prompt-document-ps1-state-separator...
2015-07-15 Junio C HamanoMerge branch 'es/osx-header-pollutes-mask-macro' into...
2015-07-15 Junio C HamanoMerge branch 'es/utf8-stupid-compiler-workaround' into...
2015-07-15 Junio C HamanoMerge branch 'fk/doc-format-patch-vn' into maint
2015-07-15 Junio C HamanoMerge branch 'pt/t0302-needs-sanity' into maint
2015-07-15 Junio C HamanoMerge branch 'me/fetch-into-shallow-safety' into maint
2015-07-15 Junio C HamanoMerge branch 'mh/fsck-reflog-entries' into maint
2015-07-15 Junio C HamanoMerge branch 'af/tcsh-completion-noclobber' into maint
2015-07-15 Junio C HamanoMerge branch 'pa/auto-gc-mac-osx' into maint
2015-07-15 Junio C HamanoMerge branch 'jc/do-not-feed-tags-to-clear-commit-marks...
2015-07-15 Ralf Thielowl10n: de.po: translate 9 new messages
2015-07-15 Alexander Shopovl10n: Updated Bulgarian translation of git (2359t,0f,0u)
2015-07-15 Ilya Bobyrrev-parse --parseopt: allow [*=?!] in argument hints
2015-07-15 Jiang Xinl10n: zh_CN: for git v2.5.0 l10n round 2
2015-07-15 Peter Kreftingl10n: sv.po: Update Swedish translation (2359t0f0u)
2015-07-14 Jiang XinMerge branch 'fr_v2.5.0-round2' of git://github.com...
2015-07-14 Jean-Noel Avilal10n: fr v2.5.0 round 2 (2359t)
2015-07-14 Jiang XinMerge branch 'russian-l10n' of https://github.com/DJm00...
2015-07-14 Dimitriy Ryazantcevl10n: ru.po: update Russian translation
next