]> Kevux Git Server - rit/shortlog
rit
2014-12-09 Philip Oakleydoc: make clear --assume-unchanged's user contract
2014-12-09 Alfred Perlsteingit-svn: support for git-svn propset
2014-12-09 Johannes Schindelintest-hashmap: squelch gcc compiler warning
2014-12-09 Duy Nguyenindex-pack: terminate object buffers with NUL
2014-12-09 Jeff Kingfsck: properly bound "invalid tag name" error message
2014-12-05 Torsten Bögershausent0027: check the eol conversion warnings
2014-12-05 Junio C HamanoFirst batch for 2.3 cycle
2014-12-05 Junio C HamanoMerge branch 'mh/config-flip-xbit-back-after-checking'
2014-12-05 Junio C HamanoMerge branch 'jk/gitweb-with-newer-cgi-multi-param'
2014-12-05 Junio C HamanoMerge branch 'rs/receive-pack-use-labs'
2014-12-05 Junio C HamanoMerge branch 'rs/maint-config-use-labs'
2014-12-05 Junio C HamanoMerge branch 'js/windows-open-eisdir-error'
2014-12-05 Junio C HamanoMerge branch 'jh/empty-notes'
2014-12-05 Junio C HamanoMerge branch 'sv/get-builtin'
2014-12-05 Junio C HamanoMerge branch 'jk/checkout-from-tree'
2014-12-05 Junio C HamanoMerge branch 'tq/git-ssh-command'
2014-12-05 Junio C HamanoMerge branch 'rs/env-array-in-child-process'
2014-12-05 Junio C HamanoMerge branch 'maint' of git://github.com/git-l10n/git...
2014-12-05 Junio C HamanoStart post 2.2 cycle
2014-12-05 Jeff Kingfor_each_reflog_ent_reverse: turn leftover check into...
2014-12-05 Jeff Kingfor_each_reflog_ent_reverse: fix newlines on block...
2014-12-04 Ronnie Sahlbergrefs.c: make ref_transaction_delete a wrapper for ref_t...
2014-12-04 Ronnie Sahlbergrefs.c: make ref_transaction_create a wrapper for ref_t...
2014-12-04 Jonathan Niederdoc: document error handling functions and conventions
2014-12-04 Stefan Bellerstring_list: remove string_list_insert_at_index() from...
2014-12-04 Stefan Bellermailmap: use higher level string list functions
2014-12-04 Slavomir VlcekDocumentation/git-stripspace: add synopsis for --commen...
2014-12-04 Michael J Grubercheck-ignore: clarify treatment of tracked files
2014-12-04 Michael J Grubert3200-branch: test -M
2014-12-04 Ralf Thielowcompletion: add git-tag options
2014-12-04 David Michaelcompat: convert modes to use portable file type values
2014-12-04 Jeff Kingprompt: respect GIT_TERMINAL_PROMPT to disable terminal...
2014-12-04 Jeff Kingcredential: let helpers tell us to quit
2014-12-03 Paul Smithgit-new-workdir: don't fail if the target directory...
2014-12-01 Junio C Hamanoreceive-pack: refactor updateInstead codepath
2014-12-01 Junio C Hamanot3102: style modernization
2014-12-01 Junio C Hamanot3102: document that ls-tree does not yet support negat...
2014-12-01 Nguyễn Thái... ls-tree: disable negative pathspec because it's not...
2014-12-01 Nguyễn Thái... ls-tree: remove path filtering logic in show_tree
2014-12-01 Nguyễn Thái... tree.c: update read_tree_recursive callback to pass...
2014-12-01 Max Kirillovgit-common-dir: make "modules/" per-working-directory...
2014-12-01 Max Kirillovcheckout: do not fail if target is an empty directory
2014-12-01 Nguyễn Thái... t2025: add a test to make sure grafts is working from...
2014-12-01 Dennis Kaarsemakercheckout: don't require a work tree when checking out...
2014-12-01 Nguyễn Thái... git_path(): keep "info/sparse-checkout" per work-tree
2014-12-01 Nguyễn Thái... count-objects: report unused files in $GIT_DIR/worktree...
2014-12-01 Nguyễn Thái... gc: support prune --worktrees
2014-12-01 Nguyễn Thái... gc: factor out gc.pruneexpire parsing code
2014-12-01 Nguyễn Thái... gc: style change -- no SP before closing parenthesis
2014-12-01 Nguyễn Thái... checkout: clean up half-prepared directories in --to...
2014-12-01 Nguyễn Thái... checkout: reject if the branch is already checked out...
2014-12-01 Nguyễn Thái... prune: strategies for linked checkouts
2014-12-01 Nguyễn Thái... checkout: support checking out into a new working directory
2014-12-01 Nguyễn Thái... use new wrapper write_file() for simple file writing
2014-12-01 Nguyễn Thái... wrapper.c: wrapper to open a file, fprintf then close
2014-12-01 Nguyễn Thái... setup.c: support multi-checkout repo setup
2014-12-01 Nguyễn Thái... setup.c: detect $GIT_COMMON_DIR check_repository_format...
2014-12-01 Nguyễn Thái... setup.c: convert check_repository_format_gently to...
2014-12-01 Nguyễn Thái... setup.c: detect $GIT_COMMON_DIR in is_git_directory()
2014-12-01 Nguyễn Thái... setup.c: convert is_git_directory() to use strbuf
2014-12-01 Nguyễn Thái... git-stash: avoid hardcoding $GIT_DIR/logs/....
2014-12-01 Nguyễn Thái... *.sh: avoid hardcoding $GIT_DIR/hooks/...
2014-12-01 Nguyễn Thái... git-sh-setup.sh: use rev-parse --git-path to get $GIT_D...
2014-12-01 Nguyễn Thái... $GIT_COMMON_DIR: a new environment variable
2014-12-01 Nguyễn Thái... commit: use SEQ_DIR instead of hardcoding "sequencer"
2014-12-01 Nguyễn Thái... fast-import: use git_path() for accessing .git dir...
2014-12-01 Nguyễn Thái... reflog: avoid constructing .lock path with git_path
2014-12-01 Nguyễn Thái... *.sh: respect $GIT_INDEX_FILE
2014-12-01 Nguyễn Thái... git_path(): be aware of file relocation in $GIT_DIR
2014-12-01 Nguyễn Thái... path.c: group git_path(), git_pathdup() and strbuf_git_...
2014-12-01 Nguyễn Thái... path.c: rename vsnpath() to do_git_path()
2014-12-01 Nguyễn Thái... git_snpath(): retire and replace with strbuf_git_path()
2014-12-01 Nguyễn Thái... path.c: make get_pathname() call sites return const...
2014-12-01 Nguyễn Thái... path.c: make get_pathname() return strbuf instead of...
2014-12-01 Junio C Hamanorun-command.c: retire unused run_hook_with_custom_index()
2014-12-01 Ralf Thielowfor-each-ref: correct spelling of Tcl in option description
2014-12-01 Ramsay Jonest0050-*.sh: mark the rename (case change) test as passing
2014-12-01 Jeff Kingpush: truly use "simple" as default, not "upstream"
2014-12-01 Karsten Bleespack-bitmap: do not use gcc packed attribute
2014-12-01 Junio C Hamanot5516: more tests for receive.denyCurrentBranch=updateI...
2014-12-01 Johannes Schindelinreceive-pack: add another option for receive.denyCurren...
2014-12-01 Junio C Hamanosystem_path(): always return free'able memory to the...
2014-11-29 Jiang XinMerge branch 'master' of https://github.com/ralfth...
2014-11-28 Hartmut Henkell10n: de.po: fix typos
2014-11-26 Junio C HamanoGit 2.2
2014-11-26 Marc BranchaudRelNotes: spelling & grammar tweaks
2014-11-26 Mike Hommeysha1_name: avoid unnecessary sha1 lookup in find_unique...
2014-11-25 Paolo Bonzinigit-am: add --message-id/--no-message-id
2014-11-25 Paolo Bonzinigit-mailinfo: add --message-id
2014-11-25 Junio C Hamanot9001: style modernisation phase #5
2014-11-25 Junio C Hamanot9001: style modernisation phase #4
2014-11-25 Junio C Hamanot9001: style modernisation phase #3
2014-11-25 Junio C Hamanot9001: style modernisation phase #2
2014-11-25 Junio C Hamanot9001: style modernisation phase #1
2014-11-25 Paolo Bonzinigit-send-email: add --transfer-encoding option
2014-11-25 Paolo Bonzinigit-send-email: delay creation of MIME headers
2014-11-25 Michael Haggertysort_string_list(): rename to string_list_sort()
2014-11-25 Michael Haggertyprune_remote(): iterate using for_each_string_list_item()
2014-11-25 Michael Haggertyprune_remote(): rename local variable
2014-11-25 Michael Haggertyrepack_without_refs(): make the refnames argument a...
next