Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | get_ref_dir(): don't call read_loose_refs() for "refs/bisect" | Michael Haggerty | 2017-04-14 | 1 | -2/+0 | |
* | | | | | | | Merge branch 'nd/worktree-add-lock' | Junio C Hamano | 2017-04-26 | 3 | -5/+23 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | worktree add: add --lock optionnd/worktree-add-lock | Nguyễn Thái Ngọc Duy | 2017-04-20 | 3 | -5/+23 | |
* | | | | | | | | Merge branch 'jk/update-links-in-docs' | Junio C Hamano | 2017-04-26 | 6 | -14/+14 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | docs/bisect-lk2009: update java code conventions link | Jeff King | 2017-04-20 | 1 | -1/+1 | |
| * | | | | | | | | docs/bisect-lk2009: update nist report link | Jeff King | 2017-04-20 | 1 | -1/+1 | |
| * | | | | | | | | docs/archimport: quote sourcecontrol.net reference | Jeff King | 2017-04-20 | 1 | -1/+1 | |
| * | | | | | | | | gitcore-tutorial: update broken link | Jeff King | 2017-04-20 | 1 | -1/+1 | |
| * | | | | | | | | doc: replace or.cz gitwiki link with git.wiki.kernel.org | Jeff King | 2017-04-20 | 1 | -1/+1 | |
| * | | | | | | | | doc: use https links to avoid http redirect | Jeff King | 2017-04-20 | 3 | -9/+9 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'sf/putty-w-args' | Junio C Hamano | 2017-04-26 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | connect.c: fix leak in handle_ssh_variantsf/putty-w-args | Jeff King | 2017-04-20 | 1 | -1/+3 | |
* | | | | | | | | | Merge branch 'ab/completion-push-delete-ref' | Junio C Hamano | 2017-04-26 | 2 | -0/+35 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | completion: expand "push --delete <remote> <ref>" for refs on that <remote>ab/completion-push-delete-ref | Ævar Arnfjörð Bjarmason | 2017-04-23 | 2 | -0/+35 | |
* | | | | | | | | | | Merge branch 'cc/split-index-config' | Junio C Hamano | 2017-04-26 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | read-cache: avoid using git_path() in freshen_shared_index()cc/split-index-config | Christian Couder | 2017-04-20 | 1 | -1/+2 | |
* | | | | | | | | | | | Merge branch 'jk/war-on-git-path' | Junio C Hamano | 2017-04-26 | 10 | -30/+28 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | am: drop "dir" parameter from am_state_initjk/war-on-git-path | Jeff King | 2017-04-20 | 1 | -6/+4 | |
| * | | | | | | | | | | | replace strbuf_addstr(git_path()) with git_path_buf() | Jeff King | 2017-04-20 | 2 | -6/+4 | |
| * | | | | | | | | | | | replace xstrdup(git_path(...)) with git_pathdup(...) | Jeff King | 2017-04-20 | 2 | -3/+4 | |
| * | | | | | | | | | | | use git_path_* helper functions | Jeff King | 2017-04-20 | 3 | -11/+11 | |
| * | | | | | | | | | | | branch: add edit_description() helper | Jeff King | 2017-04-20 | 1 | -3/+3 | |
| * | | | | | | | | | | | bisect: add git_path_bisect_terms helper | Jeff King | 2017-04-20 | 1 | -1/+2 | |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'jh/add-index-entry-optim' | Junio C Hamano | 2017-04-26 | 10 | -2/+446 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | read-cache: speed up has_dir_name (part 2)jh/add-index-entry-optim | Jeff Hostetler | 2017-04-19 | 1 | -1/+62 | |
| * | | | | | | | | | | | read-cache: speed up has_dir_name (part 1) | Jeff Hostetler | 2017-04-19 | 1 | -0/+45 | |
| * | | | | | | | | | | | read-cache: speed up add_index_entry during checkout | Jeff Hostetler | 2017-04-19 | 1 | -1/+10 | |
| * | | | | | | | | | | | p0006-read-tree-checkout: perf test to time read-tree | Jeff Hostetler | 2017-04-19 | 4 | -0/+263 | |
| * | | | | | | | | | | | read-cache: add strcmp_offset function | Jeff Hostetler | 2017-04-15 | 6 | -0/+66 | |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'ss/submodule-shallow-doc' | Junio C Hamano | 2017-04-26 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | gitmodules: clarify what history depth a shallow clone hasss/submodule-shallow-doc | Sebastian Schuberth | 2017-04-19 | 1 | -2/+2 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'ss/gitmodules-ignore-doc' | Junio C Hamano | 2017-04-26 | 1 | -11/+20 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | gitmodules: clarify the ignore option valuesss/gitmodules-ignore-doc | Sebastian Schuberth | 2017-04-19 | 1 | -11/+20 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge branch 'nd/conditional-config-in-early-config' | Junio C Hamano | 2017-04-26 | 5 | -30/+90 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | config: correct file reading order in read_early_config()nd/conditional-config-in-early-config | Nguyễn Thái Ngọc Duy | 2017-04-19 | 2 | -14/+30 | |
| * | | | | | | | | | | | config: handle conditional include when $GIT_DIR is not set up | Nguyễn Thái Ngọc Duy | 2017-04-17 | 3 | -8/+38 | |
| * | | | | | | | | | | | config: prepare to pass more info in git_config_with_options() | Nguyễn Thái Ngọc Duy | 2017-04-17 | 3 | -15/+29 | |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'ab/push-cas-doc-n-test' | Junio C Hamano | 2017-04-26 | 2 | -0/+70 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | push: document & test --force-with-lease with multiple remotesab/push-cas-doc-n-test | Ævar Arnfjörð Bjarmason | 2017-04-19 | 2 | -0/+70 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'ls/travis-coccicheck' | Junio C Hamano | 2017-04-26 | 1 | -0/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | travis-ci: add static analysis build job to run coccicheckls/travis-coccicheck | Lars Schneider | 2017-04-16 | 1 | -0/+12 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge branch 'ps/pathspec-empty-prefix-origin' | Junio C Hamano | 2017-04-26 | 2 | -1/+23 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | pathspec: honor `PATHSPEC_PREFIX_ORIGIN` with empty prefixps/pathspec-empty-prefix-origin | Patrick Steinhardt | 2017-04-14 | 2 | -1/+23 | |
* | | | | | | | | | | | | Merge branch 'pc/t2027-git-to-pipe-cleanup' | Junio C Hamano | 2017-04-26 | 1 | -14/+21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | t2027: avoid using pipespc/t2027-git-to-pipe-cleanup | Prathamesh Chavan | 2017-04-14 | 1 | -14/+21 | |
* | | | | | | | | | | | | | Merge branch 'gb/rebase-signoff' | Junio C Hamano | 2017-04-26 | 4 | -22/+71 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | rebase: pass --[no-]signoff option to git amgb/rebase-signoff | Giuseppe Bilotta | 2017-04-18 | 3 | -1/+53 | |
| * | | | | | | | | | | | | builtin/am: fold am_signoff() into am_append_signoff() | Giuseppe Bilotta | 2017-04-16 | 1 | -18/+15 | |
| * | | | | | | | | | | | | builtin/am: honor --signoff also when --rebasing | Giuseppe Bilotta | 2017-04-16 | 1 | -3/+3 | |
* | | | | | | | | | | | | | Getting ready for -rc1 | Junio C Hamano | 2017-04-23 | 1 | -3/+51 |