Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-02-06 | git: Add fe alias for fetch --all --prune | Johannes Löthberg | 1 | -0/+1 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2018-01-21 | git: Reorder some options | Johannes Löthberg | 1 | -9/+13 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2018-01-21 | git: Drop some unuseful options | Johannes Löthberg | 1 | -13/+0 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2018-01-21 | git: Drop some unused aliases | Johannes Löthberg | 1 | -3/+0 | |
Should really drop more of them, but not now. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2018-01-21 | git: Drop --verbose from aliases since commit.verbose is set | Johannes Löthberg | 1 | -4/+5 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-11-27 | git/config: set pull.rebase to preserve | Johannes Löthberg | 1 | -0/+3 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-06-01 | git: add lfs filter | Johannes Löthberg | 1 | -0/+5 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-06-01 | git: Make push.default simple | Johannes Löthberg | 1 | -1/+1 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-06-01 | git: Remove all fsckObjects, causes too many errors | Johannes Löthberg | 1 | -5/+0 | |
(How are there so many corrupt repositories in the wild?) Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-06-01 | git: Make --verbose default for commit | Johannes Löthberg | 1 | -0/+2 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-06-01 | git: Update config | Johannes Löthberg | 1 | -2/+13 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2015-08-06 | git: Add --signoff to ci alias | Johannes Löthberg | 1 | -1/+1 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2015-07-13 | git: add lol alias | Johannes Löthberg | 1 | -0/+1 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2015-07-13 | git: Drop rec alias | Johannes Löthberg | 1 | -1/+0 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2015-07-10 | git: enable rerere | Johannes Löthberg | 1 | -0/+2 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2015-07-10 | git: Add shortdesc alias | Johannes Löthberg | 1 | -0/+1 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2015-04-25 | git: Add github https credential helper | Johannes Löthberg | 1 | -0/+4 | |
2015-03-05 | git: Add updated config files | Johannes Löthberg | 3 | -18/+108 | |
2014-08-14 | git-config: Add smtpserveroptions for config file location | Johannes Löthberg | 1 | -1/+3 | |
2014-08-08 | git: write bitmap indexes when packing objects | Johannes Löthberg | 1 | -0/+2 | |
pack.writebitmaps When true, git will write a bitmap index when packing all objects to disk (e.g., when git repack -a is run). This index can speed up the "counting objects" phase of subsequent packs created for clones and fetches, at the cost of some disk space and extra time spent on the initial repack. Defaults to false. | |||||
2014-08-04 | git: Don't show untracked files by default | Johannes Löthberg | 1 | -0/+2 | |
2014-07-15 | git: color diffs if on terminal | Johannes Löthberg | 1 | -0/+1 | |
2014-04-28 | git: Pager should render tabs properly | Johannes Löthberg | 1 | -0/+1 | |
2014-03-21 | Maybe some other time… | Johannes Löthberg | 1 | -4/+4 | |
2014-02-18 | … | Johannes Löthberg | 1 | -1/+1 | |
2014-02-02 | (Let's pretend that this is the) initial commit | Johannes Löthberg | 1 | -0/+27 | |