Age | Commit message (Expand) | Author | Files | Lines |
2018-06-25 | Merge branch 'sb/object-store-alloc' | Junio C Hamano | 15 | -68/+221 |
2018-06-25 | Merge branch 'jk/show-index' | Junio C Hamano | 5 | -8/+25 |
2018-06-25 | Merge branch 'en/merge-recursive-tests' | Junio C Hamano | 2 | -861/+1098 |
2018-06-25 | Merge branch 'nd/diff-apply-ita' | Junio C Hamano | 7 | -20/+99 |
2018-06-25 | Merge branch 'ds/commit-graph-lockfile-fix' | Junio C Hamano | 11 | -56/+209 |
2018-06-25 | Merge branch 'nd/commit-util-to-slab' | Junio C Hamano | 22 | -195/+382 |
2018-06-25 | Merge branch 'pc/submodule-helper-foreach' | Junio C Hamano | 4 | -47/+190 |
2018-06-25 | Prepare to start 2.19 cycle | Junio C Hamano | 3 | -2/+16 |
2018-06-25 | sequencer.c: plug mem leak in git_sequencer_config | Stefan Beller | 1 | -0/+1 |
2018-06-22 | Documentation: spelling and grammar fixes | Ville Skyttä | 13 | -15/+15 |
2018-06-22 | branch: deprecate "-l" option | Jeff King | 2 | -2/+23 |
2018-06-22 | t: switch "branch -l" to "branch --create-reflog" | Jeff King | 2 | -19/+19 |
2018-06-22 | t3200: unset core.logallrefupdates when testing reflog creation | Jeff King | 1 | -1/+1 |
2018-06-22 | protocol-v2 doc: put HTTP headers after request | Josh Steadmon | 1 | -2/+1 |
2018-06-22 | contrib/git-jump/git-jump: jump to exact location | Taylor Blau | 2 | -3/+11 |
2018-06-22 | grep.c: add configuration variables to show matched option | Taylor Blau | 3 | -0/+14 |
2018-06-22 | builtin/grep.c: add '--column' option to 'git-grep(1)' | Taylor Blau | 3 | -1/+101 |
2018-06-22 | grep.c: display column number of first match | Taylor Blau | 1 | -5/+28 |
2018-06-22 | grep.[ch]: extend grep_opt to allow showing matched column | Taylor Blau | 2 | -10/+39 |
2018-06-22 | grep.c: expose {,inverted} match column in match_line() | Taylor Blau | 1 | -19/+39 |
2018-06-21 | docs: link to gitsubmodules | Brandon Williams | 1 | -2/+3 |
2018-06-21 | Documentation/config.txt: camel-case lineNumber for consistency | Taylor Blau | 1 | -1/+1 |
2018-06-21 | pack-bitmap: add free function | Jonathan Tan | 5 | -6/+37 |
2018-06-21 | pack-bitmap: remove bitmap_git global variable | Jonathan Tan | 5 | -158/+201 |
2018-06-21 | Git 2.18 | Junio C Hamano | 1 | -1/+1 |
2018-06-21 | ewah: delete unused 'rlwit_discharge_empty()' | Junio C Hamano | 4 | -23/+12 |
2018-06-19 | format-patch: clear UNINTERESTING flag before prepare_bases | Xiaolong Ye | 2 | -2/+5 |
2018-06-19 | Merge branch 'en/rename-directory-detection-reboot' | Junio C Hamano | 0 | -0/+0 |
2018-06-19 | sequencer: do not squash 'reword' commits when we hit conflicts | Phillip Wood | 3 | -3/+96 |
2018-06-19 | git-p4: python3: fix octal constants | Luke Diamand | 1 | -1/+1 |
2018-06-19 | git-p4: python3: use print() function | Luke Diamand | 1 | -124/+124 |
2018-06-19 | git-p4: python3: basestring workaround | Luke Diamand | 1 | -0/+16 |
2018-06-19 | git-p4: python3: remove backticks | Luke Diamand | 1 | -1/+1 |
2018-06-19 | git-p4: python3: replace dict.has_key(k) with "k in dict" | Luke Diamand | 1 | -39/+39 |
2018-06-19 | git-p4: python3: replace <> with != | Luke Diamand | 1 | -1/+1 |
2018-06-19 | Merge tag 'l10n-2.18.0-rnd3.1' of git://github.com/git-l10n/git-po | Junio C Hamano | 2 | -2522/+3541 |
2018-06-19 | submodule deinit: unset core.worktree | Stefan Beller | 3 | -1/+8 |
2018-06-19 | submodule: ensure core.worktree is set after update | Stefan Beller | 2 | -0/+29 |
2018-06-19 | Merge branch 'cf/submodule-progress-dissociate' | Junio C Hamano | 1 | -2/+4 |
2018-06-19 | Merge branch 'js/rebase-i-root-fix' | Junio C Hamano | 1 | -1/+2 |
2018-06-19 | t7400: encapsulate setup code in test_expect_success | Stefan Beller | 1 | -2/+4 |
2018-06-19 | t3404: check root commit in 'rebase -i --root reword root commit' | Todd Zullinger | 1 | -1/+2 |
2018-06-19 | doc: fix typos in documentation and release notes | Karthikeyan Singaravelan | 4 | -4/+4 |
2018-06-18 | git-credential-netrc: make "all" default target of Makefile | Todd Zullinger | 1 | -0/+3 |
2018-06-18 | Almost 2.18 final | Junio C Hamano | 1 | -0/+11 |
2018-06-18 | Merge branch 'es/make-no-iconv' | Junio C Hamano | 1 | -10/+12 |
2018-06-18 | Merge branch 'sg/t7406-chain-fix' | Junio C Hamano | 1 | -6/+6 |
2018-06-18 | Merge branch 'ks/branch-set-upstream' | Junio C Hamano | 1 | -1/+1 |
2018-06-18 | Merge branch 'js/rebase-i-root-fix' | Junio C Hamano | 2 | -1/+10 |
2018-06-18 | Merge branch 'jk/ewah-bounds-check' | Junio C Hamano | 5 | -7/+38 |