]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2019-04-12  Jeff Kingxdiff: use git-compat-util
2019-04-12  Jeff Kingtest-prio-queue: use xmalloc
2019-04-12  Denton Liutag: advise on nested tags
2019-04-12  Kyle Meyert3000 (ls-files -o): widen description to reflect curre...
2019-04-12  Johannes Schindelinuntracked cache: fix off-by-one
2019-04-10  Jeff Kingrev-list: detect broken root trees
2019-04-10  Jeff Kingrev-list: let traversal die when --missing is not in use
2019-04-10  Jeff Kingget_commit_tree(): return NULL for broken tree
2019-04-10  Taylor Blaulist-objects.c: handle unexpected non-tree entries
2019-04-10  Taylor Blaulist-objects.c: handle unexpected non-blob entries
2019-04-10  Taylor Blaut: introduce tests for unexpected object types
2019-04-10  Kyle Meyeradd: error appropriately on repository with no commits
2019-04-10  Kyle Meyerdir: do not traverse repositories with no commits
2019-04-10  Kyle Meyersubmodule: refuse to add repository with no commits
2019-04-10  Denton Liusubmodule: teach set-branch subcommand
2019-04-10  Todd ZullingerDocumentation/git-show-branch: avoid literal {apostrophe}
2019-04-10  Todd ZullingerDocumentation/git-svn: improve asciidoctor compatibility
2019-04-09  Junio C HamanoThe fourth batch
2019-04-09  Junio C HamanoMerge branch 'jt/submodule-fetch-errmsg'
2019-04-09  Junio C HamanoMerge branch 'jk/sha1dc'
2019-04-09  Junio C HamanoMerge branch 'jk/promote-ggg'
2019-04-09  Junio C HamanoMerge branch 'ar/t4150-remove-cruft'
2019-04-09  Junio C HamanoMerge branch 'js/rebase-deprecate-preserve-merges'
2019-04-09  Junio C HamanoMerge branch 'ms/worktree-add-atomic-mkdir'
2019-04-09  Junio C HamanoMerge branch 'jk/line-log-with-patch'
2019-04-09  Junio C HamanoMerge branch 'ra/t3600-test-path-funcs'
2019-04-09  Junio C HamanoMerge branch 'nd/rewritten-ref-is-per-worktree'
2019-04-09  Junio C HamanoMerge branch 'jh/resize-convert-scratch-buffer'
2019-04-09  Junio C HamanoMerge branch 'dl/ignore-docs'
2019-04-09  Junio C HamanoMerge branch 'ja/dir-rename-doc-markup-fix'
2019-04-09  Junio C HamanoMerge branch 'dl/reset-doc-no-wrt-abbrev'
2019-04-09  Sven StrickrothMSVC: include compat/win32/path-utils.h for MSVC, too...
2019-04-09  Johannes Schindelint3301: fix false negative
2019-04-08  Nguyễn Thái... refs.c: remove the_repo from read_ref_at()
2019-04-08  Nguyễn Thái... refs.c: add repo_dwim_log()
2019-04-08  Nguyễn Thái... refs.c: add repo_dwim_ref()
2019-04-08  Nguyễn Thái... refs.c: remove the_repo from expand_ref()
2019-04-08  Nguyễn Thái... refs.c: remove the_repo from substitute_branch_name()
2019-04-08  Nguyễn Thái... refs.c: add refs_shorten_unambiguous_ref()
2019-04-08  Nguyễn Thái... refs.c: add refs_ref_exists()
2019-04-08  Nguyễn Thái... packfile.c: add repo_approximate_object_count()
2019-04-08  SZEDER Gáborbuiltin rebase: use oideq()
2019-04-08  SZEDER Gáborbuiltin rebase: use FREE_AND_NULL
2019-04-08  Philip Oakleydescribe doc: remove '7-char' abbreviation reference
2019-04-08  Philip Oakleyrerere doc: quote `rerere.enabled`
2019-04-08  SZEDER Gáborblame: default to HEAD in a bare repo when no start...
2019-04-08  Thomas Gummererls-files: use correct format string
2019-04-08  Ævar Arnfjörð... gc docs: remove incorrect reference to gc.auto=0
2019-04-08  Ævar Arnfjörð... gc docs: clarify that "gc" doesn't throw away reference...
2019-04-08  Ævar Arnfjörð... gc docs: note "gc --aggressive" in "fast-import"
2019-04-08  Ævar Arnfjörð... gc docs: downplay the usefulness of --aggressive
2019-04-08  Ævar Arnfjörð... gc docs: note how --aggressive impacts --window & ...
2019-04-08  Ævar Arnfjörð... gc docs: fix formatting for "gc.writeCommitGraph"
2019-04-08  Ævar Arnfjörð... gc docs: re-flow the "gc.*" section in "config"
2019-04-08  Ævar Arnfjörð... gc docs: include the "gc.*" section from "config" in...
2019-04-08  Elijah Newrenmerge-recursive: switch directory rename detection...
2019-04-08  Elijah Newrenmerge-recursive: give callers of handle_content_merge...
2019-04-08  Elijah Newrenmerge-recursive: track information associated with...
2019-04-08  Elijah Newrent6043: fix copied test description to match its purpose
2019-04-08  Elijah Newrenmerge-recursive: switch from (oid,mode) pairs to a...
2019-04-08  Elijah Newrenmerge-recursive: cleanup handle_rename_* function signa...
2019-04-08  Elijah Newrenmerge-recursive: track branch where rename occurred...
2019-04-08  Elijah Newrenmerge-recursive: remove ren[12]_other fields from renam...
2019-04-08  Elijah Newrenmerge-recursive: shrink rename_conflict_info
2019-04-08  Elijah Newrenmerge-recursive: move some struct declarations together
2019-04-08  Elijah Newrenmerge-recursive: use 'ci' for rename_conflict_info...
2019-04-08  Elijah Newrenmerge-recursive: rename locals 'o' and 'a' to 'obuf...
2019-04-08  Elijah Newrenmerge-recursive: rename diff_filespec 'one' to 'o'
2019-04-08  Elijah Newrenmerge-recursive: rename merge_options argument from...
2019-04-08  Elijah NewrenUse 'unsigned short' for mode, like diff_filespec does
2019-04-08  Jonathan Tandiff: batch fetching of missing blobs
2019-04-05  Taylor Blaut: move 'hex2oct' into test-lib-functions.sh
2019-04-05  SZEDER Gáborprogress: assemble percentage and counters in a strbuf...
2019-04-05  SZEDER Gáborprogress: make display_progress() return void
2019-04-05  Denton Liutag: fix formatting
2019-04-05  SZEDER Gáborci: fix AsciiDoc/Asciidoctor stderr check in the docume...
2019-04-05  SZEDER Gáborci: stick with Asciidoctor v1.5.8 for now
2019-04-04  Baruch Siachsend-email: don't cc *-by lines with '-' prefix
2019-04-04  Denton Liucocci: FLEX_ALLOC_MEM to FLEX_ALLOC_STR
2019-04-04  Denton Liumidx.c: convert FLEX_ALLOC_MEM to FLEX_ALLOC_STR
2019-04-04  Jeff Kingrevision: use a prio_queue to hold rewritten parents
2019-04-04  David Aguilarcontrib/completion: add smerge to the mergetool complet...
2019-04-04  David Aguilarmergetools: add support for smerge (Sublime Merge)
2019-04-03  David Kastrupblame.c: don't drop origin blobs as eagerly
2019-04-02  Nguyễn Thái... doc: promote "git switch"
2019-04-02  Nguyễn Thái... completion: support switch
2019-04-02  Nguyễn Thái... t: add tests for switch
2019-04-02  Nguyễn Thái... switch: make --orphan switch to an empty tree
2019-04-02  Nguyễn Thái... switch: reject if some operation is in progress
2019-04-02  Nguyễn Thái... switch: no worktree status unless real branch switch...
2019-04-02  Nguyễn Thái... switch: implicit dwim, use --no-guess to disable it
2019-04-02  Nguyễn Thái... switch: add short option for --detach
2019-04-02  Nguyễn Thái... switch: only allow explicit detached HEAD
2019-04-02  Nguyễn Thái... switch: reject "do nothing" case
2019-04-02  Nguyễn Thái... switch: stop accepting pathspec
2019-04-02  Nguyễn Thái... switch: remove -l
2019-04-02  Nguyễn Thái... switch: add --discard-changes
2019-04-02  Nguyễn Thái... switch: better names for -b and -B
2019-04-02  Nguyễn Thái... checkout: split part of it to new command 'switch'
2019-04-02  Nguyễn Thái... checkout: split options[] array in three pieces
next