]> Kevux Git Server - rit/shortlog
rit
2017-06-24 Brandon Williamsenvironment: remove namespace_len variable
2017-06-24 Brandon Williamssetup: add comment indicating a hack
2017-06-24 Brandon Williamssetup: don't perform lazy initialization of repository...
2017-06-24 Junio C HamanoMerge branches 'bw/ls-files-sans-the-index' and 'bw...
2017-06-23 Stefan Bellerpull: optionally rebase submodules (remote submodule...
2017-06-23 Stefan Bellerbuiltin/fetch: parse recurse-submodules-default at...
2017-06-23 Stefan Bellerbuiltin/fetch: factor submodule recurse parsing out...
2017-06-23 Michael Haggertycommit_packed_refs(): remove call to `packed_refs_unlock()`
2017-06-23 Michael Haggertyclear_packed_ref_cache(): don't protest if the lock...
2017-06-23 Michael Haggertypacked_refs_unlock(), packed_refs_is_locked(): new...
2017-06-23 Michael Haggertypacked_refs_lock(): report errors via a `struct strbuf...
2017-06-23 Michael Haggertypacked_refs_lock(): function renamed from lock_packed_r...
2017-06-23 Michael Haggertycommit_packed_refs(): use a staging file separate from...
2017-06-23 Michael Haggertycommit_packed_refs(): report errors rather than dying
2017-06-23 Michael Haggertypacked_ref_store: make class into a subclass of `ref_store`
2017-06-23 Michael Haggertypacked-backend: new module for handling packed references
2017-06-23 Michael Haggertypacked_read_raw_ref(): new function, replacing `resolve...
2017-06-23 Michael Haggertypacked_ref_store: support iteration
2017-06-23 Michael Haggertypacked_peel_ref(): new function, extracted from `files_...
2017-06-23 Michael Haggertyrepack_without_refs(): take a `packed_ref_store *`...
2017-06-23 Michael Haggertyget_packed_ref(): take a `packed_ref_store *` parameter
2017-06-23 Michael Haggertyrollback_packed_refs(): take a `packed_ref_store *...
2017-06-23 Michael Haggertycommit_packed_refs(): take a `packed_ref_store *` parameter
2017-06-23 Michael Haggertylock_packed_refs(): take a `packed_ref_store *` parameter
2017-06-23 Michael Haggertyadd_packed_ref(): take a `packed_ref_store *` parameter
2017-06-23 Michael Haggertyget_packed_refs(): take a `packed_ref_store *` parameter
2017-06-23 Michael Haggertyget_packed_ref_cache(): take a `packed_ref_store *...
2017-06-23 Michael Haggertyvalidate_packed_ref_cache(): take a `packed_ref_store...
2017-06-23 Michael Haggertyclear_packed_ref_cache(): take a `packed_ref_store...
2017-06-23 Michael Haggertypacked_ref_store: move `packed_refs_lock` member here
2017-06-23 Michael Haggertypacked_ref_store: move `packed_refs_path` here
2017-06-23 Michael Haggertypacked_ref_store: new struct
2017-06-23 Michael Haggertyadd_packed_ref(): teach function to overwrite existing...
2017-06-23 Junio C Hamanot1408: add a test of stale packed refs covered by loose...
2017-06-23 Emily Xiepathspec: die on empty strings as pathspec
2017-06-23 Junio C Hamanot0027: do not use an empty string as a pathspec element
2017-06-23 Junio C Hamanot3420: fix under GETTEXT_POISON build
2017-06-22 Stefan Bellersubmodules: overhaul documentation
2017-06-22 Junio C HamanoTenth batch for 2.14
2017-06-22 Junio C HamanoMerge branch 'rs/strbuf-addftime-zZ'
2017-06-22 Junio C HamanoMerge branch 'sd/t3200-branch-m-test'
2017-06-22 Junio C HamanoMerge branch 'ps/stash-push-pathspec-fix'
2017-06-22 Junio C HamanoMerge branch 'ls/github'
2017-06-22 Junio C HamanoMerge branch 'sg/revision-parser-skip-prefix'
2017-06-22 Junio C HamanoMerge branch 'mh/fast-import-raise-default-depth'
2017-06-22 Junio C HamanoMerge branch 'km/test-mailinfo-b-failure'
2017-06-22 Junio C HamanoMerge branch 'ah/filter-branch-setup'
2017-06-22 Junio C HamanoMerge branch 'pc/dir-count-slashes'
2017-06-22 Junio C HamanoMerge branch 'sb/t4005-modernize'
2017-06-22 Junio C HamanoMerge branch 'nd/fopen-errors'
2017-06-22 Kaartic SivaraamDocumentation/git-submodule: cleanup "add" section
2017-06-22 René Scharfesha1_name: cache readdir(3) results in find_short_objec...
2017-06-22 Kaartic Sivaraamstatus: contextually notify user about an initial commit
2017-06-22 Jonathan Tansha1_file: refactor read_object
2017-06-22 Jonathan Tansha1_file: move delta base cache code up
2017-06-22 Jonathan Tansha1_file: rename LOOKUP_REPLACE_OBJECT
2017-06-22 Jonathan Tansha1_file: rename LOOKUP_UNKNOWN_OBJECT
2017-06-21 Ævar Arnfjörð... die(): stop hiding errors due to overzealous recursion...
2017-06-21 Jeff Kingadd--interactive: quote commentChar regex
2017-06-21 Jeff Kingadd--interactive: handle EOF in prompt_yesno
2017-06-21 Marc Branchaudauto-correct: tweak phrasing
2017-06-21 Jeff Kingdocs: update 64-bit core.packedGitLimit default
2017-06-21 Kaartic Sivaraamt7508: fix a broken indentation
2017-06-21 Ævar Arnfjörð... grep: fix erroneously copy/pasted variable in check...
2017-06-19 Junio C HamanoNinth batch for 2.14
2017-06-19 Junio C HamanoMerge branch 'jk/consistent-h'
2017-06-19 Junio C HamanoMerge branch 'ab/perf-remove-index-lock'
2017-06-19 Junio C HamanoMerge branch 'bw/object-id'
2017-06-19 Junio C HamanoMerge branch 'sb/submodule-rm-absorb'
2017-06-19 Junio C HamanoMerge branch 'ab/pcre-v2'
2017-06-19 Junio C HamanoMerge branch 'jk/pathspec-magic-disambiguation'
2017-06-19 Phillip Woodrebase: add more regression tests for console output
2017-06-19 Phillip Woodrebase: add regression tests for console output
2017-06-19 Phillip Woodrebase -i: add test for reflog message
2017-06-19 Johannes Schindelinsequencer: print autostash messages to stderr
2017-06-19 Liam Beguinglossary: define 'stash entry'
2017-06-19 Liam Beguinstatus: add optional stash count information
2017-06-19 Liam Beguinstash: update documentation to use 'stash entry'
2017-06-19 Michael Haggertyfor_each_bisect_ref(): don't trim refnames
2017-06-19 David Aguilarmergetools/meld: improve compatibiilty with Meld on...
2017-06-19 Sahil Duabranch: add a --copy (-c) option to go with --move...
2017-06-19 Ævar Arnfjörð... branch: add test for -m renaming multiple config sections
2017-06-19 Sahil Duaconfig: create a function to format section headers
2017-06-16 Ævar Arnfjörð... *.[ch] refactoring: make use of the FREE_AND_NULL(...
2017-06-16 Ævar Arnfjörð... coccinelle: make use of the "expression" FREE_AND_NULL...
2017-06-16 Ævar Arnfjörð... coccinelle: add a rule to make "expression" code use...
2017-06-16 Ævar Arnfjörð... coccinelle: make use of the "type" FREE_AND_NULL()...
2017-06-16 Ævar Arnfjörð... coccinelle: add a rule to make "type" code use FREE_AND...
2017-06-15 Ævar Arnfjörð... wildmatch test: cover a blind spot in "/" matching
2017-06-15 Ævar Arnfjörð... git-compat-util: add a FREE_AND_NULL() wrapper around...
2017-06-15 SZEDER Gábordocs/pretty-formats: stress that %- removes all precedi...
2017-06-15 Jeff Kingdate: use localtime() for "-local" time formats
2017-06-15 Jeff Kingt0006: check --date=format zone offsets
2017-06-15 René Scharfestrbuf: let strbuf_addftime handle %z and %Z itself
2017-06-15 Christian Coudersub-process: correct path to API docs in a comment
2017-06-15 Junio C HamanoMerge branch 'svn-doc' of git://bogomips.org/git-svn
2017-06-15 Jeff Kingconfigure.ac: loosen FREAD_READS_DIRECTORIES test program
2017-06-15 Štěpán Němecdoc: git-reset: fix a trivial typo
2017-06-15 Brandon Williamsconfig: don't implicitly use gitdir or commondir
2017-06-15 Brandon Williamsconfig: respect commondir
next