]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2018-08-14  Eric Sunshineformat-patch: teach --range-diff to respect -v/--reroll...
2018-08-14  Eric Sunshineformat-patch: extend --range-diff to accept revision...
2018-08-14  Eric Sunshineformat-patch: add --range-diff option to embed diff...
2018-08-14  Eric Sunshinerange-diff: relieve callers of low-level configuration...
2018-08-14  Eric Sunshinerange-diff: publish default creation factor
2018-08-14  Eric Sunshinerange-diff: respect diff_option.file rather than assumi...
2018-08-14  Junio C HamanoMerge branch 'es/format-patch-interdiff' into es/format...
2018-08-14  Junio C HamanoMerge branch 'js/range-diff' into es/format-patch-rangediff
2018-08-14  Stefan Bellerdiff.c: rewrite emit_line_0 more understandably
2018-08-14  Stefan Bellerdiff.c: omit check for line prefix in emit_line_0
2018-08-14  Stefan Bellerdiff: use emit_line_0 once per line
2018-08-14  Stefan Bellerdiff.c: add set_sign to emit_line_0
2018-08-14  Stefan Bellerdiff.c: reorder arguments for emit_line_ws_markup
2018-08-14  Stefan Bellerdiff.c: simplify caller of emit_line_0
2018-08-14  Stefan Bellert3206: add color test for range-diff --dual-color
2018-08-14  Stefan Bellertest_decode_color: understand FAINT and ITALIC
2018-08-14  Stefan Bellersubmodule--helper: introduce new update-module-mode...
2018-08-14  Stefan Bellersubmodule--helper: replace connect-gitdir-workingtree...
2018-08-14  Ævar Arnfjörð... submodule: add more exhaustive up-path testing
2018-08-14  Stefan Bellergit-submodule.sh: accept verbose flag in cmd_update...
2018-08-14  Jeff Kingfor_each_*_object: move declarations to object-store.h
2018-08-14  Jeff Kingcat-file: use a single strbuf for all output
2018-08-14  Jeff Kingcat-file: split batch "buf" into two variables
2018-08-14  Jeff Kingcat-file: use oidset check-and-insert
2018-08-14  SZEDER Gábort5310-pack-bitmaps: fix bogus 'pack-objects to file...
2018-08-13  Johannes Sixtmingw: enable atomic O_APPEND
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
next