Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | memoize common git-path "constant" filesjk/git-path | Jeff King | 2015-08-10 | 17 | -119/+151 |
* | get_repo_path: refactor path-allocation | Jeff King | 2015-08-10 | 1 | -14/+29 |
* | find_hook: keep our own static buffer | Jeff King | 2015-08-10 | 2 | -4/+11 |
* | refs.c: remove_empty_directories can take a strbuf | Jeff King | 2015-08-10 | 1 | -19/+15 |
* | refs.c: avoid git_path assignment in lock_ref_sha1_basic | Jeff King | 2015-08-10 | 1 | -13/+19 |
* | refs.c: avoid repeated git_path calls in rename_tmp_log | Jeff King | 2015-08-10 | 1 | -7/+14 |
* | refs.c: simplify strbufs in reflog setup and writing | Jeff King | 2015-08-10 | 1 | -23/+15 |
* | path.c: drop git_path_submodule | Jeff King | 2015-08-10 | 2 | -13/+2 |
* | refs.c: remove extra git_path calls from read_loose_refs | Jeff King | 2015-08-10 | 1 | -10/+13 |
* | remote.c: drop extraneous local variable from migrate_file | Jeff King | 2015-08-10 | 1 | -5/+2 |
* | prefer mkpathdup to mkpath in assignments | Jeff King | 2015-08-10 | 2 | -13/+17 |
* | prefer git_pathdup to git_path in some possibly-dangerous cases | Jeff King | 2015-08-10 | 6 | -11/+21 |
* | add_to_alternates_file: don't add duplicate entries | Jeff King | 2015-08-10 | 2 | -7/+45 |
* | t5700: modernize style | Jeff King | 2015-08-10 | 1 | -112/+81 |
* | cache.h: complete set of git_path_submodule helpers | Jeff King | 2015-08-10 | 2 | -5/+35 |
* | cache.h: clarify documentation for git_path, et al | Jeff King | 2015-08-10 | 1 | -5/+12 |
* | Sync with maint | Junio C Hamano | 2015-08-03 | 3 | -4/+24 |
|\ | |||||
| * | Sync with 2.4.8 | Junio C Hamano | 2015-08-03 | 3 | -4/+24 |
| |\ | |||||
| | * | Git 2.4.8v2.4.8 | Junio C Hamano | 2015-08-03 | 4 | -5/+25 |
| | * | Merge branch 'js/rebase-i-clean-up-upon-continue-to-skip' into maint | Junio C Hamano | 2015-08-03 | 2 | -1/+26 |
| | |\ | |||||
| | * \ | Merge branch 'ss/clone-guess-dir-name-simplify' into maint | Junio C Hamano | 2015-08-03 | 1 | -13/+6 |
| | |\ \ | |||||
| | * \ \ | Merge branch 'sg/completion-commit-cleanup' into maint | Junio C Hamano | 2015-08-03 | 1 | -1/+1 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge branch 'pt/am-abort-fix' into maint | Junio C Hamano | 2015-08-03 | 2 | -8/+104 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge branch 'mh/reporting-broken-refs-from-for-each-ref' into maint | Junio C Hamano | 2015-08-03 | 3 | -7/+83 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge branch 'sg/commit-cleanup-scissors' into maint | Junio C Hamano | 2015-08-03 | 2 | -5/+28 |
| | |\ \ \ \ \ \ | |||||
* | | | | | | | | | First batch for 2.6 | Junio C Hamano | 2015-08-03 | 3 | -2/+156 |
* | | | | | | | | | Merge branch 'es/doc-clean-outdated-tools' | Junio C Hamano | 2015-08-03 | 2 | -117/+9 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Documentation/git-tools: retire manually-maintained listes/doc-clean-outdated-tools | Eric Sunshine | 2015-07-28 | 1 | -81/+7 |
| * | | | | | | | | | Documentation/git-tools: drop references to defunct tools | Eric Sunshine | 2015-07-28 | 1 | -31/+0 |
| * | | | | | | | | | Documentation/git-tools: fix item text formatting | Eric Sunshine | 2015-07-28 | 1 | -67/+67 |
| * | | | | | | | | | Documentation/git-tools: improve discoverability of Git wiki | Eric Sunshine | 2015-07-28 | 1 | -6/+3 |
| * | | | | | | | | | Documentation/git: drop outdated Cogito reference | Eric Sunshine | 2015-07-25 | 1 | -1/+1 |
* | | | | | | | | | | Merge branch 'jk/refspec-parse-wildcard' | Junio C Hamano | 2015-08-03 | 5 | -30/+41 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | refs: loosen restriction on wildcard "*" refspecsjk/refspec-parse-wildcard | Jacob Keller | 2015-07-27 | 5 | -27/+36 |
| * | | | | | | | | | | refs: cleanup comments regarding check_refname_component() | Jacob Keller | 2015-07-27 | 1 | -5/+7 |
* | | | | | | | | | | | Merge branch 'da/subtree-date-confusion' | Junio C Hamano | 2015-08-03 | 2 | -1/+5 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | contrib/subtree: ignore log.date configurationda/subtree-date-confusion | David Aguilar | 2015-07-23 | 2 | -1/+5 |
| |/ / / / / / / / / / | |||||
* | | | | | | | | | | | Merge branch 'jx/do-not-crash-receive-pack-wo-head' | Junio C Hamano | 2015-08-03 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | receive-pack: crash when checking with non-exist HEADjx/do-not-crash-receive-pack-wo-head | Jiang Xin | 2015-07-22 | 1 | -1/+1 |
* | | | | | | | | | | | | Merge branch 'db/send-pack-user-signingkey' | Junio C Hamano | 2015-08-03 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | builtin/send-pack.c: respect user.signingkeydb/send-pack-user-signingkey | Junio C Hamano | 2015-07-21 | 1 | -0/+3 |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge branch 'zb/userdiff-fountain' | Junio C Hamano | 2015-08-03 | 4 | -0/+9 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | userdiff: add support for Fountain documentszb/userdiff-fountain | Zoë Blade | 2015-07-23 | 4 | -0/+9 |
* | | | | | | | | | | | | | Merge branch 'dt/refs-backend-preamble' | Junio C Hamano | 2015-08-03 | 13 | -86/+239 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | git-stash: use update-ref --create-reflog instead of creating filesdt/refs-backend-preamble | David Turner | 2015-07-21 | 1 | -4/+2 |
| * | | | | | | | | | | | | | update-ref and tag: add --create-reflog arg | David Turner | 2015-07-21 | 6 | -7/+74 |
| * | | | | | | | | | | | | | refs: add REF_FORCE_CREATE_REFLOG flag | David Turner | 2015-07-21 | 2 | -13/+22 |
| * | | | | | | | | | | | | | git-reflog: add exists command | David Turner | 2015-07-21 | 3 | -1/+41 |
| * | | | | | | | | | | | | | refs: new public ref function: safe_create_reflog | David Turner | 2015-07-21 | 3 | -14/+26 |
| * | | | | | | | | | | | | | refs: break out check for reflog autocreation | David Turner | 2015-07-21 | 1 | -5/+11 |