]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2018-08-13  Matthew DeVorelist-objects: refactor to process_tree_contents
2018-08-13  Matthew DeVorelist-objects: store common func args in struct
2018-08-13  Nguyễn Thái... blame.c: remove implicit dependency on the_index
2018-08-13  Nguyễn Thái... apply.c: remove implicit dependency on the_index
2018-08-13  Nguyễn Thái... apply.c: make init_apply_state() take a struct repository
2018-08-13  Nguyễn Thái... apply.c: pass struct apply_state to more functions
2018-08-13  Nguyễn Thái... resolve-undo.c: use the right index instead of the_index
2018-08-13  Nguyễn Thái... archive-*.c: use the right repository
2018-08-13  Nguyễn Thái... archive.c: avoid access to the_index
2018-08-13  Nguyễn Thái... grep: use the right index instead of the_index
2018-08-13  Nguyễn Thái... attr: remove index from git_attr_set_direction()
2018-08-13  Nguyễn Thái... entry.c: use the right index instead of the_index
2018-08-13  Nguyễn Thái... submodule.c: use the right index instead of the_index
2018-08-13  Nguyễn Thái... pathspec.c: use the right index instead of the_index
2018-08-13  Nguyễn Thái... unpack-trees: avoid the_index in verify_absent()
2018-08-13  Nguyễn Thái... unpack-trees: convert clear_ce_flags* to avoid the_index
2018-08-13  Nguyễn Thái... unpack-trees: don't shadow global var the_index
2018-08-13  Nguyễn Thái... unpack-trees: add a note about path invalidation
2018-08-13  Nguyễn Thái... unpack-trees: remove 'extern' on function declaration
2018-08-13  Nguyễn Thái... ls-files: correct index argument to get_convert_attr_as...
2018-08-13  Nguyễn Thái... preload-index.c: use the right index instead of the_index
2018-08-13  Nguyễn Thái... dir.c: remove an implicit dependency on the_index in...
2018-08-13  Nguyễn Thái... convert.c: remove an implicit dependency on the_index
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  Alban Gruint3404: todo list with commented-out commands only aborts
2018-08-10  Alban Gruinsequencer: change the way skip_unnecessary_picks()...
2018-08-10  Alban Gruinsequencer: refactor append_todo_help() to write its...
2018-08-10  Alban Gruinrebase -i: rewrite checkout_onto() in C
2018-08-10  Alban Gruinrebase -i: rewrite setup_reflog_action() in C
2018-08-10  Alban Gruinsequencer: add a new function to silence a command...
2018-08-10  Alban Gruinrebase -i: rewrite the edit-todo functionality in C
2018-08-10  Alban Gruineditor: add a function to launch the sequence editor
2018-08-10  Alban Gruinrebase -i: rewrite append_todo_help() in C
2018-08-10  Alban Gruinsequencer: make three functions and an enum from sequen...
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  Jonathan Tanrepack: repack promisor objects if -a or -A is set
2018-08-09  Jonathan Tanrepack: refactor setup of pack-objects cmd
2018-08-09  Johannes Schindelinrebase --exec: make it work with --rebase-merges
2018-08-08  Han-Wen Nienhuyssideband: highlight keywords in remote sideband output
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  Stefan Bellergit-config: document accidental multi-line setting...
2018-08-08  Stefan Bellerconfig: fix case sensitive subsection names on writing
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  Phillip Woodsequencer: fix quoting in write_author_script
2018-08-07  Phillip Woodsequencer: handle errors from read_author_ident()
2018-08-07  Jonathan Niederdoc hash-function-transition: pick SHA-256 as NewHash
2018-08-06  William Chargint: factor out FUNNYNAMES as shared lazy prereq
2018-08-06  Nguyễn Thái... Makefile: add missing dependency for command-list.h
2018-08-06  Thomas Gummererrerere: recalculate conflict ID when unresolved conflic...
next