summaryrefslogtreecommitdiffstats
path: root/check-builtins.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-27filter-branch: skip commits present on --state-branchMichael Barabanov2-0/+16
2018-06-26submodule-config: reuse config_from_gitmodules in repo_read_gitmodulesAntonio Ospite1-29/+21
2018-06-26submodule-config: pass repository as argument to config_from_gitmodulesAntonio Ospite1-5/+5
2018-06-26submodule-config: make 'config_from_gitmodules' privateAntonio Ospite2-11/+9
2018-06-26submodule-config: add helper to get 'update-clone' config from .gitmodulesAntonio Ospite3-4/+19
2018-06-26submodule-config: add helper function to get 'fetch' config from .gitmodulesAntonio Ospite3-14/+31
2018-06-26config: move config_from_gitmodules to submodule-config.cAntonio Ospite4-27/+28
2018-06-26Makefile: tweak sed invocationAlejandro R. Sedeño1-1/+1
2018-06-25First batch for 2.19 cycleJunio C Hamano1-0/+43
2018-06-25Prepare to start 2.19 cycleJunio C Hamano3-2/+16
2018-06-25sequencer.c: plug mem leak in git_sequencer_configStefan Beller1-0/+1
2018-06-22Documentation: spelling and grammar fixesVille Skyttä13-15/+15
2018-06-22branch: deprecate "-l" optionJeff King2-2/+23
2018-06-22t: switch "branch -l" to "branch --create-reflog"Jeff King2-19/+19
2018-06-22t3200: unset core.logallrefupdates when testing reflog creationJeff King1-1/+1
2018-06-22protocol-v2 doc: put HTTP headers after requestJosh Steadmon1-2/+1
2018-06-22contrib/git-jump/git-jump: jump to exact locationTaylor Blau2-3/+11
2018-06-22grep.c: add configuration variables to show matched optionTaylor Blau3-0/+14
2018-06-22builtin/grep.c: add '--column' option to 'git-grep(1)'Taylor Blau3-1/+101
2018-06-22grep.c: display column number of first matchTaylor Blau1-5/+28
2018-06-22grep.[ch]: extend grep_opt to allow showing matched columnTaylor Blau2-10/+39
2018-06-22grep.c: expose {,inverted} match column in match_line()Taylor Blau1-19/+39
2018-06-21docs: link to gitsubmodulesBrandon Williams1-2/+3
2018-06-21Documentation/config.txt: camel-case lineNumber for consistencyTaylor Blau1-1/+1
2018-06-21pack-bitmap: add free functionJonathan Tan5-6/+37
2018-06-21pack-bitmap: remove bitmap_git global variableJonathan Tan5-158/+201
2018-06-21Git 2.18v2.18.0Junio C Hamano1-1/+1
2018-06-21ewah: delete unused 'rlwit_discharge_empty()'Junio C Hamano4-23/+12
2018-06-19format-patch: clear UNINTERESTING flag before prepare_basesXiaolong Ye2-2/+5
2018-06-19sequencer: do not squash 'reword' commits when we hit conflictsPhillip Wood3-3/+96
2018-06-19git-p4: python3: fix octal constantsLuke Diamand1-1/+1
2018-06-19git-p4: python3: use print() functionLuke Diamand1-124/+124
2018-06-19git-p4: python3: basestring workaroundLuke Diamand1-0/+16
2018-06-19git-p4: python3: remove backticksLuke Diamand1-1/+1
2018-06-19git-p4: python3: replace dict.has_key(k) with "k in dict"Luke Diamand1-39/+39
2018-06-19git-p4: python3: replace <> with !=Luke Diamand1-1/+1
2018-06-19submodule deinit: unset core.worktreeStefan Beller3-1/+8
2018-06-19submodule: ensure core.worktree is set after updateStefan Beller2-0/+29
2018-06-19t7400: encapsulate setup code in test_expect_successStefan Beller1-2/+4
2018-06-19t3404: check root commit in 'rebase -i --root reword root commit'Todd Zullinger1-1/+2
2018-06-19doc: fix typos in documentation and release notesKarthikeyan Singaravelan4-4/+4
2018-06-18git-credential-netrc: make "all" default target of MakefileTodd Zullinger1-0/+3
2018-06-18Almost 2.18 finalJunio C Hamano1-0/+11
2018-06-18A bunch of micro-fixes before going 2.18 finalJunio C Hamano1-0/+11
2018-06-18l10n: ko.po: Update Korean translationChangwoo Ryu2-2522/+3541
2018-06-18ewah: drop ewah_serialize_native functionJeff King2-27/+0
2018-06-18ewah: drop ewah_deserialize functionJeff King2-56/+0
2018-06-18ewah_io: delete unused 'ewah_serialize()'Derrick Stolee2-11/+0
2018-06-18ewah_bitmap: delete unused 'ewah_or()'Derrick Stolee2-74/+0
2018-06-18ewah_bitmap: delete unused 'ewah_not()'Derrick Stolee2-26/+0