]> Kevux Git Server - rit/shortlog
rit
2013-03-21 Max Nanasydiff.c: diff.renamelimit => diff.renameLimit in message
2013-03-21 Jeff Kingwt-status: fix possible use of uninitialized variable
2013-03-21 Jeff Kingfast-import: clarify "inline" logic in file_change_m
2013-03-21 Jeff Kingrun-command: always set failed_errno in start_command
2013-03-21 Jeff Kingtransport: drop "int cmp = cmp" hack
2013-03-21 Jeff Kingdrop some obsolete "x = x" compiler warning hacks
2013-03-21 Jeff Kingfast-import: use pointer-to-pointer to keep list tail
2013-03-21 Junio C HamanoMerge branch 'we/submodule-update-prefix-output'
2013-03-21 Junio C HamanoMerge branch 'jk/mailsplit-maildir-muttsort'
2013-03-21 Junio C HamanoMerge branch 'rs/zip-compresssed-size-with-export-subst'
2013-03-21 Junio C HamanoMerge branch 'mn/send-email-works-with-credential'
2013-03-21 Junio C HamanoMerge branch 'tz/credential-authinfo'
2013-03-21 Junio C HamanoMerge branch 'jk/utf-8-can-be-spelled-differently'
2013-03-21 Junio C HamanoMerge branch 'mg/gpg-interface-using-status'
2013-03-21 Junio C HamanoMerge branch 'rt/commit-cleanup-config'
2013-03-21 Junio C HamanoMerge branch 'nd/branch-error-cases'
2013-03-21 Junio C HamanoMerge branch 'ap/maint-update-index-h-is-for-help'
2013-03-21 Junio C HamanoMerge branch 'jc/perl-cat-blob'
2013-03-21 Junio C HamanoMerge branch 'da/difftool-fixes'
2013-03-21 Junio C HamanoMerge branch 'ob/imap-send-ssl-verify'
2013-03-21 Junio C HamanoMerge branch 'bc/commit-complete-lines-given-via-m...
2013-03-21 Junio C HamanoMerge branch 'nd/count-garbage'
2013-03-21 Junio C HamanoMerge branch 'jc/fetch-raw-sha1'
2013-03-21 Junio C HamanoMerge branch 'nd/preallocate-hash'
2013-03-21 Junio C HamanoMerge branch 'nd/index-pack-l10n-buf-overflow'
2013-03-21 Junio C HamanoMerge branch 'tb/document-status-u-tradeoff'
2013-03-21 Junio C HamanoMerge branch 'jn/shell-disable-interactive'
2013-03-21 Junio C HamanoMerge branch 'jc/maint-push-refspec-default-doc'
2013-03-21 Simon Ruderichgit-am: show the final log message on "Applying:" indicator
2013-03-21 Jeff Kingdo not use GIT_TRACE_PACKET=3 in tests
2013-03-20 Ramkumar Ramachandrat3200 (branch): modernize style
2013-03-20 Jeff Kingindex-pack: always zero-initialize object_entry list
2013-03-20 Johannes Sixtt2003: work around path mangling issue on Windows
2013-03-20 Jonathan Niederadd: make pathless 'add [-u|-A]' warning a file-global...
2013-03-19 Junio C HamanoThe first wave of topics for 1.8.3
2013-03-19 Junio C HamanoMerge branch 'jc/add-2.0-u-A-sans-pathspec' (early...
2013-03-19 Junio C HamanoMerge branch 'lf/bundle-verify-list-prereqs'
2013-03-19 Junio C HamanoMerge branch 'jk/graph-c-expose-symbols-for-cgit'
2013-03-19 Junio C HamanoMerge branch 'tk/doc-filter-branch'
2013-03-19 Junio C HamanoMerge branch 'wk/user-manual-literal-format'
2013-03-19 Junio C HamanoMerge branch 'rj/msvc-build'
2013-03-19 Junio C HamanoMerge branch 'dm/ni-maxhost-may-be-missing'
2013-03-19 Junio C HamanoMerge branch 'gp/describe-match-uses-glob-pattern'
2013-03-19 Junio C HamanoMerge branch 'gp/avoid-explicit-mention-of-dot-git...
2013-03-19 Junio C HamanoMerge branch 'da/downcase-u-in-usage'
2013-03-19 Junio C HamanoMerge branch 'nd/doc-index-format'
2013-03-19 Junio C HamanoMerge branch 'wk/doc-pre-rebase'
2013-03-19 Junio C HamanoMerge branch 'jc/color-diff-doc'
2013-03-19 Jonathan Niederpush test: rely on &&-chaining instead of 'if bad;...
2013-03-19 Jonathan Niederpush test: simplify check of push result
2013-03-19 Jonathan Niederpush test: use test_config when appropriate
2013-03-19 Junio C Hamanomerge: a random object may not necssarily be a commit
2013-03-19 Ramkumar Ramachandrat4018,7810,7811: remove test_config() redefinition
2013-03-19 Thomas Rastindex-pack: guard nr_resolved_deltas reads by lock
2013-03-19 Nguyễn Thái... index-pack: protect deepest_delta in multithread code
2013-03-18 Junio C HamanoStart the post 1.8.2 cycle
2013-03-18 Michael Haggertypack-refs: add fully-peeled trait
2013-03-17 Junio C HamanoMerge branch 'maint'
2013-03-17 Kacper Kornett1507: Test that branchname@{upstream} is interpreted...
2013-03-17 Jeff Kingfast-export: do not load blob objects twice
2013-03-17 Jeff Kingfast-export: rename handle_object function
2013-03-17 Jeff Kingpack-refs: write peeled entry for non-tags
2013-03-17 Jeff Kinguse parse_object_or_die instead of die("bad object")
2013-03-17 Jeff Kingavoid segfaults on parse_object failure
2013-03-17 Junio C HamanoMerge branch 'maint'
2013-03-17 Kacper Kornetrev-parse: clarify documentation of $name@{upstream...
2013-03-17 René Scharfesha1_name: pass object name length to diagnose_invalid_...
2013-03-17 Peter Eisentrautpull: Apply -q and -v options to rebase mode as well
2013-03-17 Nguyễn Thái... Preallocate hash tables when the number of inserts...
2013-03-17 René ScharfeMakefile: keep LIB_H entries together and sorted
2013-03-17 Jeff Kingupload-pack: load non-tip "want" objects from disk
2013-03-17 Jeff Kingupload-pack: make sure "want" objects are parsed
2013-03-17 Jeff Kingupload-pack: drop lookup-before-parse optimization
2013-03-17 Nguyễn Thái... branch: show more information when HEAD is detached
2013-03-17 Nguyễn Thái... status: show more info than "currently not on any branch"
2013-03-17 Nguyễn Thái... wt-status: move wt_status_get_state() out to wt_status_...
2013-03-17 Nguyễn Thái... wt-status: split wt_status_state parsing function out
2013-03-17 Nguyễn Thái... wt-status: move strbuf into read_and_strip_branch()
2013-03-17 Nguyễn Thái... index-pack: fix buffer overflow caused by translations
2013-03-17 René Scharfearchive-zip: use deflateInit2() to ask for raw compress...
2013-03-17 Nguyễn Thái... status: advise to consider use of -u when read_director...
2013-03-15 Junio C Hamanogit status: document trade-offs in choosing parameters...
2013-03-14 John Keepingentry: fix filter lookup
2013-03-14 John Keepingt2003: modernize style
2013-03-14 Antoine PelisseAllow combined diff to ignore white-spaces
2013-03-14 John Keepingdifftool --dir-diff: symlink all files matching the...
2013-03-14 John Keepingdifftool: avoid double slashes in symlink targets
2013-03-14 John Keepinggit-difftool(1): fix formatting of --symlink description
2013-03-14 Andrew Wongsetup.c: check that the pathspec magic ends with ")"
2013-03-14 Andrew Wongsetup.c: stop prefix_pathspec() from looping past the...
2013-03-14 Jeff Kingt2200: check that "add -u" limits itself to subdirectory
2013-03-13 Junio C HamanoGit 1.8.2
2013-03-13 Kevin Braceymergetools/p4merge: create a base if none available
2013-03-13 Kevin Braceymergetools/p4merge: swap LOCAL and REMOTE
2013-03-13 Phil Hordtag: --force does not have to warn when creating tags
2013-03-13 Junio C HamanoMerge branch 'jc/reflog-reverse-walk' into nd/branch...
2013-03-11 Miklós Fazekasgit p4: avoid expanding client paths in chdir
2013-03-11 Pete Wyckoffgit p4 test: should honor symlink in p4 client root
2013-03-11 Junio C HamanoMerge branch 'maint'
2013-03-11 Kevin Braceygit.c: make usage match manual page
next