Age | Commit message (Expand) | Author | Files | Lines |
2015-08-19 | builtin/send-pack.c: use parse_options API | Dave Borowitz | 1 | -104/+59 |
2015-08-19 | config.c: rename git_config_maybe_bool_text and export it as git_parse_maybe_... | Dave Borowitz | 2 | -3/+4 |
2015-08-19 | transport: remove git_transport_options.push_cert | Dave Borowitz | 2 | -4/+0 |
2015-08-19 | gitremote-helpers.txt: document pushcert option | Dave Borowitz | 1 | -0/+3 |
2015-08-19 | Documentation/git-send-pack.txt: document --signed | Dave Borowitz | 1 | -1/+9 |
2015-08-19 | Documentation/git-send-pack.txt: wrap long synopsis line | Dave Borowitz | 1 | -1/+3 |
2015-08-19 | Documentation/git-push.txt: document when --signed may fail | Dave Borowitz | 1 | -1/+3 |
2015-08-19 | submodule: allow erroneous values for the fetchRecurseSubmodules option | Heiko Voigt | 6 | -17/+66 |
2015-08-19 | submodule: use new config API for worktree configurations | Heiko Voigt | 9 | -138/+104 |
2015-08-19 | submodule: extract functions for config set and lookup | Heiko Voigt | 1 | -45/+97 |
2015-08-19 | submodule: implement a config API for lookup of .gitmodules values | Heiko Voigt | 9 | -0/+671 |
2015-08-19 | am --skip/--abort: merge HEAD/ORIG_HEAD tree into index | Paul Tan | 2 | -13/+60 |
2015-08-19 | untracked cache: fix entry invalidation | Nguyễn Thái Ngọc Duy | 2 | -13/+83 |
2015-08-19 | untracked-cache: fix subdirectory handling | David Turner | 2 | -7/+79 |
2015-08-19 | t7063: use --force-untracked-cache to speed up a bit | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2015-08-17 | notes: teach git-notes about notes.<name>.mergeStrategy option | Jacob Keller | 4 | -1/+64 |
2015-08-17 | notes: add notes.mergeStrategy option to select default strategy | Jacob Keller | 4 | -3/+76 |
2015-08-17 | notes: add tests for --commit/--abort/--strategy exclusivity | Jacob Keller | 1 | -0/+12 |
2015-08-17 | notes: extract parse_notes_merge_strategy to notes-utils | Jacob Keller | 3 | -11/+20 |
2015-08-17 | notes: extract enum notes_merge_strategy to notes-utils.h | Jacob Keller | 2 | -7/+11 |
2015-08-17 | notes: document cat_sort_uniq rewriteMode | Jacob Keller | 2 | -4/+5 |
2015-08-17 | Third batch for 2.6 | Junio C Hamano | 1 | -0/+11 |
2015-08-17 | Merge branch 'dt/untracked-sparse' | Junio C Hamano | 2 | -14/+122 |
2015-08-17 | Merge branch 'ta/docfix-index-format-tech' | Junio C Hamano | 1 | -1/+1 |
2015-08-17 | Merge branch 'mh/get-remote-group-fix' | Junio C Hamano | 1 | -8/+6 |
2015-08-17 | Merge branch 'kd/pull-rebase-autostash' | Junio C Hamano | 2 | -1/+16 |
2015-08-17 | send-email: provide whitelist of SMTP AUTH mechanisms | Jan Viktorin | 2 | -1/+38 |
2015-08-17 | po/README: Update directions for l10n contributors | Philip Oakley | 1 | -0/+19 |
2015-08-17 | http: add support for specifying the SSL version | Elia Pinto | 3 | -1/+56 |
2015-08-14 | config: close config file handle in case of error | Sven Strickroth | 1 | -1/+4 |
2015-08-13 | gitk: Add a "Copy commit summary" command | Beat Bolli | 1 | -0/+15 |
2015-08-13 | gitk: Update Bulgarian translation (307t) | Alexander Shopov | 1 | -11/+8 |
2015-08-12 | credential-cache--daemon: use tempfile module | Michael Haggerty | 1 | -20/+6 |
2015-08-12 | credential-cache--daemon: delete socket from main() | Michael Haggerty | 1 | -1/+2 |
2015-08-12 | gc: use tempfile module to handle gc.pid file | Michael Haggerty | 1 | -20/+5 |
2015-08-12 | lock_repo_for_gc(): compute the path to "gc.pid" only once | Michael Haggerty | 1 | -3/+6 |
2015-08-12 | diff: use tempfile module | Michael Haggerty | 1 | -23/+23 |
2015-08-12 | Second batch for 2.6 | Junio C Hamano | 1 | -0/+25 |
2015-08-12 | Merge branch 'sb/remove-unused-var-from-builtin-add' | Junio C Hamano | 1 | -2/+0 |
2015-08-12 | Merge branch 'sb/parse-options-codeformat' | Junio C Hamano | 1 | -1/+1 |
2015-08-12 | Merge branch 'dt/unpack-trees-cache-tree-revalidate' | Junio C Hamano | 2 | -0/+32 |
2015-08-12 | Merge branch 'dt/reflog-tests' | Junio C Hamano | 11 | -46/+37 |
2015-08-12 | Merge branch 'es/worktree-add-cleanup' | Junio C Hamano | 7 | -126/+213 |
2015-08-12 | Merge branch 'pt/am-builtin' | Junio C Hamano | 12 | -15/+2432 |
2015-08-12 | Merge branch 'es/worktree-add' | Junio C Hamano | 4 | -38/+38 |
2015-08-12 | Merge branch 'ad/bisect-cleanup' | Junio C Hamano | 6 | -116/+266 |
2015-08-12 | git_open_noatime: return with errno=0 on success | Clemens Buchacher | 1 | -1/+4 |
2015-08-12 | am: let --signoff override --no-signoff | Paul Tan | 2 | -3/+45 |
2015-08-12 | am: let command-line options override saved options | Paul Tan | 2 | -4/+94 |
2015-08-12 | test_terminal: redirect child process' stdin to a pty | Paul Tan | 1 | -4/+28 |