]> Kevux Git Server - rit/shortlog
rit
2016-09-19 Junio C HamanoMerge branch 'js/t9903-chaining' into maint
2016-09-19 Junio C HamanoMerge branch 'rs/hex2chr' into maint
2016-09-19 Junio C HamanoMerge branch 'rs/compat-strdup' into maint
2016-09-19 Junio C HamanoMerge branch 'jk/squelch-false-warning-from-gcc-o3...
2016-09-19 Junio C HamanoMerge branch 'ep/use-git-trace-curl-in-tests' into...
2016-09-19 Junio C HamanoMerge branch 'js/t6026-clean-up' into maint
2016-09-19 Junio C HamanoMerge branch 'jc/forbid-symbolic-ref-d-HEAD' into maint
2016-09-19 Junio C HamanoMerge branch 'jc/submodule-anchor-git-dir' into maint
2016-09-19 Junio C HamanoMerge branch 'jk/test-lib-drop-pid-from-results' into...
2016-09-19 Junio C HamanoMerge branch 'bh/diff-highlight-graph' into maint
2016-09-19 Junio C HamanoMerge branch 'po/range-doc' into maint
2016-09-19 Junio C HamanoThird batch for 2.11
2016-09-19 Junio C HamanoMerge branch 'bc/object-id'
2016-09-19 Junio C HamanoMerge branch 'mh/ref-store'
2016-09-19 Junio C HamanoMerge branch 'cc/apply-am'
2016-09-19 Vasco Almeidai18n: connect: mark die messages for translation
2016-09-19 Vasco Almeidai18n: commit: mark message for translation
2016-09-19 René Scharfepretty: let %C(auto) reset all attributes
2016-09-19 Michael Haggertyblame: honor the diff heuristic options and config
2016-09-19 Michael Haggertyparse-options: add parse_opt_unknown_cb()
2016-09-19 Michael Haggertydiff: improve positioning of add/delete blocks in diffs
2016-09-16 Matthieu MoyDocumentation/config: default for color.* is color.ui
2016-09-15 Junio C HamanoSecond batch for 2.11
2016-09-15 Junio C HamanoMerge branch 'js/git-gui-commit-gpgsign'
2016-09-15 Junio C HamanoMerge branch 'js/sequencer-wo-die'
2016-09-15 Junio C HamanoMerge branch 'sb/diff-cleanup'
2016-09-15 Junio C HamanoMerge branch 'jk/fix-remote-curl-url-wo-proto'
2016-09-15 Junio C HamanoMerge branch 'ah/misc-message-fixes'
2016-09-15 Junio C HamanoMerge branch 'sy/git-gui-i18n-ja'
2016-09-15 Junio C HamanoMerge branch 'jk/pack-tag-of-tag'
2016-09-15 Kirill Smelkovt/perf/run: copy config.mak.autogen & friends to build...
2016-09-15 Vasco Almeidai18n: update-index: mark warnings for translation
2016-09-15 Vasco Almeidai18n: show-branch: mark plural strings for translation
2016-09-15 Vasco Almeidai18n: show-branch: mark error messages for translation
2016-09-15 Vasco Almeidai18n: receive-pack: mark messages for translation
2016-09-15 Vasco Almeidanotes: spell first word of error messages in lowercase
2016-09-15 Vasco Almeidai18n: notes: mark error messages for translation
2016-09-15 Vasco Almeidai18n: merge-recursive: mark verbose message for translation
2016-09-15 Vasco Almeidai18n: merge-recursive: mark error messages for translation
2016-09-15 Vasco Almeidai18n: config: mark error message for translation
2016-09-15 Vasco Almeidai18n: branch: mark option description for translation
2016-09-15 Vasco Almeidai18n: blame: mark error messages for translation
2016-09-15 René Scharfeuse strbuf_addstr() for adding constant strings to...
2016-09-15 René Scharfeadd coccicheck make target
2016-09-15 René Scharfecontrib/coccinelle: fix semantic patch for oid_to_hex_r()
2016-09-15 Thomas Gummereradd: modify already added files when --chmod is given
2016-09-15 Thomas Gummererread-cache: introduce chmod_index_entry
2016-09-15 Josh Triplettformat-patch: show base info before email signature
2016-09-14 René Scharfexdiff: fix merging of hunks with -W context and -u...
2016-09-14 Thomas Gummererupdate-index: add test for chmod flags
2016-09-14 Junio C HamanoMerge branch 'ib/t3700-add-chmod-x-updates' into tg...
2016-09-14 Mike Ralphsonvcs-svn/fast_export: fix timestamp fmt specifiers
2016-09-13 René Scharfesha1_file: use llist_mergesort() for sorting packs
2016-09-13 René Scharfeunpack-trees: pass checkout state explicitly to check_u...
2016-09-13 René Scharfecheckout: constify parameters of checkout_stage() and...
2016-09-13 Brandon Williamspathspec: remove unnecessary function prototypes
2016-09-13 René Scharfestrbuf: use valid pointer in strbuf_remove()
2016-09-13 Jeff Kingt1007: factor out repeated setup
2016-09-13 Jeff Kinginit: reset cached config when entering new repo
2016-09-13 Jeff Kinginit: expand comments explaining config trickery
2016-09-13 Jeff Kingconfig: only read .git/config from configured repos
2016-09-13 Jeff Kingtest-config: setup git directory
2016-09-13 Jeff Kingt1302: use "git -C"
2016-09-13 Jeff Kingpager: handle early config
2016-09-13 Jeff Kingpager: use callbacks instead of configset
2016-09-13 Jeff Kingpager: make pager_program a file-local static
2016-09-13 Jeff Kingpager: stop loading git_default_config()
2016-09-13 Jeff Kingpager: remove obsolete comment
2016-09-13 Jeff Kingdiff: always try to set up the repository
2016-09-13 Jeff Kingdiff: handle --no-index prefixes consistently
2016-09-13 Jeff Kingdiff: skip implicit no-index check when given --no...
2016-09-13 Jeff Kingpatch-id: use RUN_SETUP_GENTLY
2016-09-13 Jeff Kinghash-object: always try to set up the git repository
2016-09-13 Eric Wonghttp: always remove curl easy from curlm session on...
2016-09-13 Eric Wonghttp: consolidate #ifdefs for curl_multi_remove_handle
2016-09-13 Eric Wonghttp: warn on curl_multi_add_handle failures
2016-09-12 Junio C HamanoSync with maint
2016-09-12 Junio C HamanoFirst batch for 2.11
2016-09-12 Junio C HamanoMerge branch 'sb/transport-report-missing-submodule...
2016-09-12 Junio C HamanoMerge branch 'ep/use-git-trace-curl-in-tests'
2016-09-12 Junio C HamanoMerge branch 'sb/xdiff-remove-unused-static-decl'
2016-09-12 Junio C HamanoMerge branch 'js/t6026-clean-up'
2016-09-12 Junio C HamanoMerge branch 'js/t9903-chaining'
2016-09-12 Junio C HamanoMerge branch 'rs/hex2chr'
2016-09-12 Junio C HamanoMerge branch 'rs/compat-strdup'
2016-09-12 Junio C HamanoMerge branch 'jc/forbid-symbolic-ref-d-HEAD'
2016-09-12 Junio C HamanoMerge branch 'jc/submodule-anchor-git-dir'
2016-09-12 Junio C HamanoMerge branch 'jk/squelch-false-warning-from-gcc-o3'
2016-09-12 Junio C HamanoMerge branch 'jk/test-lib-drop-pid-from-results'
2016-09-12 Junio C HamanoMerge branch 'jc/am-read-author-file'
2016-09-12 Junio C HamanoMerge branch 'jk/diff-submodule-diff-inline'
2016-09-12 Junio C HamanoMerge tag 'l10n-2.10.0-rnd2.3' of git://github.com...
2016-09-12 Thomas Gummereradd: document the chmod option
2016-09-12 Kirill Smelkovpack-objects: use reachability bitmap index when genera...
2016-09-12 Kirill Smelkovpack-objects: respect --local/--honor-pack-keep/--incre...
2016-09-12 Jeff Kingpatch-ids: refuse to compute patch-id for merge commit
2016-09-12 Jeff Kingadd_delta_base_cache: use list_for_each_safe
2016-09-12 Ralf Thielowl10n: de.po: fix translation of autostash
2016-09-11 Junio C HamanoMerge branch 'js/commit-gpgsign' of ../git-gui into...
2016-09-11 Johannes Schindelingit-gui: respect commit.gpgsign again
next