git
2018-08-13  Nguyễn Thái... attr: remove an implicit dependency on the_index
2018-08-13  Nguyễn Thái... cache-tree: wrap the_index based wrappers with #ifdef
2018-08-13  Nguyễn Thái... diff.c: move read_index() code back to the caller
2018-08-13  Jeff Kingcat-file: support "unordered" output for --batch-all...
2018-08-13  Jeff Kingcat-file: rename batch_{loose,packed}_object callbacks
2018-08-13  Jeff Kingt1006: test cat-file --batch-all-objects with duplicates
2018-08-13  Jeff Kingfor_each_packed_object: support iterating in pack-order
2018-08-13  Jeff Kingfor_each_*_object: give more comprehensive docstrings
2018-08-13  Jeff Kingfor_each_*_object: take flag arguments as enum
2018-08-13  Jeff Kingfor_each_*_object: store flag definitions in a single...
2018-08-13  Ævar Arnfjörð... pull doc: fix a long-standing grammar error
2018-08-13  Ævar Arnfjörð... fetch tests: correct a comment "remove it" -> "remove...
2018-08-13  Eric Sunshinechainlint: add test of pathological case which triggere...
2018-08-13  Eric Sunshinechainlint: recognize multi-line quoted strings more...
2018-08-13  Eric Sunshinechainlint: let here-doc and multi-line string commence...
2018-08-13  Eric Sunshinechainlint: recognize multi-line $(...) when command...
2018-08-13  Eric Sunshinechainlint: match 'quoted' here-doc tags
2018-08-13  Eric Sunshinechainlint: match arbitrary here-docs tags rather than...
2018-08-13  Nicholas Gurievmergetool: don't suggest to continue after last file
2018-08-13  SZEDER Gábort5318: avoid unnecessary command substitutions
2018-08-13  SZEDER Gábort5318: use 'test_cmp_bin' to compare commit-graph files
2018-08-13  Johannes Schindelinrange-diff: use dim/bold cues to improve dual color...
2018-08-13  Johannes Schindelinrange-diff: make --dual-color the default mode
2018-08-13  Johannes Schindelinrange-diff: left-pad patch numbers
2018-08-13  Johannes Schindelincompletion: support `git range-diff`
2018-08-13  Johannes Schindelinrange-diff: populate the man page
2018-08-13  Johannes Schindelinrange-diff --dual-color: skip white-space warnings
2018-08-13  Johannes Schindelinrange-diff: offer to dual-color the diffs
2018-08-13  Johannes Schindelindiff: add an internal option to dual-color diffs of...
2018-08-13  Johannes Schindelincolor: add the meta color GIT_COLOR_REVERSE
2018-08-13  Johannes Schindelinrange-diff: use color for the commit pairs
2018-08-13  Thomas Rastrange-diff: add tests
2018-08-13  Johannes Schindelinrange-diff: do not show "function names" in hunk headers
2018-08-13  Johannes Schindelinrange-diff: adjust the output of the commit pairs
2018-08-13  Johannes Schindelinrange-diff: suppress the diff headers
2018-08-13  Johannes Schindelinrange-diff: indent the diffs just like tbdiff
2018-08-13  Johannes Schindelinrange-diff: right-trim commit messages
2018-08-13  Johannes Schindelinrange-diff: also show the diff between patches
2018-08-13  Johannes Schindelinrange-diff: improve the order of the shown commits
2018-08-13  Johannes Schindelinrange-diff: first rudimentary implementation
2018-08-13  Johannes SchindelinIntroduce `range-diff` to compare iterations of a topic...
2018-08-13  Johannes Schindelinlinear-assignment: a function to solve least-cost assig...
2018-08-10  Jeff Kingt5552: suppress upload-pack trace output
2018-08-09  Junio C Hamanogpg-interface: propagate exit status from gpg back...
2018-08-09  Johannes Schindelinrebase --exec: make it work with --rebase-merges
2018-08-08  Junio C Hamanoupdate-index: there no longer is `apply --index-info`
2018-08-08  Elijah Newrengit-update-index.txt: reword possibly confusing example
2018-08-08  Elijah Newrent7406: avoid using test_must_fail for commands other...
2018-08-08  Elijah Newrent7406: prefer test_* helper functions to test -[feds]
2018-08-08  Elijah Newrent7406: avoid having git commands upstream of a pipe
2018-08-08  Elijah Newrent7406: simplify by using diff --name-only instead of...
2018-08-08  Elijah Newrent7406: fix call that was failing for the wrong reason
2018-08-08  Johannes Schindelinremote-curl: remove spurious period
2018-08-08  Johannes Schindelingit-compat-util.h: fix typo
2018-08-08  Sebastian Kiselagit-instaweb: fix apache2 config with apache >= 2.4
2018-08-08  Sebastian Kiselagit-instaweb: support Fedora/Red Hat apache module...
2018-08-07  Jonathan Niederdoc hash-function-transition: pick SHA-256 as NewHash
2018-08-06  Nguyễn Thái... Makefile: add missing dependency for command-list.h
2018-08-06  Johannes Schindelint3430: demonstrate what -r, --autosquash & --exec should do
2018-08-06  Andrei Rybakt4150: fix broken test for am --scissors
2018-08-06  Johannes Schindelinpull --rebase=<type>: allow single-letter abbreviations...
2018-08-06  Jeff Kingadd a script to diff rendered documentation
2018-08-06  Han-Wen Nienhuysconfig: document git config getter return value
2018-08-06  Nguyễn Thái... config.txt: reorder blame stuff to keep config keys...
2018-08-06  Elijah Newrent3031: update test description to mention desired behavior
2018-08-03  Nguyễn Thái... submodule.h: drop extern from function declaration
2018-08-03  Nguyễn Thái... revision.h: drop extern from function declaration
2018-08-03  Nguyễn Thái... repository.h: drop extern from function declaration
2018-08-03  Nguyễn Thái... rerere.h: drop extern from function declaration
2018-08-03  Nguyễn Thái... line-range.h: drop extern from function declaration
2018-08-03  Nguyễn Thái... diff.h: remove extern from function declaration
2018-08-03  Nguyễn Thái... diffcore.h: drop extern from function declaration
2018-08-03  Nguyễn Thái... convert.h: drop 'extern' from function declaration
2018-08-03  Nguyễn Thái... cache-tree.h: drop extern from function declaration
2018-08-03  Nguyễn Thái... blame.h: drop extern on func declaration
2018-08-03  Nguyễn Thái... attr.h: drop extern from function declaration
2018-08-03  Nguyễn Thái... apply.h: drop extern on func declaration
2018-08-03  Eric Sunshinecolor: protect against out-of-bounds reads and writes
2018-08-03  René Scharfeparse-options: automatically infer PARSE_OPT_LITERAL_AR...
2018-08-03  René Scharfeshortlog: correct option help for -w
2018-08-03  René Scharfesend-pack: specify --force-with-lease argument help...
2018-08-03  René Scharfepack-objects: specify --index-version argument help...
2018-08-03  René Scharfedifftool: remove angular brackets from argument help
2018-08-03  René Scharfeadd, update-index: fix --chmod argument help
2018-08-03  Ævar Arnfjörð... push: use PARSE_OPT_LITERAL_ARGHELP instead of unbalanc...
2018-08-02  Junio C HamanoFifth batch for 2.19 cycle
2018-08-02  Junio C HamanoMerge branch 'jt/commit-graph-per-object-store'
2018-08-02  Junio C HamanoMerge branch 'es/chain-lint-in-subshell'
2018-08-02  Junio C HamanoMerge branch 'jt/tags-to-promised-blobs-fix'
2018-08-02  Junio C HamanoMerge branch 'jt/fetch-negotiator-skipping'
2018-08-02  Junio C HamanoMerge branch 'jm/send-email-tls-auth-on-batch'
2018-08-02  Junio C HamanoMerge branch 'bc/sequencer-export-work-tree-as-well'
2018-08-02  Junio C HamanoMerge branch 'en/t7405-recursive-submodule-conflicts'
2018-08-02  Junio C HamanoMerge branch 'en/t6036-merge-recursive-tests'
2018-08-02  Junio C HamanoMerge branch 'en/dirty-merge-fixes'
2018-08-02  Junio C HamanoMerge branch 'js/rebase-merge-octopus'
2018-08-02  Junio C HamanoMerge branch 'tb/grep-only-matching'
2018-08-02  Junio C HamanoMerge branch 'kg/gc-auto-windows-workaround'
2018-08-02  Junio C HamanoMerge branch 'jm/cache-entry-from-mem-pool'
2018-08-02  Junio C HamanoMerge branch 'jt/fetch-nego-tip'
next