aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | ref-cache: rename `find_ref()` to `find_ref_entry()`Michael Haggerty2017-04-16
| * | | | | ref-cache: rename `add_ref()` to `add_ref_entry()`Michael Haggerty2017-04-16
| * | | | | refs_verify_refname_available(): use function in more placesMichael Haggerty2017-04-16
| * | | | | refs_verify_refname_available(): implement once for all backendsMichael Haggerty2017-04-16
| * | | | | refs_ref_iterator_begin(): new functionMichael Haggerty2017-04-14
| * | | | | refs_read_raw_ref(): new functionMichael Haggerty2017-04-14
| * | | | | get_ref_dir(): don't call read_loose_refs() for "refs/bisect"Michael Haggerty2017-04-14
* | | | | | Merge branch 'nd/worktree-add-lock'Junio C Hamano2017-04-26
|\ \ \ \ \ \
| * | | | | | worktree add: add --lock optionNguyễn Thái Ngọc Duy2017-04-20
* | | | | | | Merge branch 'jk/update-links-in-docs'Junio C Hamano2017-04-26
|\ \ \ \ \ \ \
| * | | | | | | docs/bisect-lk2009: update java code conventions linkJeff King2017-04-20
| * | | | | | | docs/bisect-lk2009: update nist report linkJeff King2017-04-20
| * | | | | | | docs/archimport: quote sourcecontrol.net referenceJeff King2017-04-20
| * | | | | | | gitcore-tutorial: update broken linkJeff King2017-04-20
| * | | | | | | doc: replace or.cz gitwiki link with git.wiki.kernel.orgJeff King2017-04-20
| * | | | | | | doc: use https links to avoid http redirectJeff King2017-04-20
* | | | | | | | Merge branch 'sf/putty-w-args'Junio C Hamano2017-04-26
|\ \ \ \ \ \ \ \
| * | | | | | | | connect.c: fix leak in handle_ssh_variantJeff King2017-04-20
* | | | | | | | | Merge branch 'ab/completion-push-delete-ref'Junio C Hamano2017-04-26
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | completion: expand "push --delete <remote> <ref>" for refs on that <remote>Ævar Arnfjörð Bjarmason2017-04-23
* | | | | | | | | | Merge branch 'cc/split-index-config'Junio C Hamano2017-04-26
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | read-cache: avoid using git_path() in freshen_shared_index()Christian Couder2017-04-20
* | | | | | | | | | | Merge branch 'jk/war-on-git-path'Junio C Hamano2017-04-26
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | am: drop "dir" parameter from am_state_initJeff King2017-04-20
| * | | | | | | | | | | replace strbuf_addstr(git_path()) with git_path_buf()Jeff King2017-04-20
| * | | | | | | | | | | replace xstrdup(git_path(...)) with git_pathdup(...)Jeff King2017-04-20
| * | | | | | | | | | | use git_path_* helper functionsJeff King2017-04-20
| * | | | | | | | | | | branch: add edit_description() helperJeff King2017-04-20
| * | | | | | | | | | | bisect: add git_path_bisect_terms helperJeff King2017-04-20
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'jh/add-index-entry-optim'Junio C Hamano2017-04-26
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | read-cache: speed up has_dir_name (part 2)Jeff Hostetler2017-04-19
| * | | | | | | | | | | read-cache: speed up has_dir_name (part 1)Jeff Hostetler2017-04-19
| * | | | | | | | | | | read-cache: speed up add_index_entry during checkoutJeff Hostetler2017-04-19
| * | | | | | | | | | | p0006-read-tree-checkout: perf test to time read-treeJeff Hostetler2017-04-19
| * | | | | | | | | | | read-cache: add strcmp_offset functionJeff Hostetler2017-04-15
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'ss/submodule-shallow-doc'Junio C Hamano2017-04-26
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | gitmodules: clarify what history depth a shallow clone hasSebastian Schuberth2017-04-19
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'ss/gitmodules-ignore-doc'Junio C Hamano2017-04-26
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | gitmodules: clarify the ignore option valuesSebastian Schuberth2017-04-19
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'nd/conditional-config-in-early-config'Junio C Hamano2017-04-26
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | config: correct file reading order in read_early_config()Nguyễn Thái Ngọc Duy2017-04-19
| * | | | | | | | | | | config: handle conditional include when $GIT_DIR is not set upNguyễn Thái Ngọc Duy2017-04-17
| * | | | | | | | | | | config: prepare to pass more info in git_config_with_options()Nguyễn Thái Ngọc Duy2017-04-17
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'ab/push-cas-doc-n-test'Junio C Hamano2017-04-26
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | push: document & test --force-with-lease with multiple remotesÆvar Arnfjörð Bjarmason2017-04-19
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'ls/travis-coccicheck'Junio C Hamano2017-04-26
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | travis-ci: add static analysis build job to run coccicheckLars Schneider2017-04-16
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'ps/pathspec-empty-prefix-origin'Junio C Hamano2017-04-26
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | pathspec: honor `PATHSPEC_PREFIX_ORIGIN` with empty prefixPatrick Steinhardt2017-04-14
* | | | | | | | | | | | Merge branch 'pc/t2027-git-to-pipe-cleanup'Junio C Hamano2017-04-26
|\ \ \ \ \ \ \ \ \ \ \ \