Nathan Broadbent
|
a040f1525b
|
Expand args for git_ignore, git_exclude, git_exclude_basename
|
2012-10-12 20:38:21 +13:00 |
|
Nathan Broadbent
|
97b71f47e3
|
Fixed git tools to use $_git_cmd, instead of git function wrapper
|
2012-08-17 02:12:01 +12:00 |
|
Nathan Broadbent
|
5944f8c7fa
|
Removed update_travis_ci_status function (moved to ndbroadbent/dotfiles repo)
|
2012-03-18 22:33:46 +08:00 |
|
Nathan Broadbent
|
7d6bbb3afd
|
Travis-ci requires 'hub' gem to be installed. Ensure that it is available.
|
2012-03-10 09:59:06 +08:00 |
|
Nathan Broadbent
|
c68f0c523a
|
Added function to delete a git branch from local, cached remote and remote server
|
2012-02-22 11:28:48 +08:00 |
|
Nathan Broadbent
|
5d46601889
|
Ignore both the stat file and the temp stat file
|
2012-02-16 16:04:12 +08:00 |
|
Nathan Broadbent
|
0f34d130bc
|
{ cp -f ... rm -f } === { mv -f }. lol.
|
2012-02-03 17:55:05 +08:00 |
|
Nathan Broadbent
|
f95e9a8544
|
Updating build statuses for all branches only periodically is still too slow. Now it only updates statuses for branches from remotes/origin that also have a local copy
|
2012-02-03 17:51:40 +08:00 |
|
Nathan Broadbent
|
f403169176
|
Escape git command (in case it's aliased)
|
2012-02-03 15:03:20 +08:00 |
|
Nathan Broadbent
|
f71372a8e9
|
Expanded travis ci build status update, so that it can perform frequent updates for the current branch, and periodic updates for all branches. Updating all branches was taking over 20 minutes.
|
2012-02-03 11:35:08 +08:00 |
|
Nathan Broadbent
|
4cf8671a1c
|
Use mislav's 'travis-ci' gist to show build status for current branch
|
2012-01-31 17:26:03 +08:00 |
|
Nathan Broadbent
|
2a2987cc87
|
Renamed and fixed travis update script, as well as git_ignore function
|
2012-01-31 00:52:15 +08:00 |
|
Nathan Broadbent
|
89b98eb986
|
Use $HOME in cron script, base_path no longer applicable
|
2012-01-31 00:28:13 +08:00 |
|
Nathan Broadbent
|
26c0cfd8d0
|
Refactored git_update_travis_status() function
|
2012-01-26 13:38:06 +08:00 |
|
Nathan Broadbent
|
aa358bd46e
|
Updated comment for Travis CI status script
|
2012-01-26 13:38:06 +08:00 |
|
Nathan Broadbent
|
3ad6daadc1
|
Follow naming convention (travis_, not travis_ci_)
|
2012-01-17 10:26:13 +08:00 |
|
Nathan Broadbent
|
00d00e35eb
|
Use a better file for Travis CI status
|
2012-01-17 10:23:51 +08:00 |
|
Nathan Broadbent
|
aae9ed4632
|
Allow use of git_update_travis_status() function outside of git_index --batch-cmd
|
2012-01-13 17:41:51 +08:00 |
|
Nathan Broadbent
|
04ee82b0c8
|
Added Travis CI status caching task, for status in shell prompts
|
2012-01-13 12:07:07 +08:00 |
|
Nathan Broadbent
|
a78577d613
|
Don't exit from a function, return
|
2012-01-06 16:06:36 +08:00 |
|
Nathan Broadbent
|
8d1566c688
|
Added 'git_swap_remotes' script to swap names between two remotes
|
2012-01-06 16:05:40 +08:00 |
|
Nathan Broadbent
|
bb7ae286a0
|
updated git_submodule_rm task
|
2011-12-20 15:29:03 +08:00 |
|
Nathan Broadbent
|
229b832bc0
|
Added function to remove a git submodule
|
2011-12-20 15:26:13 +08:00 |
|
Nathan Broadbent
|
6eaeb873d6
|
It is often useful to exclude the basename of a file from status shortcuts. i.e. git_exclude_basename $e2
|
2011-12-17 11:05:18 +08:00 |
|
Nathan Broadbent
|
6a757687c5
|
Fixed git_set_default_remote to use current branch for default
|
2011-12-13 12:40:36 +08:00 |
|
Nathan Broadbent
|
938c982e99
|
Fixed bisect tool
|
2011-12-10 16:35:54 +08:00 |
|
Nathan Broadbent
|
a09f31f9d3
|
Added git bisect wrapper to find commit that removed text
|
2011-12-10 16:33:50 +08:00 |
|
Nathan Broadbent
|
debcffa417
|
Added functions to quickly add git ignore rules to either .gitignore or .git/info/exclude
|
2011-12-03 01:47:20 +08:00 |
|
Nathan Broadbent
|
9a8d10103f
|
Added git function to set default remote for a branch. By default it sets: branch.master.remote = origin, branch.master.merge = refs/heads/master
|
2011-11-26 12:06:34 +08:00 |
|
Nathan Broadbent
|
090a4d920d
|
tweaked comment
|
2011-10-19 21:28:45 +08:00 |
|
Nathan Broadbent
|
0feae2a46e
|
Changed project name.
|
2011-10-18 00:19:16 +08:00 |
|
Nathan Broadbent
|
e634d0c4b5
|
Initial Commit - moved out of ubuntu_config.
|
2011-10-18 00:18:17 +08:00 |
|