]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2019-11-20  Denton Liupretty: add struct cmt_fmt_map::default_date_mode_type
2019-11-20  René Scharfepretty: provide short date format
2019-11-20  Denton Liut4205: cover `git log --reflog -z` blindspot
2019-11-20  Denton Liupretty.c: inline initalize format_context
2019-11-20  Denton Liurevision: make get_revision_mark() return const pointer
2019-11-20  Denton Liucompletion: complete `tformat:` pretty format
2019-11-20  Denton LiuSubmittingPatches: remove dq from commit reference
2019-11-20  Denton Liupretty-formats.txt: use generic terms for hash
2019-11-20  Denton LiuSubmittingPatches: use generic terms for hash
2019-11-20  Denton Liurev-list-options.txt: remove reference to --show-notes
2019-11-20  Denton Liuargv-array: add space after `while`
2019-11-20  Alexandr Miloslavskiycommit: support the --pathspec-from-file option
2019-11-20  Alexandr Miloslavskiydoc: commit: synchronize <pathspec> description
2019-11-20  Alexandr Miloslavskiyreset: support the `--pathspec-from-file` option
2019-11-20  Alexandr Miloslavskiydoc: reset: synchronize <pathspec> description
2019-11-20  Alexandr Miloslavskiypathspec: add new function to parse file
2019-11-20  Junio C Hamanoci(osx): update homebrew-cask repository with less...
2019-11-20  Doan Tran Cong... sequencer: handle rebase-merges for "onto" message
2019-11-20  SZEDER Gáborbuiltin/unpack-objects.c: show throughput progress
2019-11-20  Jeff Kingrev-parse: make --show-toplevel without a worktree...
2019-11-20  Erik Chenfetch: add trace2 instrumentation
2019-11-18  Heba Walyrun-command: move doc to run-command.h
2019-11-18  Heba Walytrace2: move doc to trace2.h
2019-11-18  Heba Walyparse-options: add link to doc file in parse-options.h
2019-11-18  Heba Walysubmodule-config: move doc to submodule-config.h
2019-11-18  Heba Walycredential: move doc to credential.h
2019-11-18  Heba Walytree-walk: move doc to tree-walk.h
2019-11-18  Heba Walyargv-array: move doc to argv-array.h
2019-11-18  Heba Walytrace: move doc to trace.h
2019-11-18  Heba Walycache: move doc to cache.h
2019-11-18  Heba Walysigchain: move doc to sigchain.h
2019-11-18  Heba Walypathspec: move doc to pathspec.h
2019-11-18  Heba Walyrevision: move doc to revision.h
2019-11-18  Heba Walyattr: move doc to attr.h
2019-11-18  Heba Walyrefs: move doc to refs.h
2019-11-18  Heba Walyremote: move doc to remote.h and refspec.h
2019-11-18  Heba Walysha1-array: move doc to sha1-array.h
2019-11-18  Heba Walymerge: move doc to ll-merge.h
2019-11-18  Heba Walygraph: move doc to graph.h and graph.c
2019-11-18  Heba Walydir: move doc to dir.h
2019-11-18  Heba Walydiff: move doc to diff.h and diffcore.h
2019-11-18  Matthew Rogersrebase -r: let `label` generate safer labels
2019-11-18  Johannes Schindelinrebase-merges: move labels' whitespace mangling into...
2019-11-18  Slavica Đukićbuilt-in add -i: implement the `help` command
2019-11-18  Slavica Đukićbuilt-in add -i: use color in the main loop
2019-11-18  Johannes Schindelinbuilt-in add -i: support `?` (prompt help)
2019-11-18  Johannes Schindelinbuilt-in add -i: show unique prefixes of the commands
2019-11-18  Johannes Schindelinbuilt-in add -i: implement the main loop
2019-11-18  Jeff Kinggitweb: escape URLs generated by href()
2019-11-18  Jeff Kingt/gitweb-lib.sh: set $REQUEST_URI
2019-11-18  Jeff Kingt/gitweb-lib.sh: drop confusing quotes
2019-11-18  Jeff Kingt9502: pass along all arguments in xss helper
2019-11-15  Andrei RybakINSTALL: use existing shell scripts as example
2019-11-14  Martin Ågrent7004: check existence of correct tag
2019-11-14  Slavica Đukićbuilt-in add -i: color the header in the `status` command
2019-11-14  Daniel Ferreirabuilt-in add -i: implement the `status` command
2019-11-14  Daniel Ferreiradiff: export diffstat interface
2019-11-14  Johannes SchindelinStart to implement a built-in version of `git add ...
2019-11-14  Thomas Gummererstash: make sure we have a valid index before writing it
2019-11-13  Jeff Kingsend-pack: check remote ref status on pack-objects...
2019-11-13  SZEDER Gábort6120-describe: correct test repo history graph in...
2019-11-13  James Shubincompletion: tab-complete "git svn --recursive"
2019-11-13  Jonathan Tanpromisor-remote: remove fetch_if_missing=0
2019-11-13  Jonathan Tanclone: remove fetch_if_missing=0
2019-11-13  René Scharfeparse-options: avoid arithmetic on pointer that's poten...
2019-11-13  René Scharfemingw: use COPY_ARRAY for copying array
2019-11-13  Derrick Stoleetest-tool: use 'read-graph' helper
2019-11-13  SZEDER Gábortest-lib: don't check prereqs of test cases that won...
2019-11-13  Denton Liut4215: use helper function to check output
2019-11-13  Junio C Hamanofsmonitor: do not compare bitmap size with size of...
2019-11-13  Jeff Kinghex: drop sha1_to_hex()
2019-11-12  Denton Liucompletion: learn to complete `git rebase --onto=`
2019-11-12  Jeff Kingpack-objects: avoid pointless oe_map_new_pack() calls
2019-11-12  Naveen Nathandoc: improve readability of --rebase-merges in git...
2019-11-11  Jeff Kinghex: drop sha1_to_hex_r()
2019-11-11  Doan Tran Cong... sequencer: reencode commit message for am/rebase -...
2019-11-11  Doan Tran Cong... sequencer: reencode old merge-commit message
2019-11-11  Robin H. Johnsonbundle-verify: add --quiet
2019-11-11  Robin H. Johnsonbundle-create: progress output control
2019-11-11  Robin H. Johnsonbundle: framework for options before bundle file
2019-11-11  Dominic Jägermerge-strategies: fix typo "reflected to" to "reflected in"
2019-11-11  Doan Tran Cong... sequencer: reencode squashing commit's message
2019-11-11  Doan Tran Cong... sequencer: reencode revert/cherry-pick's todo list
2019-11-11  Doan Tran Cong... sequencer: reencode to utf-8 before arrange rebase...
2019-11-11  Doan Tran Cong... t3900: demonstrate git-rebase problem with multi encoding
2019-11-11  Doan Tran Cong... configure.ac: define ICONV_OMITS_BOM if necessary
2019-11-10  Junio C HamanoThe first batch post 2.24 cycle
2019-11-10  Junio C HamanoMerge branch 'bc/hash-independent-tests-part-6'
2019-11-10  Junio C HamanoMerge branch 'js/update-index-ignore-removal-for-skip...
2019-11-10  Junio C HamanoMerge branch 'pb/pretty-email-without-domain-part'
2019-11-10  Junio C HamanoMerge branch 'hw/remove-api-docs-placeholder'
2019-11-10  Junio C HamanoMerge branch 'sg/commit-graph-usage-fix'
2019-11-10  Junio C HamanoMerge branch 'dl/apply-3way-diff3'
2019-11-10  Junio C HamanoMerge branch 'sg/dir-trie-fixes'
2019-11-10  Junio C HamanoMerge branch 'jc/am-show-current-patch-docfix'
2019-11-10  Junio C HamanoMerge branch 'wb/midx-progress'
2019-11-10  Junio C HamanoMerge branch 'en/merge-recursive-directory-rename-fixes'
2019-11-10  Junio C HamanoMerge branch 'js/rebase-deprecate-preserve-merges'
2019-11-10  Junio C HamanoMerge branch 'hv/bitshift-constants-in-blame'
2019-11-10  Junio C HamanoMerge branch 'dd/notes-copy-default-dst-to-head'
next