summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* memoize common git-path "constant" filesjk/git-pathJeff King2015-08-1017-119/+151
* get_repo_path: refactor path-allocationJeff King2015-08-101-14/+29
* find_hook: keep our own static bufferJeff King2015-08-102-4/+11
* refs.c: remove_empty_directories can take a strbufJeff King2015-08-101-19/+15
* refs.c: avoid git_path assignment in lock_ref_sha1_basicJeff King2015-08-101-13/+19
* refs.c: avoid repeated git_path calls in rename_tmp_logJeff King2015-08-101-7/+14
* refs.c: simplify strbufs in reflog setup and writingJeff King2015-08-101-23/+15
* path.c: drop git_path_submoduleJeff King2015-08-102-13/+2
* refs.c: remove extra git_path calls from read_loose_refsJeff King2015-08-101-10/+13
* remote.c: drop extraneous local variable from migrate_fileJeff King2015-08-101-5/+2
* prefer mkpathdup to mkpath in assignmentsJeff King2015-08-102-13/+17
* prefer git_pathdup to git_path in some possibly-dangerous casesJeff King2015-08-106-11/+21
* add_to_alternates_file: don't add duplicate entriesJeff King2015-08-102-7/+45
* t5700: modernize styleJeff King2015-08-101-112/+81
* cache.h: complete set of git_path_submodule helpersJeff King2015-08-102-5/+35
* cache.h: clarify documentation for git_path, et alJeff King2015-08-101-5/+12
* Sync with maintJunio C Hamano2015-08-033-4/+24
|\
| * Sync with 2.4.8Junio C Hamano2015-08-033-4/+24
| |\
| | * Git 2.4.8v2.4.8Junio C Hamano2015-08-034-5/+25
| | * Merge branch 'js/rebase-i-clean-up-upon-continue-to-skip' into maintJunio C Hamano2015-08-032-1/+26
| | |\
| | * \ Merge branch 'ss/clone-guess-dir-name-simplify' into maintJunio C Hamano2015-08-031-13/+6
| | |\ \
| | * \ \ Merge branch 'sg/completion-commit-cleanup' into maintJunio C Hamano2015-08-031-1/+1
| | |\ \ \
| | * \ \ \ Merge branch 'pt/am-abort-fix' into maintJunio C Hamano2015-08-032-8/+104
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'mh/reporting-broken-refs-from-for-each-ref' into maintJunio C Hamano2015-08-033-7/+83
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'sg/commit-cleanup-scissors' into maintJunio C Hamano2015-08-032-5/+28
| | |\ \ \ \ \ \
* | | | | | | | | First batch for 2.6Junio C Hamano2015-08-033-2/+156
* | | | | | | | | Merge branch 'es/doc-clean-outdated-tools'Junio C Hamano2015-08-032-117/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Documentation/git-tools: retire manually-maintained listes/doc-clean-outdated-toolsEric Sunshine2015-07-281-81/+7
| * | | | | | | | | Documentation/git-tools: drop references to defunct toolsEric Sunshine2015-07-281-31/+0
| * | | | | | | | | Documentation/git-tools: fix item text formattingEric Sunshine2015-07-281-67/+67
| * | | | | | | | | Documentation/git-tools: improve discoverability of Git wikiEric Sunshine2015-07-281-6/+3
| * | | | | | | | | Documentation/git: drop outdated Cogito referenceEric Sunshine2015-07-251-1/+1
* | | | | | | | | | Merge branch 'jk/refspec-parse-wildcard'Junio C Hamano2015-08-035-30/+41
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | refs: loosen restriction on wildcard "*" refspecsjk/refspec-parse-wildcardJacob Keller2015-07-275-27/+36
| * | | | | | | | | | refs: cleanup comments regarding check_refname_component()Jacob Keller2015-07-271-5/+7
* | | | | | | | | | | Merge branch 'da/subtree-date-confusion'Junio C Hamano2015-08-032-1/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | contrib/subtree: ignore log.date configurationda/subtree-date-confusionDavid Aguilar2015-07-232-1/+5
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'jx/do-not-crash-receive-pack-wo-head'Junio C Hamano2015-08-031-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | receive-pack: crash when checking with non-exist HEADjx/do-not-crash-receive-pack-wo-headJiang Xin2015-07-221-1/+1
* | | | | | | | | | | | Merge branch 'db/send-pack-user-signingkey'Junio C Hamano2015-08-031-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | builtin/send-pack.c: respect user.signingkeydb/send-pack-user-signingkeyJunio C Hamano2015-07-211-0/+3
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'zb/userdiff-fountain'Junio C Hamano2015-08-034-0/+9
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | userdiff: add support for Fountain documentszb/userdiff-fountainZoë Blade2015-07-234-0/+9
* | | | | | | | | | | | | Merge branch 'dt/refs-backend-preamble'Junio C Hamano2015-08-0313-86/+239
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | git-stash: use update-ref --create-reflog instead of creating filesdt/refs-backend-preambleDavid Turner2015-07-211-4/+2
| * | | | | | | | | | | | | update-ref and tag: add --create-reflog argDavid Turner2015-07-216-7/+74
| * | | | | | | | | | | | | refs: add REF_FORCE_CREATE_REFLOG flagDavid Turner2015-07-212-13/+22
| * | | | | | | | | | | | | git-reflog: add exists commandDavid Turner2015-07-213-1/+41
| * | | | | | | | | | | | | refs: new public ref function: safe_create_reflogDavid Turner2015-07-213-14/+26
| * | | | | | | | | | | | | refs: break out check for reflog autocreationDavid Turner2015-07-211-5/+11