]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2018-10-12  Roger Strainsubtree: performance improvement for finding unexpected...
2018-10-12  Stefan Bellerdiff.c: pass sign_index to emit_line_ws_markup
2018-10-12  Johannes Schindelinrebase -i: introduce the 'break' command
2018-10-12  Luke Diamandgit-p4: do not fail in verbose mode for missing 'fileSi...
2018-10-12  Noam Postavskylog: fix coloring of certain octopus merge shapes
2018-10-11  Daniels Umanovskisdoc: move git-cherry to plumbing
2018-10-11  Daniels Umanovskisdoc: move git-get-tar-commit-id to plumbing
2018-10-11  SZEDER Gáborsplit-index: BUG() when cache entry refers to non-exist...
2018-10-11  SZEDER Gáborsplit-index: smudge and add racily clean cache entries...
2018-10-11  SZEDER Gáborsplit-index: don't compare cached data of entries alrea...
2018-10-11  SZEDER Gáborsplit-index: count the number of deleted entries
2018-10-11  SZEDER Gábort1700-split-index: date back files to avoid racy situations
2018-10-11  SZEDER Gáborsplit-index: add tests to demonstrate the racy split...
2018-10-11  Johannes Schindelinrebase -i: clarify what happens on a failed `exec`
2018-10-11  Daniels Umanovskisdoc: move git-rev-parse from porcelain to plumbing
2018-10-11  Ævar Arnfjörð... gc doc: mention the commit-graph in the intro
2018-10-11  Ben Peartread-cache: load cache entries on worker threads
2018-10-11  Ben Peartieot: add Index Entry Offset Table (IEOT) extension
2018-10-11  Ben Peartread-cache: load cache extensions on a worker thread
2018-10-11  Ben Peartconfig: add new index.threads config setting
2018-10-11  Ben Pearteoie: add End of Index Entry (EOIE) extension
2018-10-11  Ben Peartread-cache: clean up casting and byte decoding
2018-10-11  Rasmus Villemoessend-email: only consider lines containing @ or <>...
2018-10-11  Rasmus VillemoesDocumentation/git-send-email.txt: style fixes
2018-10-11  Junio C Hamanorebase: fix typoes in error messages
2018-10-11  Pratik Karkirebase: default to using the builtin rebase
2018-10-11  Johannes Schindelinbuiltin rebase: prepare for builtin rebase -i
2018-10-11  Junio C HamanoMerge branch 'ag/rebase-i-in-c' into js/rebase-in-c...
2018-10-11  Pratik Karkibuiltin rebase: error out on incompatible option/mode...
2018-10-11  Pratik Karkibuiltin rebase: use no-op editor when interactive is...
2018-10-11  Pratik Karkibuiltin rebase: show progress when connected to a terminal
2018-10-11  Pratik Karkibuiltin rebase: fast-forward to onto if it is a proper...
2018-10-11  Pratik Karkibuiltin rebase: optionally pass custom reflogs to reset...
2018-10-11  Pratik Karkibuiltin rebase: optionally auto-detect the upstream
2018-10-11  Pratik Karkibuiltin rebase: support --root
2018-10-11  Pratik Karkibuiltin rebase: add support for custom merge strategies
2018-10-11  Pratik Karkibuiltin rebase: support `fork-point` option
2018-10-11  Pratik Karkimerge-base --fork-point: extract libified function
2018-10-11  Pratik Karkibuiltin rebase: support --rebase-merges[=[no-]rebase...
2018-10-11  Pratik Karkibuiltin rebase: support `--allow-empty-message` option
2018-10-11  Pratik Karkibuiltin rebase: support `--exec`
2018-10-11  Pratik Karkibuiltin rebase: support `--autostash` option
2018-10-11  Pratik Karkibuiltin rebase: support `-C` and `--whitespace=<type>`
2018-10-11  Pratik Karkibuiltin rebase: support `--gpg-sign` option
2018-10-11  Rasmus Villemoesgit-help.txt: document "git help cmd" vs "git cmd ...
2018-10-11  Rasmus Villemoesgit.c: handle_alias: prepend alias info when first...
2018-10-11  Rasmus Villemoeshelp: redirect to aliased commands for "git cmd --help"
2018-10-11  Mihir Mehtadoc: fix a typo and clarify a sentence
2018-10-10  Junio C HamanoThird batch for 2.20
2018-10-10  Junio C HamanoMerge branch 'ab/fsck-skiplist'
2018-10-10  Junio C HamanoMerge branch 'ds/multi-pack-verify'
2018-10-10  Junio C HamanoMerge branch 'bc/hash-independent-tests'
2018-10-10  Junio C HamanoMerge branch 'nd/test-tool'
2018-10-10  Junio C HamanoMerge branch 'nd/config-split'
2018-10-10  Christian Hessesubtree: add build targets 'man' and 'html'
2018-10-10  Jonathan Tancache-tree: skip some blob checks in partial clone
2018-10-10  Derrick Stoleecontrib: add coverage-diff script
2018-10-10  Junio C HamanoDeclare that the next one will be named 2.20
2018-10-09  brian m. carlsoneditorconfig: indicate settings should be kept in sync
2018-10-09  brian m. carlsoneditorconfig: provide editor settings for Git developers
2018-10-09  Derrick Stoleemidx: fix broken free() in close_midx()
2018-10-09  Taylor Blautransport.c: introduce core.alternateRefsPrefixes
2018-10-09  Taylor Blautransport.c: introduce core.alternateRefsCommand
2018-10-09  Taylor Blautransport.c: extract 'fill_alternate_refs_command'
2018-10-09  Jeff Kingtransport: drop refnames from for_each_alternate_ref
2018-10-09  Antonio Ospitesubmodule: add a helper to check if it is safe to write...
2018-10-09  Antonio Ospitet7506: clean up .gitmodules properly before setting...
2018-10-09  Antonio Ospitesubmodule: use the 'submodule--helper config' command
2018-10-09  Antonio Ospitesubmodule--helper: add a new 'config' subcommand
2018-10-09  Antonio Ospitet7411: be nicer to future tests and really clean things up
2018-10-09  Antonio Ospitet7411: merge tests 5 and 6
2018-10-09  Antonio Ospitesubmodule: factor out a config_set_in_gitmodules_file_g...
2018-10-09  Antonio Ospitesubmodule: add a print_config_from_gitmodules() helper
2018-10-09  Alban Gruinrebase -i: move rebase--helper modes to rebase--interactive
2018-10-09  Alban Gruinrebase -i: remove git-rebase--interactive.sh
2018-10-09  Alban Gruinrebase--interactive2: rewrite the submodes of interacti...
2018-10-09  Alban Gruinrebase -i: implement the main part of interactive rebas...
2018-10-07  Michael Wittendocs: typo: s/isimilar/similar/
2018-10-07  Michael Wittendocs: graph: remove unnecessary `graph_update()' call
2018-10-07  Michael Wittendocs: typo: s/go/to/
2018-10-07  Steven Fernandezgit-completion.bash: add completion for stash list
2018-10-07  Jonathan Tanfetch: do not list refs if fetching only hashes
2018-10-07  Jonathan Tantransport: list refs before fetch if necessary
2018-10-07  Jonathan Tantransport: do not list refs if possible
2018-10-07  Jonathan Tantransport: allow skipping of ref listing
2018-10-06  Matthew DeVorerev-list: handle missing tree objects properly
2018-10-06  Matthew DeVorelist-objects-filter: implement filter tree:0
2018-10-06  Matthew DeVorelist-objects-filter-options: do not over-strbuf_init
2018-10-06  Matthew DeVorelist-objects-filter: use BUG rather than die
2018-10-06  Matthew DeVorerevision: mark non-user-given objects instead
2018-10-06  Matthew DeVoretests: order arguments to git-rev-list properly
2018-10-06  Matthew DeVoret9109: don't swallow Git errors upstream of pipes
2018-10-06  Matthew DeVoretests: don't swallow Git errors upstream of pipes
2018-10-06  Matthew DeVoret/*: fix ordering of expected/observed arguments
2018-10-06  Matthew DeVoretests: standardize pipe placement
2018-10-06  Matthew DeVoreDocumentation: add shell guidelines
2018-10-06  Matthew DeVoret/README: reformat Do, Don't, Keep in mind lists
2018-10-06  Derrick Stoleecommit-graph: reduce initial oid allocation
2018-10-06  Martin Ågrenbuiltin/commit-graph.c: UNLEAK variables
2018-10-06  Derrick Stoleecommit-graph: clean up leaked memory during write
next