]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2014-10-20  Junio C HamanoRevert "archive: honor tar.umask even for pax headers"
2014-10-16  Junio C HamanoMerge branch 'jc/completion-no-chdir'
2014-10-16  Junio C HamanoMerge branch 'bw/trace-no-inline-getnanotime'
2014-10-16  Junio C HamanoMerge branch 'po/everyday-doc'
2014-10-14  Junio C HamanoUpdate draft release notes to 2.2
2014-10-14  Junio C HamanoMerge branch 'bc/asciidoc-pretty-formats-fix'
2014-10-14  Junio C HamanoMerge branch 'rs/plug-leak-in-bundle'
2014-10-14  Junio C HamanoMerge branch 'rs/more-uses-of-skip-prefix'
2014-10-14  Junio C HamanoMerge branch 'rs/mailsplit'
2014-10-14  Junio C HamanoMerge branch 'rs/sha1-array-test'
2014-10-14  Junio C HamanoMerge branch 'mh/lockfile-stdio'
2014-10-14  Junio C HamanoMerge branch 'mh/lockfile'
2014-10-14  Junio C HamanoMerge branch 'sk/tag-contains-wo-recursion'
2014-10-14  Junio C HamanoMerge branch 'da/completion-show-signature'
2014-10-14  Junio C HamanoMerge branch 'rs/daemon-fixes'
2014-10-14  Junio C HamanoMerge branch 'dt/cache-tree-repair'
2014-10-14  Junio C HamanoMerge branch 'so/rebase-doc-fork-point'
2014-10-14  Junio C HamanoMerge branch 'da/include-compat-util-first-in-c'
2014-10-10  Philip Oakleydoc: add 'everyday' to 'git help'
2014-10-10  Philip Oakleydoc: Makefile regularise OBSOLETE_HTML list building
2014-10-10  Philip Oakleydoc: modernise everyday.txt wording and format in man...
2014-10-09  Junio C Hamanocompletion: use "git -C $there" instead of (cd $there...
2014-10-08  brian m. carlsonDocumentation: fix misrender of pretty-formats in Ascii...
2014-10-08  Junio C HamanoUpdate draft release notes to 2.2
2014-10-08  Junio C HamanoMerge branch 'sp/stream-clean-filter'
2014-10-08  Junio C HamanoMerge branch 'bw/use-write-script-in-tests'
2014-10-08  Junio C HamanoMerge branch 'nd/archive-pathspec'
2014-10-08  Junio C HamanoMerge branch 'jc/push-cert'
2014-10-07  Junio C HamanoSync with maint
2014-10-07  Junio C HamanoMerge branch 'maint-2.0' into maint
2014-10-07  Junio C HamanoMerge branch 'maint-1.9' into maint-2.0
2014-10-07  Junio C HamanoMerge branch 'maint-1.8.5' into maint-1.9
2014-10-07  Junio C HamanoMerge branch 'jk/mbox-from-line' into maint
2014-10-07  David Aguilarcompletion: add --show-signature for log and show
2014-10-07  René Scharfeuse skip_prefix() to avoid more magic numbers
2014-10-07  Wieland Hoffmanngit-tag.txt: Add a missing hyphen to `-s`
2014-10-07  René Scharfemailsplit: remove unnecessary unlink(2) call
2014-10-07  René Scharfebundle: plug minor memory leak in is_tag_in_date_range()
2014-10-01  Michael Haggertycommit_packed_refs(): reimplement using fdopen_lock_file()
2014-10-01  Michael Haggertydump_marks(): reimplement using fdopen_lock_file()
2014-10-01  Michael Haggertyfdopen_lock_file(): access a lockfile using stdio
2014-10-01  Michael Haggertylockfile.h: extract new header file for the functions...
2014-10-01  Michael Haggertyhold_locked_index(): move from lockfile.c to read-cache.c
2014-10-01  Michael Haggertyhold_lock_file_for_append(): restore errno before returning
2014-10-01  Michael Haggertyget_locked_file_path(): new function
2014-10-01  Michael Haggertylockfile.c: rename static functions
2014-10-01  Michael Haggertylockfile: rename LOCK_NODEREF to LOCK_NO_DEREF
2014-10-01  Michael Haggertycommit_lock_file_to(): refactor a helper out of commit_...
2014-10-01  Michael Haggertytrim_last_path_component(): replace last_path_elm()
2014-10-01  Michael Haggertyresolve_symlink(): take a strbuf parameter
2014-10-01  Michael Haggertyresolve_symlink(): use a strbuf for internal scratch...
2014-10-01  Michael Haggertylockfile: change lock_file::filename into a strbuf
2014-10-01  Michael Haggertycommit_lock_file(): use a strbuf to manage temporary...
2014-10-01  Michael Haggertytry_merge_strategy(): use a statically-allocated lock_f...
2014-10-01  Michael Haggertytry_merge_strategy(): remove redundant lock_file allocation
2014-10-01  Michael Haggertystruct lock_file: declare some fields volatile
2014-10-01  Michael Haggertylockfile: avoid transitory invalid states
2014-10-01  Michael Haggertygit_config_set_multivar_in_file(): avoid call to rollba...
2014-10-01  Michael Haggertydump_marks(): remove a redundant call to rollback_lock_...
2014-10-01  Michael Haggertyapi-lockfile: document edge cases
2014-10-01  Michael Haggertycommit_lock_file(): rollback lock file on failure to...
2014-10-01  Michael Haggertyclose_lock_file(): if close fails, roll back
2014-10-01  Michael Haggertycommit_lock_file(): die() if called for unlocked lockfi...
2014-10-01  Michael Haggertycommit_lock_file(): inline temporary variable
2014-10-01  Michael Haggertyremove_lock_file(): call rollback_lock_file()
2014-10-01  Michael Haggertylock_file(): exit early if lockfile cannot be opened
2014-10-01  Michael Haggertyprepare_index(): declare return value to be (const...
2014-10-01  Michael Haggertydelete_ref_loose(): don't muck around in the lock_file...
2014-10-01  Michael Haggertycache.h: define constants LOCK_SUFFIX and LOCK_SUFFIX_LEN
2014-10-01  Michael Haggertylockfile.c: document the various states of lock_file...
2014-10-01  Michael Haggertylock_file(): always initialize and register lock_file...
2014-10-01  Michael Haggertyhold_lock_file_for_append(): release lock on errors
2014-10-01  Michael Haggertylockfile: unlock file if lockfile permissions cannot...
2014-10-01  Michael Haggertyrollback_lock_file(): set fd to -1
2014-10-01  Michael Haggertyrollback_lock_file(): exit early if lock is not active
2014-10-01  Michael Haggertyrollback_lock_file(): do not clear filename redundantly
2014-10-01  Michael Haggertyclose_lock_file(): exit (successfully) if file is alrea...
2014-10-01  Michael Haggertyapi-lockfile: revise and expand the documentation
2014-10-01  Michael Haggertyunable_to_lock_die(): rename function from unable_to_lo...
2014-10-01  René Scharfedaemon: remove write-only variable maxfd
2014-10-01  René Scharfedaemon: fix error message after bind()
2014-10-01  René Scharfedaemon: handle gethostbyname() error
2014-10-01  René Scharfesha1-lookup: handle duplicates in sha1_pos()
2014-10-01  René Scharfesha1-array: add test-sha1-array and basic tests
2014-09-30  René Scharfet0090: avoid passing empty string to printf %d
2014-09-30  Junio C HamanoSync with 2.1.2
2014-09-30  Junio C HamanoMerge branch 'jt/itimer-autoconf'
2014-09-30  Junio C HamanoMerge branch 'jc/test-lazy-prereq'
2014-09-30  Junio C HamanoMerge branch 'sb/merge-recursive-copy-paste-fix'
2014-09-30  Junio C HamanoMerge branch 'pr/use-default-sigpipe-setting'
2014-09-30  Junio C HamanoGit 2.1.2 v2.1.2
2014-09-30  Junio C HamanoMerge branch 'jk/fsck-exit-code-fix' into maint
2014-09-30  Junio C HamanoMerge branch 'ta/config-add-to-empty-or-true-fix' into...
2014-09-30  Junio C HamanoMerge branch 'mk/reachable-protect-detached-head' into...
2014-09-30  Junio C HamanoMerge branch 'mb/fast-import-delete-root' into maint
2014-09-30  Junio C HamanoMerge branch 'jk/index-pack-threading-races' into maint
2014-09-30  Junio C HamanoMerge branch 'jk/send-pack-many-refspecs' into maint
2014-09-30  Junio C HamanoMerge branch 'so/rebase-doc' into maint
2014-09-29  Ben Waltontrace.c: do not mark getnanotime() as "inline"
2014-09-29  Junio C HamanoUpdate draft release notes to 2.2
next