]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2016-12-12  Brandon Williamsreal_path: create real_pathdup
2016-12-12  Brandon Williamsreal_path: convert real_path_internal to strbuf_realpath
2016-12-12  Brandon Williamsreal_path: resolve symlinks by hand
2016-12-12  Stefan Bellersubmodule: add absorb-git-dir function
2016-12-12  Stefan Bellermove connect_work_tree_and_git_dir to dir.h
2016-12-12  Stefan Bellerworktree: check if a submodule uses worktrees
2016-12-12  Jeff Kingtmp-objdir: quote paths we add to alternates
2016-12-12  Jeff Kingalternates: accept double-quoted paths
2016-12-12  Junio C HamanoMerge branch 'jk/alt-odb-cleanup' into jk/quote-env...
2016-12-12  Luis Resseldate-formats.txt: Typo fix
2016-12-12  Eric Wonggit-svn: document useLogAuthor and addAuthorFrom config...
2016-12-12  Eric Wonggit-svn: allow "0" in SVN path components
2016-12-12  Vitaly "_Vi... submodule--helper: set alternateLocation for cloned...
2016-12-12  Paul Mackerrasgitk: Update copyright notice to 2016
2016-12-12  Markus Hittergitk: Clear array 'commitinfo' on reload
2016-12-12  Markus Hittergitk: Remove closed file descriptors from $blobdifffd
2016-12-12  Markus Hittergitk: Turn off undo manager in the text widget
2016-12-12  Satoshi Yasushimagitk: Fix Japanese translation for "marked commit"
2016-12-12  Stefan Dotterweichgitk: Fix missing commits when using -S or -G
2016-12-12  Paul Mackerrasgitk: Use explicit RGB green instead of "lime"
2016-12-12  Vasco Almeidagitk: Add Portuguese translation
2016-12-12  David Aguilarmergetools: fix xxdiff hotkeys
2016-12-12  David Aguilardifftool: rename variables for consistency
2016-12-12  David Aguilardifftool: chdir as early as possible
2016-12-12  David Aguilardifftool: sanitize $workdir as early as possible
2016-12-12  David Aguilardifftool: fix dir-diff index creation when in a subdire...
2016-12-12  Johannes Schindelinmingw: intercept isatty() to handle /dev/null as Git...
2016-12-12  Vasco Almeidagitk: Makefile: create install bin directory
2016-12-11  Rogier Goossensgitk: Include commit title in branch dialog
2016-12-11  Rogier Goossensgitk: Allow checking out a remote branch
2016-12-11  Rogier Goossensgitk: Add a 'rename' option to the branch context menu
2016-12-11  Jacob Kellerref-filter: add support to display trailers as part...
2016-12-11  Jacob Kellerpretty: add %(trailers) format for displaying trailers...
2016-12-11  Nguyễn Thái... rebase: add --quit to cleanup rebase, leave everything...
2016-12-09  Kristoffer... doc: omit needless "for"
2016-12-09  Kristoffer... doc: make the intent of sentence clearer
2016-12-09  Kristoffer... doc: add verb in front of command to run
2016-12-09  Kristoffer... doc: add articles (grammar)
2016-12-09  Stefan Bellertest-lib-functions.sh: teach test_commit -C <dir>
2016-12-09  Stefan Bellersubmodule helper: support super prefix
2016-12-09  Stefan Bellersubmodule: use absolute path for computing relative...
2016-12-09  Stephan Beyersequencer: remove useless get_dir() function
2016-12-09  Stephan Beyersequencer: make sequencer abort safer
2016-12-09  Stephan Beyert3510: test that cherry-pick --abort does not unsafely...
2016-12-09  Andreas Kreycommit: remove 'Clever' message for --only --amend
2016-12-08  Jack Batesdiff: handle --no-abbrev in no-index case
2016-12-08  SZEDER Gáborversioncmp: use earliest-longest contained suffix to...
2016-12-08  SZEDER Gáborversioncmp: cope with common part overlapping with...
2016-12-08  SZEDER Gáborversioncmp: pass full tagnames to swap_prereleases()
2016-12-08  SZEDER Gábort7004-tag: add version sort tests to show prerelease...
2016-12-08  SZEDER Gábort7004-tag: use test_config helper
2016-12-08  SZEDER Gábort7004-tag: delete unnecessary tags with test_when_finished
2016-12-08  David Aguilardifftool: fix dir-diff index creation when in a subdire...
2016-12-08  Stephan Beyeram: change safe_to_abort()'s not rewinding error into...
2016-12-08  Stephan Beyeram: fix filename in safe_to_abort() error message
2016-12-07  Nguyễn Thái... shallow.c: remove useless code
2016-12-07  Rasmus Villemoesshallow.c: bit manipulation tweaks
2016-12-07  Rasmus Villemoesshallow.c: avoid theoretical pointer wrap-around
2016-12-07  Nguyễn Thái... shallow.c: make paint_alloc slightly more robust
2016-12-07  Nguyễn Thái... shallow.c: stop abusing COMMIT_SLAB_SIZE for paint_info...
2016-12-07  Nguyễn Thái... shallow.c: rename fields in paint_info to better expres...
2016-12-07  Junio C Hamanolockfile: LOCK_REPORT_ON_ERROR
2016-12-07  Junio C Hamanohold_locked_index(): align error handling with hold_loc...
2016-12-07  Junio C Hamanowt-status: implement opportunisitc index update correctly
2016-12-06  Jeff Kingstash: prefer plumbing over git-diff
2016-12-06  Jeff Kingxdiff: drop XDL_FAST_HASH
2016-12-06  Jeff Kinghttp-walker: complain about non-404 loose object errors
2016-12-06  Junio C HamanoMerge branch 'ew/http-walker' into jk/http-walker-limit...
2016-12-06  Jeff Kinghttp: treat http-alternates like redirects
2016-12-06  Jeff Kinghttp: make redirects more obvious
2016-12-06  Jeff Kingremote-curl: rename shadowed options variable
2016-12-06  Jeff Kinghttp: always update the base URL for redirects
2016-12-06  Jeff Kinghttp: simplify update_url_from_redirect
2016-12-06  Lars Schneiderdocs: warn about possible '=' in clean/smudge filter...
2016-12-06  Ramsay JonesGIT-VERSION-GEN: do not force abbreviation length used...
2016-12-05  Nguyễn Thái... tag, branch, for-each-ref: add --ignore-case for sortin...
2016-12-05  Lars Schneidert0021: minor filter process test cleanup
2016-12-05  Lars Schneidergit-p4: fix empty file processing for large file system...
2016-12-05  Lars Schneidertravis-ci: update P4 to 16.2 and GitLFS to 1.5.2 in...
2016-12-05  Lars Schneidergit-p4: add config to retry p4 commands; retry 3 times...
2016-12-05  Alex Henrieclone,fetch: explain the shallow-clone option a little...
2016-12-05  Alex Henriereceive-pack: improve English grammar of denyCurrentBra...
2016-12-05  Alex Henriebisect: improve English grammar of not-ancestors message
2016-12-05  Luke Diamandgit-p4: support updating an existing shelved changelist
2016-12-05  Andreas Kreycommit: make --only --allow-empty work without paths
2016-12-05  Stefan Bellert3600: remove useless redirect
2016-12-05  Stefan Bellerunpack-trees: fix grammar for untracked files in direct...
2016-12-05  Junio C HamanoStart post 2.11 cycle
2016-12-05  Junio C HamanoSync with maint-2.10
2016-12-05  Junio C Hamanopreparing for 2.10.3
2016-12-05  Junio C HamanoMerge branch 'jk/common-main' into maint-2.10
2016-12-01  Torsten Bögershausenconvert: git cherry-pick -Xrenormalize did not work
2016-12-01  Junio C HamanoMerge branch 'tb/t0027-raciness-fix' into jc/renormaliz...
2016-11-29  Junio C Hamanopull: fast-forward "pull --rebase=true"
2016-11-29  Stefan Bellersubmodule add: extend force flag to add existing repos
2016-11-29  Jonathan Tansequencer: use trailer's trailer layout
2016-11-29  Jonathan Tantrailer: have function to describe trailer layout
2016-11-29  Jonathan Tantrailer: avoid unnecessary splitting on lines
2016-11-29  Jonathan Tancommit: make ignore_non_trailer take buf/len
2016-11-29  Jonathan Tantrailer: be stricter in parsing separators
next