]> Kevux Git Server - rit/shortlog
rit
2017-05-26 Jeff Kingconnect.c: fix leak in parse_one_symref_info()
2017-05-26 Nguyễn Thái... log: fix memory leak in open_next_file()
2017-05-26 Nguyễn Thái... rerere.c: move error_errno() closer to the source syste...
2017-05-26 Nguyễn Thái... print errno when reporting a system call error
2017-05-26 Nguyễn Thái... wrapper.c: make warn_on_inaccessible() static
2017-05-26 Nguyễn Thái... wrapper.c: add and use fopen_or_warn()
2017-05-26 Nguyễn Thái... wrapper.c: add and use warn_on_fopen_errors()
2017-05-26 Junio C Hamanoconfig.mak.uname: set FREAD_READS_DIRECTORIES for Darwi...
2017-05-26 Nguyễn Thái... config.mak.uname: set FREAD_READS_DIRECTORIES for Linux...
2017-05-26 Nguyễn Thái... clone: use xfopen() instead of fopen()
2017-05-26 Nguyễn Thái... use xfopen() in more places
2017-05-26 Ramsay Jonesgit_fopen: fix a sparse 'not declared' warning
2017-05-26 SZEDER Gábordocs/config.txt: fix indefinite article in core.fileMod...
2017-05-25 Johannes SixtWindows: do not treat a path with backslashes as a...
2017-05-25 Jeff Smithblame: move entry prepend to libgit
2017-05-25 Jeff Smithblame: move scoreboard setup to libgit
2017-05-25 Jeff Smithblame: move scoreboard-related methods to libgit
2017-05-25 Jeff Smithblame: move fake-commit-related methods to libgit
2017-05-25 Jeff Smithblame: move origin-related methods to libgit
2017-05-25 Jeff Smithblame: move core structures to header
2017-05-25 Jeff Smithblame: create entry prepend function
2017-05-25 Jeff Smithblame: create scoreboard setup function
2017-05-25 Jeff Smithblame: create scoreboard init function
2017-05-25 Jeff Smithblame: rework methods that determine 'final' commit
2017-05-25 Jeff Smithblame: wrap blame_sort and compare_blame_final
2017-05-25 Jeff Smithblame: move progress updates to a scoreboard callback
2017-05-24 Michael Haggertycache_ref_iterator_begin(): avoid priming unneeded...
2017-05-24 Jeff Smithblame: make sanity_check use a callback in scoreboard
2017-05-24 Jeff Smithblame: move no_whole_file_rename flag to scoreboard
2017-05-24 Jeff Smithblame: move xdl_opts flags to scoreboard
2017-05-24 Jeff Smithblame: move show_root flag to scoreboard
2017-05-24 Jeff Smithblame: move reverse flag to scoreboard
2017-05-24 Jeff Smithblame: move contents_from to scoreboard
2017-05-24 Jeff Smithblame: move copy/move thresholds to scoreboard
2017-05-24 Jeff Smithblame: move stat counters to scoreboard
2017-05-24 Jeff Smithblame: rename nth_line function
2017-05-24 Jeff Smithblame: rename ent_score function
2017-05-24 Jeff Smithblame: rename coalesce function
2017-05-24 Jeff Smithblame: rename origin-related functions
2017-05-24 Jeff Smithblame: rename scoreboard structure to blame_scoreboard
2017-05-24 Jeff Smithblame: rename origin structure to blame_origin
2017-05-24 Jeff Smithblame: remove unused parameters
2017-05-24 Jeff Smithblame: move textconv_object with related functions
2017-05-24 Jeff Smithblame: remove unneeded dependency on blob.h
2017-05-24 Jeff Kingdiff: use blob path for blob/file diffs
2017-05-24 Jeff Kingdiff: use pending "path" if it is available
2017-05-24 Jeff Kingdiff: use the word "path" instead of "name" for blobs
2017-05-24 Jeff Kingdiff: pass whole pending entry in blobinfo
2017-05-24 Jeff Kinghandle_revision_arg: record paths for pending objects
2017-05-24 Jeff Kinghandle_revision_arg: record modes for "a..b" endpoints
2017-05-24 Jeff Kingt4063: add tests of direct blob diffs
2017-05-24 Jeff Kingget_sha1_with_context: dynamically allocate oc->path
2017-05-24 Jeff Kingget_sha1_with_context: always initialize oc->symlink_path
2017-05-24 Jeff Kingsha1_name: consistently refer to object_context as...
2017-05-24 Jeff Kinghandle_revision_arg: add handle_dotdot() helper
2017-05-24 Jeff Kinghandle_revision_arg: hoist ".." check out of range...
2017-05-24 Jeff Kinghandle_revision_arg: stop using "dotdot" as a generic...
2017-05-24 Jeff Kinghandle_revision_arg: simplify commit reference lookups
2017-05-24 Jeff Kinghandle_revision_arg: reset "dotdot" consistently
2017-05-23 Samuel Lijinclean: teach clean -d to preserve ignored paths
2017-05-23 Ævar Arnfjörð... tag: duplicate mention of --contains should mention...
2017-05-23 René Scharfemingw: simplify PATH handling
2017-05-23 Johannes Sixtmingw.h: permit arguments with side effects for is_dir_sep
2017-05-23 Andreas HeidukDocumentation: fix formatting typo in pretty-formats.txt
2017-05-23 Jeff Kingref-filter: limit traversal to prefix
2017-05-23 Michael Haggertycreate_ref_entry(): remove `check_name` option
2017-05-23 Michael Haggertyrefs_ref_iterator_begin(): handle `GIT_REF_PARANOIA`
2017-05-23 Michael Haggertyread_packed_refs(): report unexpected fopen() failures
2017-05-23 Michael Haggertyread_packed_refs(): do more of the work of reading...
2017-05-23 Michael Haggertyget_packed_ref_cache(): assume "packed-refs" won't...
2017-05-23 Michael Haggertyshould_pack_ref(): new function, extracted from `files_...
2017-05-23 Michael Haggertyref_update_reject_duplicates(): add a sanity check
2017-05-23 Michael Haggertyref_update_reject_duplicates(): use `size_t` rather...
2017-05-23 Michael Haggertyref_update_reject_duplicates(): expose function to...
2017-05-23 Michael Haggertyref_transaction_prepare(): new optional step for refere...
2017-05-23 Michael Haggertyref_transaction_commit(): check for valid `transaction...
2017-05-23 Michael Haggertyfiles_transaction_cleanup(): new helper function
2017-05-23 Michael Haggertyfiles_ref_store: put the packed files lock directly...
2017-05-23 Michael Haggertyfiles-backend: move `lock` member to `files_ref_store`
2017-05-23 Michael Haggertylockfile: add a new method, is_lock_file_locked()
2017-05-23 Michael Haggertyref_store: take a `msg` parameter when deleting references
2017-05-23 Michael Haggertyrefs: use `size_t` indexes when iterating over ref...
2017-05-23 Michael Haggertyrefs_ref_iterator_begin(): don't check prefixes redundantly
2017-05-23 Michael Haggertyprefix_ref_iterator: don't trim too much
2017-05-23 Michael Haggertyfiles-backend: use `die("BUG: ...")`, not `die("interna...
2017-05-23 Michael Haggertyref_iterator_begin_fn(): fix docstring
2017-05-23 Michael Haggertyrefs.h: clarify docstring for the ref_transaction_updat...
2017-05-23 Michael Haggertyt3600: clean up permissions test properly
2017-05-23 Junio C HamanoMerge branch 'bc/object-id'
2017-05-23 Andreas HeidukDocumentation: fix reference to ifExists for interpret...
2017-05-23 Stefan Bellert5531: fix test description
2017-05-23 Junio C HamanoSecond batch for 2.14
2017-05-23 Junio C HamanoMerge branch 'ab/fix-poison-tests'
2017-05-23 Junio C HamanoMerge branch 'tb/dedup-crlf-tests'
2017-05-23 Junio C HamanoMerge branch 'jt/push-options-doc'
2017-05-23 Junio C HamanoMerge branch 'ab/doc-replace-gmane-links'
2017-05-23 Junio C HamanoMerge branch 'rs/checkout-am-fix-unborn'
2017-05-23 Junio C HamanoMerge branch 'ls/travis-relays-for-windows-ci'
2017-05-23 Junio C HamanoMerge branch 'ah/log-decorate-default-to-auto'
2017-05-23 Junio C HamanoMerge branch 'bw/submodule-with-bs-path'
next