summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-06t1300: rename it to reflect that `repo-config` was deprecatedLibravatar Johannes Schindelin1-0/+0
2018-04-06git_config_set: fix off-by-twoLibravatar Johannes Schindelin1-1/+1
2018-04-06mergetools: add support for guiffyLibravatar Bill Ritcher1-0/+18
2018-04-05git-svn: allow empty email-address using authors-prog and authors-fileLibravatar Andreas Heiduk4-11/+50
2018-04-05commit: allow partial commits with relative pathsLibravatar Brandon Williams2-2/+13
2018-04-05t5561: skip tests if curl is not availableLibravatar Jeff King2-0/+10
2018-04-05t5561: drop curl stderr redirectsLibravatar Jeff King1-2/+2
2018-04-05t2028: tighten grep expression to make "move worktree" test more robustLibravatar Eric Sunshine1-4/+3
2018-04-05t3200: verify "branch --list" sanity when rebasing from detached HEADLibravatar Eric Sunshine1-0/+24
2018-04-05branch --list: print useful info whilst interactive rebasing a detached HEADLibravatar Kaartic Sivaraam1-4/+8
2018-04-05git-svn: search --authors-prog in PATH tooLibravatar Andreas Heiduk2-1/+7
2018-04-02commit-graph: implement git-commit-graph writeLibravatar Derrick Stolee3-0/+198
2018-04-02commit-graph: implement write_commit_graph()Libravatar Derrick Stolee3-0/+366
2018-04-02commit-graph: create git-commit-graph builtinLibravatar Derrick Stolee8-0/+53
2018-04-02graph: add commit graph design documentLibravatar Derrick Stolee1-0/+163
2018-04-02commit-graph: add format documentLibravatar Derrick Stolee1-0/+97
2018-04-02csum-file: refactor finalize_hashfile() methodLibravatar Derrick Stolee6-12/+14
2018-04-02csum-file: rename hashclose() to finalize_hashfile()Libravatar Derrick Stolee8-13/+13
2018-04-02Git 2.17Libravatar Junio C Hamano1-1/+1
2018-04-02Merge tag 'l10n-2.17.0-rnd1' of git://github.com/git-l10n/git-poLibravatar Junio C Hamano10-22585/+26683
2018-04-02Merge branch 'pw/add-p-single'Libravatar Junio C Hamano1-1/+1
2018-03-31add -p: fix 2.17.0-rc* regression due to moved codeLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2018-03-31l10n: de.po: translate 132 new messagesLibravatar Ralf Thielow1-2093/+2527
2018-03-30config: move flockfile() closer to unlocked functionsLibravatar Jeff King1-3/+5
2018-03-30refs: use chdir_notify to update cached relative pathsLibravatar Jeff King3-0/+21
2018-03-30set_work_tree: use chdir_notifyLibravatar Jeff King2-7/+25
2018-03-30add chdir-notify APILibravatar Jeff King3-0/+167
2018-03-30trace.c: export trace_setup_keyLibravatar Nguyễn Thái Ngọc Duy2-7/+8
2018-03-30set_git_dir: die when setenv() failsLibravatar Jeff King2-4/+3
2018-03-29Merge branch 'jh/partial-clone'Libravatar Junio C Hamano3-5/+6
2018-03-29upload-pack: disable object filtering when disabled by configLibravatar Jonathan Nieder2-5/+5
2018-03-29credential: ignore SIGPIPE when writing to credential helpersLibravatar Erik E Brady1-0/+3
2018-03-29ref-filter: libify get_ref_atom_value()Libravatar Olga Telezhnaya1-24/+30
2018-03-29ref-filter: add return value to parsersLibravatar Olga Telezhnaya1-49/+89
2018-03-29ref-filter: change parsing function error handlingLibravatar Olga Telezhnaya1-8/+24
2018-03-29ref-filter: add return value && strbuf to handlersLibravatar Olga Telezhnaya1-16/+35
2018-03-29ref-filter: start adding strbufs with errorsLibravatar Olga Telezhnaya3-10/+21
2018-03-29ref-filter: add shortcut to work with strbufsLibravatar Olga Telezhnaya1-0/+13
2018-03-29http: allow use of TLS 1.3Libravatar Loganaden Velvindron2-0/+4
2018-03-29rebase --keep-empty: always use interactive rebaseLibravatar Phillip Wood3-47/+40
2018-03-29rebase -p: error out if --signoff is givenLibravatar Phillip Wood1-0/+2
2018-03-29rebase: extend --signoff supportLibravatar Phillip Wood6-9/+72
2018-03-29Merge branch 'pw/rebase-keep-empty-fixes' into pw/rebase-signoffLibravatar Junio C Hamano4-3/+41
2018-03-29rebase: respect --no-keep-emptyLibravatar Phillip Wood1-0/+3
2018-03-29rebase -i --keep-empty: don't prune empty commitsLibravatar Phillip Wood2-3/+7
2018-03-29submodule: fixup nested submodules after moving the submoduleLibravatar Stefan Beller8-15/+83
2018-03-29submodule-config: remove submodule_from_cacheLibravatar Stefan Beller4-15/+3
2018-03-29submodule-config: add repository argument to submodule_from_{name, path}Libravatar Stefan Beller5-33/+41
2018-03-29submodule-config: allow submodule_free to handle arbitrary repositoriesLibravatar Stefan Beller6-8/+8
2018-03-29grep: remove "repo" arg from non-supporting funcsLibravatar Jonathan Tan1-7/+5