summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-16object_array: factor out slopbuf-freeing logicJeff King
2014-10-16isxdigit: cast input to unsigned charJeff King
2014-10-16foreach_alt_odb: propagate return value from callbackJeff King
2014-10-15contacts: add a Makefile to generate docs and installSebastian Schuberth
2014-10-15subtree: add an install-html targetSebastian Schuberth
2014-10-15difftool: don't assume that default sh is saneCharles Bailey
2014-10-15mergetool: don't require a work tree for --tool-helpCharles Bailey
2014-10-15git-sh-setup: move GIT_DIR initialization into a functionDavid Aguilar
2014-10-15mergetool: use more conservative temporary filenamesDavid Aguilar
2014-10-15test-lib-functions: adjust style to match CodingGuidelinesDavid Aguilar
2014-10-15t7610-mergetool: prefer test_config over git configDavid Aguilar
2014-10-15t7610-mergetool: add missing && and remove commented-out codeDavid Aguilar
2014-10-15t7610-mergetool: use tabs instead of a mix of tabs and spacesDavid Aguilar
2014-10-15Documentation: implement linkgit macro for Asciidoctorbrian m. carlson
2014-10-15Documentation: move some AsciiDoc parameters into variablesbrian m. carlson
2014-10-15ref_transaction_commit: bail out on failure to remove a refJonathan Nieder
2014-10-15lockfile: remove unable_to_lock_errorJonathan Nieder
2014-10-15refs.c: do not permit err == NULLJonathan Nieder
2014-10-15remote rm/prune: print a message when writing packed-refs failsRonnie Sahlberg
2014-10-15for-each-ref: skip and warn about broken ref namesRonnie Sahlberg
2014-10-15refs.c: allow listing and deleting badly named refsRonnie Sahlberg
2014-10-15test: put tests for handling of bad ref names in one placeRonnie Sahlberg
2014-10-15packed-ref cache: forbid dot-components in refnamesJonathan Nieder
2014-10-15branch -d: simplify by using RESOLVE_REF_READINGRonnie Sahlberg
2014-10-15branch -d: avoid repeated symref resolutionJonathan Nieder
2014-10-15reflog test: test interaction with detached HEADJunio C Hamano
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg
2014-10-15refs.c: make write_ref_sha1 staticRonnie Sahlberg
2014-10-15fetch.c: change s_update_ref to use a ref transactionRonnie Sahlberg
2014-10-15refs.c: ref_transaction_commit: distinguish name conflicts from other errorsRonnie Sahlberg
2014-10-15refs.c: pass a list of names to skip to is_refname_availableRonnie Sahlberg
2014-10-15refs.c: call lock_ref_sha1_basic directly from commitRonnie Sahlberg
2014-10-15refs.c: refuse to lock badly named refs in lock_ref_sha1_basicRonnie Sahlberg
2014-10-15rename_ref: don't ask read_ref_full where the ref came fromRonnie Sahlberg
2014-10-15refs.c: pass the ref log message to _create/delete/update instead of _commitRonnie Sahlberg
2014-10-15refs.c: add an err argument to delete_ref_looseRonnie Sahlberg
2014-10-15wrapper.c: add a new function unlink_or_msgRonnie Sahlberg
2014-10-15refs.c: lock_ref_sha1_basic is used for all refsRonnie Sahlberg
2014-10-15wrapper.c: remove/unlink_or_warn: simplify, treat ENOENT as successRonnie Sahlberg
2014-10-15mv test: recreate mod/ directory instead of relying on stale copyJonathan Nieder
2014-10-14completion: silence "fatal: Not a git repository" errorJohn Szakmeister
2014-10-14color_parse: do not mention variable name in error messageJeff King
2014-10-14pass config slots as pointers instead of offsetsJonathan Nieder
2014-10-14Update draft release notes to 2.2Junio C Hamano
2014-10-14Merge branch 'bc/asciidoc-pretty-formats-fix'Junio C Hamano
2014-10-14Merge branch 'rs/plug-leak-in-bundle'Junio C Hamano
2014-10-14Merge branch 'rs/more-uses-of-skip-prefix'Junio C Hamano
2014-10-14Merge branch 'rs/mailsplit'Junio C Hamano
2014-10-14Merge branch 'rs/sha1-array-test'Junio C Hamano
2014-10-14Merge branch 'mh/lockfile-stdio'Junio C Hamano